We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

mysql PHP extension not installed | Forum

Alexander Mirvis
Alexander Mirvis Feb 9 '19
Hello,


Tried to install oxwall locally on XAMPP. Getting this error:

  • mysql PHP extension not installed

Checked with my PHP.INI File and looks like all pertinent DLL files installed.


extension=pdo_mysql.dllextension=pdo_sqliteextension=php_mysql.dllextension=php_mysqli.dllextension=php_pdo_mysql.dllextension=php_intl.dll
Please help :-(

ArtMedia
ArtMedia Feb 10 '19

what version PHP?


if PHP >=7.0


then edit


ow_install/files/requirements.txt


line 5:


change mysql


to


mysqlnd

The Forum post is edited by ArtMedia Feb 10 '19
Alexander Mirvis
Alexander Mirvis Feb 10 '19
lol wow. I tried changing it to mysql to mysqld and didn't work but then I removed that line completely and it worked! Thanks!
Quote from ArtMedia

what version PHP?


if PHP >=1.0


then edit


ow_install/files/requirements.txt


line 5:


change mysql


to


mysqld


ArtMedia
ArtMedia Feb 10 '19

i forgot one letter


not mysqld, but mysqlnd


i edited my post