LoginSignup
48
43

More than 5 years have passed since last update.

mysql コマンドオプション

Last updated at Posted at 2017-06-05

-u

ユーザ名指定

-p

パスワード指定

-D

データベース名指定

-h

ホスト名の値を指定

-e

コマンドラインから直接 sql を実行

mysql -uユーザ名 -p -Dデータベース名 -hホスト -e" select 文とか" > ファイル名.tsv

48
43
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
48
43