• hopefulness

    (@hopefulness)


    Hello

    I’m using WooCommerce on CloudLinux OS (Shared Hosting).
    Which PHP extensions is recommended? mysqli and nd_mysqli and nd_pdo_mysql?
    you can see here

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Yui

    (@fierevere)

    永子

    mysqli (with backend to mysqlnd), probably your distro calls it nd_mysqli (while just mysqli links to old libmysqlclient backend)

    WordPress presently does not work with PDO extensions.

    check nd_mysqli and mysqlnd (if its not autoselected by nd_mysqli)

    Dion

    (@diondesigns)

    The nd_mysqli PHP extension is supplied by CloudLinux, and in your case, it should be used in place of the mysqli PHP extension.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Which PHP extensions is recommended? nd_mysqli, nd_pdo_mysql or mysqli?’ is closed to new replies.