zoukankan      html  css  js  c++  java
  • 用命令行远程导出MySQL数据

    mysqldump -h10.10.9.197  -uroot -proot --default-character-set=utf8 0610_eshop >C:/Users/Adm
    inistrator/Desktop/data.sql

     -h IP地址  -u 用户名 -p 密码 

    --default-character-set=utf8 导出的编码

    test为数据库名

    > 后为sql文件路径,示例为导出到桌面

    端口号默认3306

  • 相关阅读:
    事务,视图,索引
    SQL 编辑
    相关子查询
    4
    3
    2
    1
    BaseEditor
    EDCheckPrefabRef
    UIUseImgWindow
  • 原文地址:https://www.cnblogs.com/talosant/p/11451925.html
Copyright © 2011-2022 走看看