mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
4 lines
92 B
SQL
4 lines
92 B
SQL
SET GLOBAL log_bin_trust_function_creators = 1;
|
|
CREATE DATABASE IF NOT EXISTS oms;
|
|
USE oms;
|