MySQL Error
Ok, I'm in mysql.exe and type
create database eq; and it says ERROR 1044: Access denied for user: '@loclhost' to database 'eq' What does this mean? I am the only person on this computer. I'm guessing it has something to do with MySQL... |
okay follow this to the exact:
open DOS type in: cd\mysql\bin mysql -u root mysql grant all privileges on *.* to yourmysqlusernamehere@localhost identified by 'yourmysqlpasswordhere' with grant option; create database eq; and that should do it for you |
All times are GMT -4. The time now is 08:19 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.