Blame view

database/labinvent_add_base_testsql 242 Bytes
0710d9cd   Alexandre   Version: 2.4.2.17
1
2
3
4
5
6
7
8
CREATE SCHEMA IF NOT EXISTS test_labinvent2 DEFAULT CHARACTER SET latin1;

GRANT USAGE ON *.* TO 'superadmin';
DROP USER 'superadmin';

grant all on test_labinvent2.* to 'superadmin'@'localhost' identified by 'superadmin';

flush privileges;