Skip to content

Commit

Permalink
mysql config
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Aug 16, 2023
1 parent 486ea7a commit 8f599da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "${create_t1}" | schemadiff load > $output_file
grep -q 'CREATE TABLE' $output_file

# alias my='mysql -uroot -proot --host 127.0.0.1 --port 3306'
alias my='mysql -uroot -proot'
alias my='mysql -uroot -p""'
my -e "create database if not exists test"
echo "${create_t1}" | my test

Expand Down

0 comments on commit 8f599da

Please sign in to comment.