Hi:
Adding a detail to my previous note on the mysql connect problem:
At the point where I attempted to connect, I added a printout of the
error generated when the instruction ran. The two lines now read:
$result = mysql_pconnect("localhost", "api_user", "x97533");
echo "Tried to connect. Problem: ".mysql_error()." <br>";
What came back was:
Tried to connect. Problem: Client does not support authentication
protocol requested by server; consider upgrading MySQL client
Thanks for your help.
Jim
--
Jim Feldman
14 Linda Lane
Newton, MA 02461
617-527-0509