I cannot find instructions about installing MySQLi on a Mac. Just to be clear, MySQL is up to date and I am running PHP 5. How do I install it? Where do I even get it from? Thanks for your help. I'll be giving an up vote and a check mark to whoever answers this!
Use php-mysqlnd instead of php-mysql. On Linux, to install with apt-get type:
php-mysqlnd
php-mysql
apt-get
apt-get install php-mysqlnd
2.1m questions
2.1m answers
60 comments
57.0k users