cd /opt/
ls
vim 文件名
:q!
:wq
cat 文件名
mysql:
mysql -u root -p //用指定账户和指定密码登录mysql
mysql> source 文件名 //执行文件中的sql脚本