permissions fix?
Ok I got the problem fixed finally but now when I try and run world.exe it gives me the 2006 error, and I read on this page where someone said if you get an error you need to permissions fix, where do I find the permissions fix? I'm assuming it's a patch is why I ask :)
|
The permissions fix is not a patch. Go into MySQL (C:\mysql\bin\mysql.exe) and type the following:
Code:
GRANT ALL ON (name of your database).* TO 'yourmysqlusername'@'localhost' IDENTIFIED BY 'yourmysqlpassword WITH GRANT OPTION; Code:
mysql -u root Code:
mysql -u root -p(rootpasswd) |
All times are GMT -4. The time now is 09:15 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.