-- Create test database CREATE DATABASE IF NOT EXISTS `laravel_test`; GRANT ALL PRIVILEGES ON `laravel_test`.* TO 'laravel'@'%'; FLUSH PRIVILEGES;