Backend/Laravel
CREATE SCHEMA `laravel_test` DEFAULT CHARACTER SET utf8
grant all privileges on 스키마이름.* to '유저이름'@'%'; flush privileges;