Skip to content
Snippets Groups Projects
Unverified Commit 4943e5a2 authored by Luke Hinds's avatar Luke Hinds Committed by GitHub
Browse files

DB user is now 'test'

parent 500550b0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
DB="test"
USER="zaphod"
USER="test"
PASS="zaphod"
ROOTPASS="p6ssw0rd"
......@@ -19,4 +19,4 @@ MYSQL_SCRIPT
echo -e "Loading table data.."
mysql -u $USER -p$PASS -D test < ./storage.sql
\ No newline at end of file
mysql -u $USER -p$PASS -D test < ./storage.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