no message

This commit is contained in:
Ricardo Krippner 2016-09-29 14:48:50 +02:00
parent 1f41b0a8ca
commit 83eebea87f

View file

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