utilisateur avec permissions moindre

This commit is contained in:
2025-04-08 15:18:21 +02:00
parent edd8c192f5
commit bd20356bf6
3 changed files with 29 additions and 5 deletions

3
images/db_init.sql Normal file
View File

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