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; -- --------------------------------------------------------