View Single Post
  #2  
Old 04-26-2012, 01:04 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('Admin', sha('password'), 'admin@somewhere.com', now(), '127.0.0.1');

Replace the name/password inside the '' with what you want to use.
Reply With Quote