229 current 2025-10-10 21:25:49 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 21:30:15 -05:00
parent 65a8654165
commit 3064a404e0
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,8 @@ in
}
];
initialScript = pkgs.writeText "minecraft_recpro_init.sql" ''
ALTER USER 'minecraft_recpro'@'localhost' IDENTIFIED VIA sql_native_password USING PASSWORD'IKNOWTHISISBADIJUSTNEEDITTOWORK';
CREATE USER IF NOT EXISTS 'minecraft_recpro'@'localhost' IDENTIFIED BY 'IKNOWTHISISBADIJUSTNEEDITTOWORK';
GRANT ALL PRIVILEGES ON minecraft_recpro_db.* TO 'minecraft_recpro'@'localhost';
FLUSH PRIVILEGES;
'';
};