Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. «MySQL said: Documentation
  2. Cannot connect: invalid settings.
  3. Connection for controluser as defined in your configuration failed.
  4. phpMyAdmin tried to connect to the MySQL server, and the server rejected the
  5. connection. You should check the host, username and password in your
  6. configuration and make sure that they correspond to the information given by
  7. the administrator of the MySQL server.»
  8.  
  9. CollapsedWrap disabledLine numbers off
  10. $i++;
  11. /* Authentication type */
  12. $cfg['Servers'][$i]['auth_type'] = 'config';
  13. $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
  14. $cfg['Servers'][$i]['password'] = '58fvcjm3ew0fvke8iudcuj'; // MySQL password (only needed
  15. $cfg['Servers'][$i]['AllowNoPassword'] = false;
  16.  
  17. "MySQL said: Documentation
  18. Cannot connect: invalid settings.
  19. phpMyAdmin tried to connect to the MySQL server, and the server rejected the
  20. connection. You should check the host, username and password in your
  21. configuration and make sure that they correspond to the information given by
  22. the administrator of the MySQL server."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement