Etapes 2 et 3

This commit is contained in:
2025-06-07 15:00:30 +02:00
parent 9829dfc6b5
commit 03fa9d79d4
62 changed files with 13582 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
CREATE USER laravel_user IDENTIFIED BY 'super_strong_password';
CREATE USER developmanga IDENTIFIED BY 'super_strong_password';
GRANT CREATE, ALTER, DROP, SELECT, INSERT, UPDATE, DELETE ON laravel_db.* TO laravel_user;
GRANT CREATE, ALTER, DROP, SELECT, INSERT, UPDATE, DELETE ON mangadb.* TO developmanga;