From b092f11fffa6c979f0607af4380cb4a64ec40e35 Mon Sep 17 00:00:00 2001
From: Nicolas Paschoud <nicolas.paschoud@etu.hesge.ch>
Date: Thu, 5 Dec 2019 10:32:45 +0100
Subject: [PATCH] Docker-compose up -d to run the db

---
 projet/hyperdrive.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projet/hyperdrive.sql b/projet/hyperdrive.sql
index aa118fd..431989e 100644
--- a/projet/hyperdrive.sql
+++ b/projet/hyperdrive.sql
@@ -1,6 +1,7 @@
 CREATE DATABASE IF NOT EXISTS `hyperdrive` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 USE `hyperdrive`;
 
+-- mysql -h localhost -P 3306 --protocol=tcp -u root -p
 -- Creating tables
 
 CREATE TABLE IF NOT EXISTS Users (
-- 
GitLab