can't login to mysql server after GRANT ALL PRIVILEGES -


i had same problem mentioned here, logged in webuser on mydomain.de/phpmyadmin , executed query pupolar answer:

grant privileges on *.* 'webuser'@'localhost' identified 'webuser' grant option; 

after that, i'm not able login phpmyadmin anymore user=webuser.

 #1045 cannot log in mysql server. 

but on website (subdomain.mydomain.de), use same login connect mysql-database, ok.

what have done , how can fix this?

problem solved: logged in root , changed password webuser. think command grant privileges on *.* 'webuser'@'localhost' identified 'webuser' grant option; resettet password webuser


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -