diff --git a/projet/hyperdrive.sql b/projet/hyperdrive.sql
index aa118fd2cf032ffd3122615880a313891f5db091..431989eed299dc41a64b89de345f1b4465cdc6ec 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 (