From 83eebea87f47e2300174ab2a0fcd3520a758b948 Mon Sep 17 00:00:00 2001 From: Ricardo Krippner Date: Thu, 29 Sep 2016 14:48:50 +0200 Subject: [PATCH] no message --- plugins/MySQL/boswatch.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MySQL/boswatch.sql b/plugins/MySQL/boswatch.sql index 405f52b..8f584fb 100644 --- a/plugins/MySQL/boswatch.sql +++ b/plugins/MySQL/boswatch.sql @@ -34,7 +34,7 @@ USE boswatch; -- Benutzer erstellen für Datenbank `boswatch` -- -GRANT ALL ON * to 'boswatch'@'localhost' identified by 'boswatch1.mysql'; +GRANT ALL ON * to 'boswatch'@'localhost' identified by 'root'; FLUSH PRIVILEGES; -- --------------------------------------------------------