Home  >  Article  >  Backend Development  >  怎么用命令提示符还原MYSQL数据库

怎么用命令提示符还原MYSQL数据库

WBOY
WBOYOriginal
2016-06-13 10:18:19878browse

如何用命令提示符还原MYSQL数据库
如何用命令提示符还原MYSQL数据库 

备份了数据库 1.SQL 太多了 用phpmyadmin 还原不了 ?

------解决方案--------------------
方法很多
mysql -u*** -p*** 或者登入mysql -u*** -p*** 再source 1.SQL(文件所在路径);
或者用mysqlimport命令

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