geht mal lokal auf esprimo
This commit is contained in:
4
mysql-init.sql
Normal file
4
mysql-init.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
USE mysql;
|
||||
UPDATE user SET authentication_string=PASSWORD('SFluorit') WHERE User='root';
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
Reference in New Issue
Block a user