MariaDB / wordpress-mariadb-health-checks

MariaDB health checks plugin for WordPress
GNU General Public License v2.0
38 stars 9 forks source link

PHP 8.2 database error SHOW command denied #5

Closed ipajen closed 1 year ago

ipajen commented 1 year ago

Environment

WordPress database error SHOW command denied to user 'khaotiptha_wp5'@'localhost' for tablemysql.table_statsfor query show create table mysql.table_stats; made by require_once('wp-admin/admin.php'), do_action('tools_page_mdbhc'), WP_Hook->do_action, WP_Hook->apply_filters, MDBHC\AdminScreen->admin_screen_template, mdbhc__template, mdbhc_template, mdbhc_inc, include('/plugins/wordpress-mariadb-health-checks-1.0.0/templates/admin/main.php'), mdbhc__template, mdbhc_template, mdbhc_inc, include('/plugins/wordpress-mariadb-health-checks-1.0.0/templates/admin/notices.php'), MDBHC\Histograms->check, MDB_DB->query

LinuxJedi commented 1 year ago

This one is to be expected if you have debugging turned on. The source takes action based on this.