geht mal lokal auf esprimo

This commit is contained in:
2025-10-01 18:42:55 +00:00
parent ce16549821
commit dbf03f3c4e
14 changed files with 221 additions and 84 deletions

4
mysql-init.sql Normal file
View File

@@ -0,0 +1,4 @@
USE mysql;
UPDATE user SET authentication_string=PASSWORD('SFluorit') WHERE User='root';
FLUSH PRIVILEGES;