generated from Logisim-Evolution/Laravel-Docker
Etapes 2 et 3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DB_CONNECTION=mariadb
|
||||
DB_HOST=mariadb
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=laravel_db
|
||||
DB_USERNAME=laravel_user
|
||||
DB_DATABASE=mangadb
|
||||
DB_USERNAME=developmanga
|
||||
DB_PASSWORD=super_strong_password
|
||||
APP_KEY=""
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user