How to install the pdo_mysql extension in php: first enter the php installation directory; then use a text editor to open the php.ini configuration file; finally find the configuration [extension=pdo_mysql], uncomment and save the configuration .
php method to install pdo_mysql extension:
(Video tutorial recommendation: php video tutorial)
First enter the php installation directory;
Then use a text editor to open the php.ini configuration file;
(Related recommendations:php training)
Finally find the following configuration, uncomment it, and save the configuration.
The above is the detailed content of How to install pdo_mysql extension in php. For more information, please follow other related articles on the PHP Chinese website!