From db58cb58b5d5612ec2aa347d0f8531b26ab2e7f3 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Fri, 27 Sep 2024 14:04:23 +0200 Subject: upload changes --- rust/scripts/create_db.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rust/scripts/create_db.sh (limited to 'rust/scripts/create_db.sh') diff --git a/rust/scripts/create_db.sh b/rust/scripts/create_db.sh new file mode 100644 index 0000000..cddcdd9 --- /dev/null +++ b/rust/scripts/create_db.sh @@ -0,0 +1,10 @@ +#!/bin/bash +echo "choose a password for the database: 'input;" +read input +echo $(pwd) +echo "creating database..." +sudo mariadb -u root <