View Single Post
  #28  
Old 11-02-2012, 12:38 PM
159BAG_Civis 159BAG_Civis is offline
Registered Member
 
Join Date: Oct 2012
Posts: 5
Default

Quote:
INSERT INTO `adminUsers` ( `lastName` , `firstName` , `username` , `password` )
VALUES (

'Default', 'Administrator', 'clodadmin', PASSWORD( 'clodadmin' )
);

answer MySQL:

#1146 - Table 'clodstats.adminusers' doesn't exist
I try to adjust connection to MySQL and to me gives out a mistake in attempt to make sql-request of the table clodstats Database Insert.sql
What's the problem?
Reply With Quote