• Resolved lcerura

    (@lcerura)


    Hello, Trying to get somewhere with Duplicator and I’ve gotten the following:

    “”The version of MySQL on this server is [5.0.96]. The Duplicator requires MySQL version 4.1+ or better. If the MySQL server version is valid and this requirement fails then the mysqli extension is not installed. If you are on a hosted server please contact your host and request that mysqli extension and MySQL Server 4.1+ be installed.””

    Thing is, I contacted my host and asked if the mysqli extension is enabled and the following is the response I’d gotten:

    “This is already compiled in.”

    Admittedly today’s contact at the host is NOT the normal nice, helpful fella they usually have. What to do?

    Thanks in advance.

    https://www.ads-software.com/plugins/duplicator/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Icerura,

    You will probably have to emphasize the “i” in mysqli. Please note that mysql and mysqli are two different extensions. Right now the code does a function exists for mysqli_connect

    function_exists('mysqli_connect');

    If it is indeed installed then they will need to make sure its configured correctly which is explained here.

    Cheers~

    Thread Starter lcerura

    (@lcerura)

    Many thanks for the response.

    Currently working towards changing to another plan within my host’s offerings.

    Will bring up all necessary questions prior to the move (whenever that is). ??

    Sounds good! Be sure to read through the knowledge-base as it will have many of the answers others have already asked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"mysqli extension", host says that it's 'compiled in'’ is closed to new replies.