* Links configuration for MySQL system tables
namespace PhpMyAdmin\Config;
* This array represent the details for generating links inside
* special schemas like mysql, information_schema etc.
* Major element represent a schema.
* All the strings in this array represented in lower case
* // Database name is the major element
* // Main url param (can be an array where represent sql)
* 'link_param' => 'username',
* 'link_dependancy_params' => array(
* // (can be array where url param has static value)
* 'param_info' => 'hostname',
* // Column name related to url param
* 'column_name' => 'host'
* 'default_page' => './' . Url::getFromRoute('/server/privileges')