Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Error
Hitman_2oo4
CZ Active Member
uk.gif
Occupation: Student
Age: 38
Gender: Male
Fav. Sports Team: Manchester United
Website:
Status: Offline
Joined: Sep 05, 2003
0.03 posts per day
Posts: 230
Points: 15,485
   
When trying to put the sql file into my database i get this error
can anyone help?
Cheers

Error

SQL-query :

CREATE TABLE nuke_authors(

aid varchar( 25 ) NOT NULL default '',
name varchar( 50 ) default NULL ,
url varchar( 255 ) NOT NULL default '',
email varchar( 255 ) NOT NULL default '',
pwd varchar( 40 ) default NULL ,
counter int( 11 ) NOT NULL default '0',
radminarticle tinyint( 2 ) NOT NULL default '0',
radmintopic tinyint( 2 ) NOT NULL default '0',
radminuser tinyint( 2 ) NOT NULL default '0',
radminsurvey tinyint( 2 ) NOT NULL default '0',
radminsection tinyint( 2 ) NOT NULL default '0',
radminlink tinyint( 2 ) NOT NULL default '0',
radminephem tinyint( 2 ) NOT NULL default '0',
radminfaq tinyint( 2 ) NOT NULL default '0',
radmindownload tinyint( 2 ) NOT NULL default '0',
radminreviews tinyint( 2 ) NOT NULL default '0',
radminnewsletter tinyint( 2 ) NOT NULL default '0',
radminforum tinyint( 2 ) NOT NULL default '0',
radmincontent tinyint( 2 ) NOT NULL default '0',
radminency tinyint( 2 ) NOT NULL default '0',
radminsuper tinyint( 2 ) NOT NULL default '1',
admlanguage varchar( 30 ) NOT NULL default '',
PRIMARY KEY ( aid ) ,
KEY aid( aid )
) TYPE = MYISAM

MySQL said:


#1044 - Access denied for user: 'jaywindsor_2003@xxx.xx.xxx.xxx' to database 'jaywindsor_2003'



Back to top Reply with quote
#2   re: Error
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
This is caused by the way you've logged in to mysql. You have a password you selected when you installed MySQL. did you use the same pwd?

are you allowed by your host to create db's?

that error is generally due to one or more of these variables being wrong in config.php:

$dbusername
$dbpassword
$dbname



Back to top Reply with quote
#3   re: Error
Hitman_2oo4
CZ Active Member
uk.gif
Occupation: Student
Age: 38
Gender: Male
Fav. Sports Team: Manchester United
Website:
Status: Offline
Joined: Sep 05, 2003
0.03 posts per day
Posts: 230
Points: 15,485
   
What do you suggest i do?



Back to top Reply with quote
#4   re: Error
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
make sure you enter the correct info everytime you log in. same info as what is on your config file



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum