Quote:
Originally Posted by 159BAG_Civis
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.