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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -