Commit 66d9a81fe7f459bec9d42ec35606148187f2b4a1

Authored by Alexandre
1 parent f3dc7463

bugfixes

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
database/labinvent_mode_update.sql 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +CREATE SCHEMA IF NOT EXISTS test_labinvent2 DEFAULT CHARACTER SET latin1;
  2 +
  3 +GRANT USAGE ON *.* TO 'superadmin';
  4 +DROP USER 'superadmin';
  5 +
  6 +grant all on test_labinvent2.* to 'superadmin'@'localhost' identified by 'superadmin';
  7 +
  8 +flush privileges;
... ...