Giter Club home page Giter Club logo

mysql-labs's Introduction

Dépendances: Installation de Virtualbox, Vagrant et git bash.

Commandes Vagrant utiles

Vagrant box add + nom de la boite, comme dans l’exemple au-dessus, cela rajoute une boite

Vagrant box list, pour afficher la liste des boites installées localement

Vagrant box update + nom de la boite, pour mettre à jour

Vagrant box remove + nom de la boite, pour supprimer la boite désirée

Tous ce qu’il vous reste à faire est de démarrer la machine avec la commande de vagrant up et l’utiliser !

Installer MySQL version 5.7 sur un serveur Ubuntu 18.04.

vagrant up

Connection à la base de données, le mot de passe root de mysql est spécifié durant la phase de provisionning (via le script bootstrap.sh):

vagrant ssh mysql -u root -p

Chargement d'un dumpe de base de données CAVE_TEST:

wget https://raw.githubusercontent.com/hosniah/mysql-labs/master/Samples/Some_Test_Data.sql

mysql create database CAVE_TEST

mysql -u root CAVE_TEST -p < Some_Test_Data.sql

mysql-labs's People

Contributors

wbordoni avatar hosniah avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.