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