doonavitch wrote:
> I have two php/mysql sites up and running on my local
computer. I'm in the
> middle of setting up another one, but keep getting the
following error when
> trying to establish a MySQL connection using
Dreamweaver:
>
> MySQL error #: 1045
> Access denied for user . . . (using password: YES)
You don't say which versions of PHP and MySQL you are using,
but MySQL
4.1 and higher requires PHP 5 and mysqli. Otherwise you need
to use the
OLD_PASSWORD() protocol in MySQL:
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/