标签: mysql
为什么以下命令有效:
mysql -p -e"set @temp=1; \. script.sql"
但是这个命令没有:
mysql -p -e"set @temp=1;" < script.sql