From 3459498605c288cb2f98e08dbe84f28df186d0c3 Mon Sep 17 00:00:00 2001 From: Mael GRAMAIN Date: Mon, 14 Dec 2020 18:20:14 -0400 Subject: [PATCH] Renamed the default DB name --- extra/db.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/db.sql b/extra/db.sql index 49142ad..bfcc657 100644 --- a/extra/db.sql +++ b/extra/db.sql @@ -1,8 +1,8 @@ -CREATE DATABASE IF NOT EXISTS `lighthouse` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; -USE `lighthouse`; +CREATE DATABASE IF NOT EXISTS `sacrebleudatabase` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; +USE `sacrebleudatabase`; -- MySQL dump 10.13 Distrib 8.0.22, for macos10.15 (x86_64) -- --- Host: localhost Database: lighthouse +-- Host: localhost Database: sacrebleudatabase -- ------------------------------------------------------ -- Server version 8.0.22