mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-13 04:18:40 +00:00
4 lines
92 B
SQL
Executable File
4 lines
92 B
SQL
Executable File
SET GLOBAL log_bin_trust_function_creators = 1;
|
|
CREATE DATABASE IF NOT EXISTS oms;
|
|
USE oms;
|