登陆数据库并打开test.sql文件,执行相关命令mysql
@echo off mysql -uroot -p123<test.sqlsql
修改时区,数据库
set global time_zone='+8:00';spa