1、mysql -hlocalhost -uroot -p 后输入数据库密码
2、create database test(数据库名称)
3、use test(数据库名称)
4、source D:/test.sql(导入数据库脚本)
cmd导入数据库脚本
于 2022-11-29 12:26:41 首次发布
1、mysql -hlocalhost -uroot -p 后输入数据库密码
2、create database test(数据库名称)
3、use test(数据库名称)
4、source D:/test.sql(导入数据库脚本)