Files
AWA/images/db_init.sql
2025-06-03 15:13:55 +02:00

3 lines
155 B
SQL

CREATE USER laravel_user IDENTIFIED BY 'super_strong_password';
GRANT CREATE, ALTER, DROP, SELECT, INSERT, UPDATE, DELETE ON laravel_db.* TO laravel_user;