View Single Post
  #6  
Old 07-01-2013, 07:34 PM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Default I Fixed my problem

Once I got home and posted the dbt.txt file I noticed this line.

Code:
Sun Jun 30 22:35:31 2013]00019:Server selected 127.0.0.1 (15).
This stuck out to me as wrong, so I went about fixing it.

The fix for me was as follows

1. Edit login.ini and change all references from '127.0.0.1' to '192.168.1.200'(server ip address). This did not work because MYSQL wouldn't let anything other than 127.0.0.1 access the DB server.

2. I stopped MYSQL using net stop Mysql, but when I started it I told it to stop checking for users in the grant access tables.
My start command for Mysql was Net start mysql --skip-grant-tables

3. I fired up my client and boom I was able to login and play.
Reply With Quote