mysql -u root -p
use mysql;
UPDATE mysql.user SET Host='%', User='root' WHERE Host='localhost' ANDUser='root'
FLUSH PRIVILEGES;
--
Post a Comment
Enter your email address:
No comments:
Post a Comment