Home >Database >Mysql Tutorial >xampp中使用命令导入sql文件

xampp中使用命令导入sql文件

WBOY
WBOYOriginal
2016-06-07 14:53:322358browse

xampp中使用命令导入sql文件 xampp中使用命令导入sql文件: www.2cto.com 1 进入安装xampp中的mysql文件夹中的bin文件夹,如D:\xampp\mysql\bin; 2 进入数据库mysql -uroot -proot; 3 选择数据库 use 7789_crm; 4 使用source命令上传sql文件到7789_crm数据


xampp中使用命令导入sql文件

 

xampp中使用命令导入sql文件:

  www.2cto.com  

1 进入安装xampp中的mysql文件夹中的bin文件夹,如D:\xampp\mysql\bin;

 

2 进入数据库mysql -uroot -proot;

 

3 选择数据库 use 7789_crm;

 

4 使用source命令上传sql文件到7789_crm数据库中,source D:\xampp\mysql\bin\7789_crm.sql;

 

5 完成。
 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn