Gestion de contributions : version basique
This commit is contained in:
6
_base/base et user.sql
Normal file
6
_base/base et user.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create database contrib;
|
||||
create user contrib_root@'%' identified by '123abc';
|
||||
grant all on contrib.* to contrib_root@'%';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user