Advertisement
thom_

PhpMyAdmin Configuration file

Aug 16th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.38 KB | None | 0 0
  1. <?php
  2. /*
  3.  * Generated configuration file
  4.  * Generated by: phpMyAdmin 3.4.0 setup script
  5.  * Date: Tue, 16 Aug 2011 02:11:42 +0700
  6.  */
  7.  
  8. /* Servers configuration */
  9. $i = 0;
  10.  
  11. /* Server: localhost [1] */
  12. $i++;
  13. $cfg['Servers'][$i]['verbose'] = '';
  14. $cfg['Servers'][$i]['host'] = 'localhost';
  15. $cfg['Servers'][$i]['port'] = '';
  16. $cfg['Servers'][$i]['socket'] = '';
  17. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  18. $cfg['Servers'][$i]['extension'] = 'mysql';
  19. $cfg['Servers'][$i]['nopassword'] = true;
  20. $cfg['Servers'][$i]['auth_type'] = 'cookie';
  21. $cfg['Servers'][$i]['user'] = 'root';
  22. $cfg['Servers'][$i]['password'] = '';
  23. $cfg['Servers'][$i]['AllowNoPassword'] = true;
  24. $cfg['Servers'][$i]['CountTables'] = true;
  25. $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
  26. $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
  27. $cfg['Servers'][$i]['relation'] = 'pma_relation';
  28. $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
  29. $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
  30. $cfg['Servers'][$i]['history'] = 'pma_history';
  31. $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
  32. $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
  33. $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
  34.  
  35. /* End of servers configuration */
  36.  
  37. $cfg['blowfish_secret'] = '4e496f5db8be03.04479396';
  38. $cfg['DefaultLang'] = 'en';
  39. $cfg['ServerDefault'] = 1;
  40. $cfg['UploadDir'] = '';
  41. $cfg['SaveDir'] = '';
  42. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement