i:\mysql\bin>mysql  -u  用户名 -p  数据库名  <   i:/test.sql   

// (source "c:\adsense.sql" )

例如: i:\MySQL\bin>mysql -u root -p test < I:/test.sql

Enter password: ****//密码

在test数据库中导入test.sql数据库文件

 

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2021-09-07
  • 2021-08-01
  • 2021-12-19
  • 2021-07-20
  • 2021-10-06
猜你喜欢
  • 2021-09-27
  • 2021-12-15
  • 2022-01-04
  • 2021-04-06
  • 2021-12-06
  • 2021-09-23
  • 2022-12-23
相关资源
相似解决方案