1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Masking out some more errors and warnings that are benign.

This commit is contained in:
mkindahl@dl145h.mysql.com
2008-02-04 07:15:14 +01:00
parent e493906588
commit ff40ccb8d7
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Remove anonymous users added by add_anonymous_users.inc
disable_warnings;
disable_query_log;
DELETE FROM mysql.user where host='localhost' and user='';
FLUSH PRIVILEGES;
enable_query_log;
enable_warnings;