ok-engineering.net
  • タグ: エクスポート

    検索結果: 1件

    article-thumbnail

    MySQLのダンプ、インポート方法

    【概要】MySQLやMariaDB等のDBをファイルにして出力する方法と出力したファイルをDBにインポートする方法についてまとめています。【ダンプ方法】構文:mysqldump -u User名 -p DB名 出力時のファイル名例:mysqldump -u hogeUser -p huga huga_20200810.sql【インポート方法】構文:mysql -u ユーザー名 -p データベース名 lt; dumpファイル例:mysql -u hogeUser -p hogelt; /Users/hoge/Documents/huga_20200810.sql

    カテゴリ: MySQL 2020-08-10 01:19:13
    カテゴリ一覧
    1. CentOS23posts
    2. mac15posts
    3. MySQL12posts
    4. Nuxt.js11posts
    5. JS11posts
    6. Linux10posts
    7. Node.js8posts
    8. NGINX7posts
    9. Git5posts
    10. PHP4posts
    11. Redis3posts
    12. AWS2posts
    13. jQuery2posts
    14. GCP2posts
    15. CSS1posts
    16. Windows1posts
    17. CakePHP1posts
    18. Docker1posts
    19. ZABBIX1posts
    © 2020 Copyright: ok-engineering.net