| Article: |
MySQL Crash Course | |
| Subject: | mysql | |
| Date: | 2005-04-02 17:43:42 | |
| From: | eric6625 | |
|
My os is win xp pro. I have installed mysql on my system. When I run as sql statement to create a db or table or select some data, it works fine. If I write a cgi script in Perl and use DBI, I get an error that "localhost" has been denied access to tne MySQL database. Do you have any suggestiions? I would like to start learning PHP but want to get this resolved first. Thanks, Eric |
||
Showing messages 1 through 1 of 1.
-
mysql
2005-10-09 07:51:22 wpjmurray [View]



SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');