Installation Process cannot recognize MySQL 5.0
Posted: Tue Nov 07, 2006 6:05 am
At Step 3 of the Installation process, the install script cannot find mysql and I have nothing to choose from the "Database Type" and the following error message appears:
Database Type:
No valid database drivers appear to be compiled into your PHP install. Please confirm that you have mysql, mysqli, and/or postgres7 support installed, and try again.
In fact, I can connect to mysql using the console with the user "cms_user" and password "cms_pass" and access the database "cms".
# mysql -u cms_user -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use cms;
Database changed
mysql> show tables;
Empty set (0.00 sec)
mysql>
The database "cms" has been created and the user "cms_user" has been granted privileges.
Basic information:
(1) I am using Fedora Core 6.
(2) Mysql version is 5.0.22
Please can anybody advise what's wrong?
Database Type:
No valid database drivers appear to be compiled into your PHP install. Please confirm that you have mysql, mysqli, and/or postgres7 support installed, and try again.
In fact, I can connect to mysql using the console with the user "cms_user" and password "cms_pass" and access the database "cms".
# mysql -u cms_user -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49 to server version: 5.0.22
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use cms;
Database changed
mysql> show tables;
Empty set (0.00 sec)
mysql>
The database "cms" has been created and the user "cms_user" has been granted privileges.
Basic information:
(1) I am using Fedora Core 6.
(2) Mysql version is 5.0.22
Please can anybody advise what's wrong?