首页
技术面试题 3000
mysql -uroot -p < /path/to/sql/file.sql
mysql -uroot -p < /path/to/sql/file.sql
答案解析
用root用户执行SQL文件,常用于批量建表或数据导入。
返回列表
返回首页