Datenbank doublesnake erstellen und Standardzeichensatz festlegen

This commit is contained in:
2025-03-31 22:06:20 +02:00
parent 4aa95cff80
commit 8e91360532

View File

@@ -20,6 +20,8 @@ SET time_zone = "+00:00";
-- --
-- Datenbank: `doublesnake` -- Datenbank: `doublesnake`
-- --
CREATE DATABASE IF NOT EXISTS `doublesnake` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
USE `doublesnake`;
-- -------------------------------------------------------- -- --------------------------------------------------------