After getting PHP 5.1.6 installed on my server, I ran the ee_wizard and it reported that MySQL (Version 4.1+) is not supported in PHP. But the MySQL server and client versions are 5.0.45.
It also reported that it was “unable to select your database” (when I use “localhost” as the MySQL Server Address).
The path to phpMyAdmin is
<a href="http://dedicatedservername/MyAdmin/index.php">http://dedicatedservername/MyAdmin/index.php</a>I tried using part and all of this URL as the MySQL Server Address and got a slightly different error message: “Unable to connect to your database server.”
PhpMyAdmin shows the database name as _org_-_databasename. The “_org_-_” is a prefix used for all my databases. I tried use the full database name with the prefix and just databasename (without the prefix) but nothing has worked.
How do I get this resolved?
One more FYI: I am able to log in to my EE 1.6.9 cp and publish a post with the system as it is now.