Edit by browser

This commit is contained in:
杨茂林 2022-02-19 23:45:15 +08:00
parent 10122a1b94
commit 87307349bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#---------- 数据准备 ----------
export MYSQL_PWD=123123
mysql -h127.0.0.1 -uroot < src/prepare.sql 2>/dev/null
mysql -h127.0.0.1 -uroot < src/fiance1.sql 2>/dev/null
#---------- 运行学生代码 ----------
mysql -h127.0.0.1 -uroot < src/test.sql