Kleine Änderungen

This commit is contained in:
2018-03-17 18:31:46 +01:00
parent aaee367a16
commit 63dd534402
2 changed files with 9 additions and 8 deletions

View File

@ -17,7 +17,6 @@ sudo /etc/init.d/mysql restart
```xml
mysql -p -u root
use ***db***;
GRANT ALL ON *.* TO root@'%' IDENTIFIED BY 'RootPassword';
exit
```