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

xampp中使用命令导入sql文件

WBOY
Release: 2016-06-07 14:53:32
Original
2355 people have browsed it

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 完成。
 

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template