mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-10 19:28:41 +00:00
parent
0ee2aeaca1
commit
37e5c93735
|
|
@ -10,6 +10,7 @@ RUN apt-get update && \
|
|||
apache2 \
|
||||
software-properties-common \
|
||||
wget \
|
||||
git \
|
||||
gnupg2 \
|
||||
lsb-release
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SET GLOBAL log_bin_trust_function_creators = 1;
|
||||
CREATE DATABASE IF NOT EXISTS oms;
|
||||
USE oms;
|
||||
USE oms;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user