Skip to content

Commit 2d99ff2

Browse files
authored
update path of sampledb.sql file
1 parent 1d4b54d commit 2d99ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps-development/databases/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ sudo apt-get install -y \
55

66
sudo apt-get install -y mariadb-server
77
sudo mariadb -e "create database classicmodels"
8-
sudo mariadb classicmodels < sampledb.sql
9-
#m mysql_secure_installation
8+
sudo mariadb classicmodels < apps-development/databases/sampledb.sql
9+
# mysql_secure_installation

0 commit comments

Comments
 (0)