mysql.sql 79 B

123
  1. GRANT ALL ON *.* TO 'sequelize_test'@'%' with grant option;
  2. FLUSH PRIVILEGES;