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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #14  
Old 03-05-2008, 01:33 PM
Fridgecritter
Hill Giant
 
Join Date: Feb 2008
Posts: 195
Default Ok.

Ok, here is what you do...

Let's say your user that accesses the database for your server is "root".

You run this code:

Code:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');
Now, where it says 'newpwd' you change that to the password that you already have. When you set up MySQL with the password '121212' for root, then the code should look like this:

Code:
set password for 'root'@'localhost' = OLD_PASSWORD('121212');
If your username for the server is different than 'root' and it is something like '12user12' and your pass is '121212' then the code should look like this:

Code:
set password for '12user12'@'localhost' = OLD_PASSWORD('121212');
If you are having trouble doing this in the console, then you should use the console in a program like Navicat. You install Navicat and then setup the connection, then go to "tools" from the file menu, and click on "console..." or just hit the F6 key on your keyboard while the Navicat program is the active window.

Copy and paste your code into the console and hit the "Enter" key on the keyboard, and it should give you a message saying 0 rows effected or something to that effect.

That worked for me.
Reply With Quote
 


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 02:20 AM.


 

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