You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No log file set (set log_error in MySQL/MariaDB config or use the check's --server-log parameter).
142
+
No log file set (set log_error in MySQL/MariaDB config or use the check's ``--server-log`` parameter).
143
143
The check tried to get information from an error logfile, but was unable to do so. All possible error logfile locations were tried, but no logfile was found. You have to help by configuring the MySQL/MariaDB system variable ``log_error`` accordingly, or by providing the ``--server-log`` parameter to the check.
144
144
145
145
``'proxies_priv' entry '@% root@mariadb-server' ignored in --skip-name-resolve mode.``
146
146
.. code-block:: text
147
147
148
148
select * from mysql.proxies_priv;
149
-
delete from `mysql`.`proxies_priv` where (`host` = 'mariadb-server') and (`user` = 'root') and (`proxied_host` = '') and (`proxied_user` = '');
149
+
delete from `mysql`.`proxies_priv`
150
+
where (`host` = 'mariadb-server') and (`user` = 'root') and (`proxied_host` = '') and (`proxied_user` = '');
0 commit comments