Skip to content

Commit

Permalink
Add run-mysql file
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Mar 25, 2019
1 parent 10949f3 commit ff1dbc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions run-mysql.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

echo "=================="
echo "mysql"
echo "=================="

export schemaexplorer_driver=mysql
export schemaexplorer_live=false
export schemaexplorer_mysql_database=ssetest
export schemaexplorer_mysql_user=ssetestusr
export schemaexplorer_mysql_password=ssetestusrpass
go run sse.go

0 comments on commit ff1dbc5

Please sign in to comment.