Mysql version can not be less than 4.1
This direct translation is: MySQL database version can not be less than 4.1
Looks like the database version of the problem, is this true?
After the space database version of the observation, before and after the database version is 5.0, so it will not be a database version of the problem.
Tangled Up, unexpectedly:
is not modify the program and database connection configuration file, Khan, this unexpectedly forget,
That led to the advent of MySQL version can not be less than 4.1.
So I found config.inc.php in the root directory of the site.
#[Database parameters]
$dbHost = "localhost";
$dbName = "Ceshi";
$dbUser = "Ceshi";
$dbPass = "123456";
Modify the red part of the top three places to solve the problem.
Note: If the IP of the web space and the IP of the database are inconsistent, you also need to configure localhost for the corresponding data IP
There is another possibility, your database name password is wrong ~ This seemingly most common