Guest User

Untitled

a guest
May 16th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. MySQL said:
  2. Cannot connect: invalid settings.
  3. phpMyAdmin tried to connect to the MySQL server, and the server rejected the
  4. connection. You should check the host, username and password in your
  5. configuration and make sure that they correspond to the information given
  6. by the administrator of the MySQL server.
  7.  
  8. $cfg['Servers'][$i]['password'] =
  9.  
  10. $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
  11.  
  12. $cfg['Servers'][$i]['AllowNoPasswordRoot'] = false;
  13.  
  14. $cfg['Servers'][$i]['user'] = 'root';
  15.  
  16. $cfg['Servers'][$i]['password'] = ''; // which is default setting in xampp server
  17.  
  18. $cfg['Servers'][$i]['password'] = 'your password';//type your password you have changed
Add Comment
Please, Sign In to add comment