From a4f3d15b5a0224aab774710cbbd20368177ce1a7 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 30 Oct 2020 15:14:34 +0100 Subject: Fixing mysql wordpressdb setup --- srcs/mysql/wordpress.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srcs/mysql/wordpress.sql') diff --git a/srcs/mysql/wordpress.sql b/srcs/mysql/wordpress.sql index b7bed79..94e793a 100644 --- a/srcs/mysql/wordpress.sql +++ b/srcs/mysql/wordpress.sql @@ -7,6 +7,8 @@ -- Server version: 10.4.15-MariaDB-log -- PHP Version: 7.3.23 +USE wordpress; + SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; -- cgit