LoginSignup
1
0

More than 5 years have passed since last update.

ヘテムルでSSHログインしてDBをエクスポート(mysqldump)

Last updated at Posted at 2018-04-26

MySQL5

mysqldump --single-transaction -u {mysqlのアカウント名} -p{mysqlのパスワード} -h {mysqlサーバー名} 対象DB名 > 出力先.sql
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0