Skip to content
Snippets Groups Projects
Commit b092f11f authored by nicolas.paschoud's avatar nicolas.paschoud
Browse files

Docker-compose up -d to run the db

parent 9ce3964b
No related branches found
No related tags found
No related merge requests found
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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment