Skip to content
Snippets Groups Projects
Commit 962570e7 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed typo in database creation.

parent 5db236f7
No related branches found
No related tags found
1 merge request!2New branch with fixed history
......@@ -6,6 +6,6 @@ USER=$2
PASSWORD=$3
echo "*** Create database:"
mariadb --h "$HOST" -u "$USER" -p"$PASSWORD" < inputs/sql/create_db.sql
mariadb -h "$HOST" -u "$USER" -p"$PASSWORD" < inputs/sql/create_db.sql
#echo "*** Create tables:"
#mariadb -h "" -u "root" -p < inputs/sql/create_tables.sql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment