View Single Post
  #31  
Old 10-13-2011, 04:43 PM
Lazzeraith
Sarnak
 
Join Date: May 2011
Location: MS
Posts: 32
Default

Thanks.

The database is named peq.

Looks like I will be wiping the machine and starting over, got the error:

mysql> INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, Account
Email, LastLoginDate, LastIPAddress) VALUES('*******', sha('*******'), 'fake
name@hotmail.com', now(), '192.168.0.12');
ERROR 1146 (42S02): Table 'peq.tblloginserveraccounts' doesn't exist
Reply With Quote