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