PHP Mysqli Ubuntu Install

September 26th, 2007 by pyrat

For installing mysqli extension after PHP is installed on a Linux ubuntu or debian.

  1. apt-get install php5-mysqli

NOTE: after install, you need to reboot apache

  1. apache2ctl graceful

Leave a Reply