MySQL常用命令

来源:互联网 发布:uml建模软件 编辑:程序博客网 时间:2024/05/03 11:27

连接服务器
mysql -h localhost -u root -p

调用外部sql脚本
mysql>source filename;

mysql>/. filename;