MariaDB / wordpress-mariadb-health-checks

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

Suppress expected DB error #8

Closed LinuxJedi closed 1 year ago

LinuxJedi commented 1 year ago

SHOW command is expected to fail and act accordingly if we do not have permissions, so suppress the error in this case.

Fixes #5.

Also refix #4 properly.