Files
MiseEnPlaceMVC/_base/base et user.sql

7 lines
125 B
MySQL
Raw Permalink Normal View History

create database contrib;
create user contrib_root@'%' identified by '123abc';
grant all on contrib.* to contrib_root@'%';