Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
  2. $i = 0;
  3. $i++;
  4. $cfg['Servers'][$i]['auth_type'] = 'config';
  5. $cfg['Servers'][$i]['host'] = 'localhost';
  6. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  7. $cfg['Servers'][$i]['compress'] = false;
  8. $cfg['Servers'][$i]['user'] = 'root';
  9. $cfg['Servers'][$i]['password'] = 'password'; //-- updated this but still no success.
  10. $cfg['Servers'][$i]['extension'] = 'mysql';
  11. $cfg['Servers'][$i]['AllowNoPassword'] = true;
  12. $cfg['Servers'][$i]['controluser'] = 'pma';
  13. $cfg['Servers'][$i]['controlpass'] = '';
  14.  
  15. #2000 - mysqlnd cannot connect to MySQL 4.1+ using the old insecure
  16. authentication. Please use an administration tool to reset your password
  17. with the command SET PASSWORD = PASSWORD('your_existing_password').
  18. This will store a new, and more secure, hash value in mysql.user.
  19. If this user is used in other scripts executed by PHP 5.2 or earlier you
  20. might need to remove the old-passwords flag from your my.cnf file
Add Comment
Please, Sign In to add comment