View Single Post
  #30  
Old 11-03-2012, 04:24 PM
D_F_C D_F_C is offline
Approved Member
 
Join Date: Jun 2011
Posts: 26
Default

Quote:
Originally Posted by 159BAG_Civis View Post
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?
INSERT INTO `adminUsers` ( `lastName` , `firstName` , `username` , `password` )
VALUES (

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

answer MySQL:

#1146 - Table 'clodstats.adminusers' doesn't exist

---------------------------------------------------------------------
Insert = adminUsers

table = adminusers

if you use Linux the names must be exact the same:

Insert = adminUsers

table = adminUsers

maybee this is the problem.

No problems with installing the Database here by my side. I installed it on Win.
Reply With Quote