Control Web Panel

WebPanel => MySQL => Topic started by: romanga on February 17, 2015, 08:32:48 PM

Title: HELP - How to install or enable mysqli extension?
Post by: romanga 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
Title: Re: HELP - How to install or enable mysqli extension?
Post by: brijendrasial 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
Title: Re: HELP - How to install or enable mysqli extension?
Post by: mandrivian 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
Title: Re: HELP - How to install or enable mysqli extension?
Post by: studio4host on August 06, 2019, 01:39:19 PM
why would you compile mysql
Title: Re: HELP - How to install or enable mysqli extension?
Post by: mandrivian 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.?