mysql.sql 79 Bytes BlameHistoryPermalink Edit 1 2 3 GRANT ALL ON *.* TO 'sequelize_test'@'%' with grant option; FLUSH PRIVILEGES;