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

WBOY
Release: 2016-06-13 10:18:19
Original
877 people have browsed it

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

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

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

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!