8000 GitHub - joelbits/db2-lab3-gl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joelbits/db2-lab3-gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Databases 2 - Uppsala University VT2018
SQL Date Time exercises

Usage:
docker-compose up -d --build
Then browse to http://localhost:8181 for phpMyAdmin.
lab3:lab3 as login. 
Click lab3 DB in left menu, then SQL tab and insert queries from mysql/src.sql .

Or from command line:
docker exec -it lab3_mysql_1 bash
then:
mysql -ulab3 -plab3 lab3 < mysql/src.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0