I am using the following in a PHP script:
bash-3.00$ cat mail
<?php
$connect = mysql_connect("localhost", "bp5am", "bp5ampass") or

?>

Which gives the following MySQl error:

Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /var/apache2/htdocs/php_sql/createmovie.php on line 2
Did not connect successfuly to server.

I presume this is a MySQL Problem. Any ideas as to what is causing this?

Warren Steffen

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to