labinvent_mode_update.sql 230 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 CREATE SCHEMA IF NOT EXISTS mydb_test DEFAULT CHARACTER SET latin1; GRANT USAGE ON *.* TO 'superadmin'; DROP USER 'superadmin'; grant all on mydb_test.* to 'superadmin'@'localhost' identified by 'superadmin'; flush privileges;