PHP Mysqli Ubuntu Install
September 26th, 2007 by pyratFor installing mysqli extension after PHP is installed on a Linux ubuntu or debian.
- apt-get install php5-mysqli
NOTE: after install, you need to reboot apache
- apache2ctl graceful
For installing mysqli extension after PHP is installed on a Linux ubuntu or debian.
NOTE: after install, you need to reboot apache