rssguard/resources/sql/db_init_mysql.sql
2023-08-23 08:32:38 +02:00

7 lines
155 B
SQL
Executable File

DROP DATABASE IF EXISTS ##;
-- !
CREATE DATABASE IF NOT EXISTS ## CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
-- !
USE ##;
-- !
!! db_init_sqlite.sql