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

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-26-2004, 08:12 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Quote:
Originally Posted by valaerosilantix
ok, I had this trouble for a short time before I realized that SQL is case sensitive
MySQL is only as case sensitive as the OS it's on. If you're running Windows then you don't need to worry about having the correct case. If you're running the MySQL server on Linux then you do.

Quote:
Originally Posted by Mrfolx
Query OK, 0 rows affected <0.03 sec>
If it said that 0 rows were affected (which it did) then it never added your user. I've run into that myself. For some reason it wouldn't create users for me through the command line. I would suggest using a program similar to PHPMyAdmin (only if you have a web server on that computer too) or MySQL-Front to create the user.

Or, if you wanna try it again then use the syntax below (just run the first line if your database is on the same computer as World.exe and Zone.exe).

Quote:
GRANT ALL on [database].* to '[username]'@'localhost' IDENTIFIED BY '[password]' WITH GRANT OPTION;
GRANT ALL on [database].* to '[username]'@'%' IDENTIFIED BY '[password]' WITH GRANT OPTION;
Just be sure to replace the bold text with your database name, username, and password.
Reply With Quote
Reply

Thread Tools
Display Modes

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:59 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