Missing MySQL in PHPinfo on Ubuntu Linux

原文:Missing MySQL in PHPinfo on Ubuntu Linux

sudo apt-get install php5-mysql

http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.04-lamp-p2

php display errors

http://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display

error_reporting() would not help, must append ini_set()

你可能感兴趣的:(mysql,PHP,ubuntu)