Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'MySQL Access Denied' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
MySQL Access Denied
Authored by: theolein on Jun 03, '01 07:47:56PM

try typing :
..... ./mysql -u root -p [enter]
you should get a prompt for your root password that you *should* have given mysql when you installed it in the first place



[ Reply to This | # ]
MySQL Access Denied
Authored by: Kintaro on Oct 18, '01 01:49:47AM

I used the command to set the root password when I installed, and now no SQL database on MySQL can be accessed by PHP. They all return that they can't find the database that I just created, with no other error message. Not only that, but I had to include the login and password for my root account in my PHP document, which is bad. I made the mysql user on my system, but it doesn't have permission to access this database. This is all getting rather annoying with permissions.... if anyone has any help to offer, please do.

Kintaro



[ Reply to This | # ]