Mysqli for php for Ubuntu 8.04 LAMP stack

Does anyone know how on Ubuntu 8.04 with PHP 5 and MySQL 5.0 enable / install mysqli package / extensions?

It is advisable to keep the existing settings, but if necessary, I reinstall from scratch.

I understand that this is not technically related to programming, but I think (maybe in the end) is programming? hopes

Thanks for any help you can provide.

+5
source share
4 answers

You may need to install php using the mysqli option: apt-get install php5-mysqli

+3
source

Ubuntu Hardy (8.04) mysqli php5-mysql mysql pdo - . http://packages.ubuntu.com/hardy/php5-mysql .

sudo apt-get install php5-mysql
+9

PHP.

mysqli PHP, PHP mysqli. configure script --with-mysqli = mysql_config_path/mysql_config, PHP. mysqli, MySQL (libmysql) MySQL.

ubuntu. mysqli.

sudo apt-get install php5-mysqli
+2

PHP5 php5-mysqli , . , .

sudo apt-get install php5-mysqlnd
0

All Articles