
August 1st, 2003
04:23 PM
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
WHAT IS THIS!...lol
When I go into my Cpanel, this error appears where my MySql stuff is supposed to appear. When I click on the MySql database link, the same thing appears over the next page and I cant see my databases even though I know they are functioning properly. Even If i go into PHPmyadmin, it says "Wrong username/password. Access denied."
Im guessing its a problem from my hosts side so I have emaile dthem, but seeing the *great* technical support that they have, I dont thinkk I will be receieving a reply anytme soon. Anyone know of any otehr way I can access my databases? or create them?
Thanks
___________________


August 1st, 2003
04:43 PM
with Mr. Jones
Status: Offline!
you need to figure out the correct un/pw combo. just keep guessing
___________________
http://www.philbrodeur.com - Expert PHP Development and Tutorials

August 1st, 2003
04:49 PM
But where do I enter the un/pw? I only enter it once adn thats when I enter the CPanel, after that it doesnt ask me for a password anywhere
___________________


August 1st, 2003
05:02 PM
set the correct values in phpmyadmin's config.php
___________________
Current Project: LivermoreMuscle.com
Sig Hosted by Motorspin

August 1st, 2003
05:10 PM
AUUUGH...it doest friggin exist..or atleast it wont let me access it...wtf did my host do..
is there a way to create a databse using some simple PHp script?
___________________


August 1st, 2003
05:12 PM
mysql_connect()
mysql_query()
___________________
Current Project: LivermoreMuscle.com
Sig Hosted by Motorspin

August 1st, 2003
05:32 PM
the file is called config.inc and you will find it in your main phpmyadmin directory....you need to change these settings to your mysql username/password supplied by your host:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
___________________
//damell

August 3rd, 2003
12:10 AM
sorry for sounding so stupid and askin dumb questions..i just done kno bout this stuff :confused:
isnt the phpadmin directory sumwhere on my hosts server? I mean...i cant access it via FTP to change files..or can i?
___________________


August 3rd, 2003
12:18 AM
It is on your host somewhere.
___________________
Current Project: LivermoreMuscle.com
Sig Hosted by Motorspin

August 3rd, 2003
03:39 PM
who's your host? and did you have access before this or are you just starting out with MySQL?