Need help with mysql
ok every time i try to do something with mysql i get this error
ERROR 1044: Access denied for user: '@localhost' to database 'peq' i dont understand it |
From the wiki for new server setups, here:
http://www.eqemulator.net/wiki/wikka...ka=ws992mysql5 You need to create the actual account to use for editing your database and set the password. You can use root or create a new account. Either way, you will need something with a password: Code:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd'); Then you can login from command prompt with: Code:
mysql -u root -p |
All times are GMT -4. The time now is 09:19 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.