mysqli

  1. Y

    Your PHP installation appears to be missing the MySQL extension which is required by WordPress. after upgrade php

    I upgraded php7.3 to php7.4 but it shows "Your PHP installation appears to be missing the MySQL extension which is required by WordPress". I search solution on google, it happens because I didn't install the MySQL extension yet. then I run this yum install lsphp74-mysqlnd. But Nothing change...
  2. J

    Openlitspeed along with MySQL and not MariaDB

    Hi everyone, I want to install Openlitespeed on Ubuntu 18.04 with MySQL (not MariaDB). I tried to find some information on this but without success. It seems like Openlitespeed work only with MariaDB. The reason for this is I have some php app which have some compatibility issues whith MariaDB...
  3. D

    mySQLi & PDO INSERT prepared statements don't work

    Although they both worked fine in Apache in which I coded them, yet here in OLS I have tried both PDO and mySQLi INSERT statements, . . . and neither one work. All I ever get is a PHP response that says, "[object Object]". Now I know that my database connection is good because my preceding...
Top