54 lines
1.9 KiB
PHP
54 lines
1.9 KiB
PHP
<?php
|
|
/*
|
|
* Generated configuration file
|
|
* Generated by: phpMyAdmin 3.4.3.2 setup script
|
|
* Date: Wed, 03 Aug 2011 15:15:00 +0200
|
|
*/
|
|
|
|
/* Servers configuration */
|
|
$i = 0;
|
|
|
|
/* Server: localhost [1] */
|
|
$i++;
|
|
$cfg['Servers'][$i]['verbose'] = 'DEV';
|
|
$cfg['Servers'][$i]['host'] = '192.168.33.10';
|
|
$cfg['Servers'][$i]['port'] = '';
|
|
$cfg['Servers'][$i]['socket'] = '';
|
|
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
|
$cfg['Servers'][$i]['extension'] = 'mysqli';
|
|
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
|
$cfg['Servers'][$i]['user'] = 'root';
|
|
$cfg['Servers'][$i]['controluser'] = 'pma';
|
|
$cfg['Servers'][$i]['controlpass'] = 'pmapass';
|
|
|
|
/* Storage database and tables */
|
|
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
|
|
$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
|
|
$cfg['Servers'][$i]['relation'] = 'pma__relation';
|
|
$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
|
|
$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
|
|
$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
|
|
$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
|
|
$cfg['Servers'][$i]['history'] = 'pma__history';
|
|
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
|
|
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
|
|
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
|
|
$cfg['Servers'][$i]['recent'] = 'pma__recent';
|
|
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
|
|
$cfg['Servers'][$i]['users'] = 'pma__users';
|
|
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
|
|
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
|
|
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
|
|
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
|
|
|
|
/* End of servers configuration */
|
|
|
|
$cfg['ThemeDefault'] = 'original';
|
|
$cfg['DefaultLang'] = 'fr';
|
|
$cfg['ServerDefault'] = 1;
|
|
$cfg['blowfish_secret'] = '4e38214cb34af7.78090185';
|
|
$cfg['UploadDir'] = '';
|
|
$cfg['SaveDir'] = '';
|
|
$cfg['LoginCookieValidity'] = 3600 * 9;
|
|
|
|
?>
|