View Single Post
  #31  
Old 11-04-2012, 01:07 PM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
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?
I cant see which database are u trying to use:

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

'Default''Administrator''clodadmin'PASSWORD'clodadmin' )
);

answer MySQL

#1146 - Table 'clodstats.adminusers' doesn't exist 
Have u got: use "your_dabase_name" at the beginning of file?
__________________

Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate
Reply With Quote