From 0747a38ac0426c7cbd62ce70ed141308da98d46c Mon Sep 17 00:00:00 2001 From: Lars Gremme Date: Sat, 11 Dec 2021 10:59:14 +0100 Subject: [PATCH] Update escaping --- plugins/MySQL/boswatch.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/MySQL/boswatch.sql b/plugins/MySQL/boswatch.sql index cd044a8..8eb0dd0 100644 --- a/plugins/MySQL/boswatch.sql +++ b/plugins/MySQL/boswatch.sql @@ -25,8 +25,8 @@ SET time_zone = "+00:00"; -- Datenbank anlegen `boswatch` -- -CREATE DATABASE IF NOT EXISTS 'boswatch' DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; -USE 'boswatch'; +CREATE DATABASE IF NOT EXISTS `boswatch` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; +USE `boswatch`; -- --------------------------------------------------------