Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * Generated configuration file
- * Generated by: phpMyAdmin 3.4.0 setup script
- * Date: Tue, 16 Aug 2011 02:11:42 +0700
- */
- /* Servers configuration */
- $i = 0;
- /* Server: localhost [1] */
- $i++;
- $cfg['Servers'][$i]['verbose'] = '';
- $cfg['Servers'][$i]['host'] = 'localhost';
- $cfg['Servers'][$i]['port'] = '';
- $cfg['Servers'][$i]['socket'] = '';
- $cfg['Servers'][$i]['connect_type'] = 'tcp';
- $cfg['Servers'][$i]['extension'] = 'mysql';
- $cfg['Servers'][$i]['nopassword'] = true;
- $cfg['Servers'][$i]['auth_type'] = 'cookie';
- $cfg['Servers'][$i]['user'] = 'root';
- $cfg['Servers'][$i]['password'] = '';
- $cfg['Servers'][$i]['AllowNoPassword'] = true;
- $cfg['Servers'][$i]['CountTables'] = true;
- $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]['column_info'] = 'pma_column_info';
- $cfg['Servers'][$i]['history'] = 'pma_history';
- $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
- $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
- $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
- /* End of servers configuration */
- $cfg['blowfish_secret'] = '4e496f5db8be03.04479396';
- $cfg['DefaultLang'] = 'en';
- $cfg['ServerDefault'] = 1;
- $cfg['UploadDir'] = '';
- $cfg['SaveDir'] = '';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement