• After our switch to DigitalOcean and changing from MySQL 5 to 8 we got the folling error in log, nearly each second.

    After searching a little bit I found

    $query = $wpdb->query(“SHOW TABLES LIKE \”$mails\””);
    in “src\WPML_InstallIndicator” line 48

    The ErrorMessage in Log is:
    WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_hly_shopwpml_mails”‘ at line 1 for query SHOW TABLES LIKE “wp_hly_shopwpml_mails” made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/wp-mail-logging/wp-mail-logging.php’), No3x\WPML\WPML_Init->init, No3x\WPML\WPML_InstallIndicator->isInstalled

    Greetings Tim Wendisch

  • The topic ‘Error on MySQL8 at DigitalOcean’ is closed to new replies.