Home > Database > Mysql Tutorial > 导入mysql数据库命令_MySQL

导入mysql数据库命令_MySQL

WBOY
Release: 2016-06-01 13:48:04
Original
1300 people have browsed it

bitsCN.com
导入mysql数据库命令 1、cmd->mysql -hlocalhost(地址) -u用户名 -p密码 -P端口->use 需要导入的数据库->source D:/demo.sql   2、导入速度快 cmd->mysql --default-character-set=utf8 --hlocalhost(地址) -u用户名 -p密码 -P端口 数据库名  bitsCN.com

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