Meta
Categories
Category Archives: php
Configure php 5 for Mysql 5
-Edit php.ini and uncomment ‘extension=php_mysql.dll’ -Check php.ini extension_dir = ".\" or extension_dir = ".\ext" -Copy to system32 directory: /php/libmysql.dll /php/ext/php_mysql.dll -Restart Apache 2
Posted in mysql, php
Leave a comment