Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-18-2008, 12:58 AM
beeger20
Fire Beetle
 
Join Date: Oct 2004
Posts: 24
Default 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
Reply With Quote
  #2  
Old 05-18-2008, 04:53 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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');
FLUSH PRIVILEGES;
exit;
Make sure to set 'newpwd' to whatever you want your root password to be.

Then you can login from command prompt with:

Code:
mysql -u root -p
And put in the password you just set when it asks you for one. This should let you do whatever you want with your database.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:04 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3