Author Topic: HELP - How to install or enable mysqli extension?  (Read 18758 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
HELP - How to install or enable mysqli extension?
« on: February 17, 2015, 08:32:48 PM »
Hi,

Recently i have installed CWP in my VPS (Centos 6 minimal x64). Everything works fine, performance aceptable. I had to switch the version of PHP to PHP 5.2.17, everything OK.
At this point, the problem starts here. The extension mysqli is not installed or enabled (indicated in phpmyadmin screen). Only mysql available.

Could someone tell me how I can enable or install it if is not installed?

Thanks in advance
« Last Edit: February 18, 2015, 11:26:23 AM by romanga »

Re: HELP - How to install or enable mysqli extension?
« Reply #1 on: February 25, 2015, 01:24:09 AM »
while recompiling just add --with-mysqli and it would work or by commenting out ;extension=php_mysqli.dll in nano /usr/local/php/php.ini

Offline
*
Re: HELP - How to install or enable mysqli extension?
« Reply #2 on: August 05, 2019, 02:12:01 PM »
Hi,

I am new in CWP, i need to add some extensions. Can you please tell me how to compile mysql in CWP

Thank You

Offline
*
Re: HELP - How to install or enable mysqli extension?
« Reply #3 on: August 06, 2019, 01:39:19 PM »
why would you compile mysql
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: HELP - How to install or enable mysqli extension?
« Reply #4 on: August 10, 2019, 04:55:04 PM »
while recompiling just add --with-mysqli and it would work or by commenting out ;extension=php_mysqli.dll in nano /usr/local/php/php.ini

How to recompiling on cwp.? or should is do it from console.?