A better way to execute multiple MySQL commands using shell script

前端 未结 0 395
青春惊慌失措
青春惊慌失措 2021-02-11 21:39

I would like to write a *.sh script to execute multiple MySQL commands.

Currently, what I can do is something like the following

mysql -h$host -u$user -p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题