![]() |
For a quick fix, go to the server PC and open MySQL Command Line Client. Type the command below:
grant all privileges on *.* to root@'%' identified by 'YourPassword';
Change the 'root' if you're not using that user and change YourPassword with your own password.
No comments:
Post a Comment