create_database.sql 208 B

1234
  1. -- create the databases
  2. CREATE DATABASE loonflow DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
  3. grant all privileges on loonflow.* to loonflow@'%' identified by '2Nir9D6&muYq';
  4. -- flush privileges;