Connection error with PHP 5 and MySQL 4
Just like my hosting company, 1and1, is about to do, other companies will discontinue support of PHP version 4 as well. When they do, you may receive an error such as:
Database Connection Failed
Error: Connecting to 3.22, 3.23 & 4.0 servers is not supported (2054)
Function Performed: CONNECT
Host/DB: dbname.host.com/dbname
Database Type: mysql
Fatal error: Attempt to connect to database dbname on dbusername@dbserver.host.com failed in /*/htdocs/SITE/lib/adodb.functions.php on line *
This error means that you need to upgrade your database to version 5 in order to work with PHP 5.
˅˅˅ Additional valuable information is available at one of the links below: ˅˅˅
Did you like the article? Let Google Search know by clicking this button:
Page last modified 31-Dec-12 21:56:12 EST
Previous page: Working with MySQL, encoding, and upgrade issues
Next page: Identifying the problem - who this article is for, and isn't for