php5.3 Solution to the problem that mysql cannot be loaded: 1. Check whether the extension file directory "extention_dir" in the apache configuration file is correct; 2. Add the statement "PHPIniDir "D:/php"" to the configuration file. That is Can.
Recommended: "PHP Video Tutorial"
The problem that mysql cannot be loaded in PHP5 environment
This is my first configuration experience.
The environment is apache2.055,php5.14,mysql4.1.
The problem is that the mysql extension cannot be loaded.
Solution:
1. Check whether the extension file directory extension_dir in the apache configuration file is correct.
2. The problem that has troubled me for a long time is that I forgot to add this statement after LoadModule in the configuration file.
‐ to use
The above is the detailed content of What should I do if php5.3 mysql cannot be loaded?. For more information, please follow other related articles on the PHP Chinese website!