Home  >  Article  >  Database  >  mysql转存数据_MySQL

mysql转存数据_MySQL

WBOY
WBOYOriginal
2016-06-01 13:51:271054browse

  用的是Navicat客户端,有两个实用的转移数据傻瓜方法

  1、同客户端连接服务器数据库和本地数据库,可直接复制相应表到相应服务器数据库粘贴,即可创建表及导入数据;

  2、不同地,可右击要导的数据库-转储Sql文件 导入个.sql脚本,再到要导入的数据库服务器 新建那个数据库名字一致,建个查询,载入那脚本,执行即可创建表及导入数据。

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
Previous article:MYSQL #1093_MySQLNext article:一个项目系统的调优_MySQL