View Single Post
  #4  
Old 12-02-2004, 08:11 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Quote:
Originally Posted by canehdian
ya im running it on windows, and im running it on the same comp as emu, and yes i did change 127.0.0.0 to my internal ip
You might want to try another 127.x.x.x address, ie: 127.0.0.1, and see if that helps.

Also, logging into your MySQL server gives no trouble? ie:
Code:
mysql -u eqemu -p
Password: *****
And then switching to your DB and testing a SELECT query? (not thorough by any means, but worth a check)
Code:
use eq;
SELECT * from account LIMIT 1;
Reply With Quote