Forum Moderators: coopster
I had the same (albeit different) problem. Not getting PHP to connect to MySQL, yet being able to connect via command line. Here is the thread. I know you said you didn't think it was the 'old password' problem, but have you tried to rectify it just incase? It worked for me..
[webmasterworld.com...]
-- Zak
<?php
phpinfo( );
?>
If you get a page back with all you php information on it, then PHP is installed. If all you see is your code in the upper left corder, then PHP is not installed correctly.
-- Zak