After the apache + php + mysql environment is installed, installing a cms prompts that the database connection function is unavailable. This indicates that the database is not configured, and php does not support mysql. to process the ini file, follow these steps:
Today, apache2.0.x + php5 + mysql5 is deployed on the machine. When the CMS system is deployed, it is found that php5 does not support mysql by default.
Open the php. ini file and find
Extension = php_mysql.dll, remove the semicolon,
Restart apache. The error message "php_mysql.dll" is not found. This difficulty cannot scare me,
Find the extension_dir point to the ext directory, copy libmysql. dll to the system32 directory, and restart apache.
Okay. We recommend two articles.
Configure Apache + Mysql + PHP in Windows
The following figure shows how to configure IIS + FastCGI + PHP5.4.8 in windows2003: