don't forget to start the mariadb server
This commit is contained in:
parent
8e02504f15
commit
e7aeaf94fa
3
exam/ex01/start_mysql.sh
Executable file
3
exam/ex01/start_mysql.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo docker run --name wikipedia_link_graph_db -e MYSQL_ROOT_PASSWORD=wikipediastuff -d mariadb/server:10.3 --log-bin --binlog-format=MIXED
|
Loading…
Reference in New Issue
Block a user