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
Post a Comment