mysql:cli:mysql

mysql (Command Line Client)

 
  • mysql <command> [<switches>…] db_name
  • mysql db_name
  • mysql –user=user_name –password db_name

help

  • \?, ?:
  • \c, clear:
  • \r, connect:
  • \d, \delimiter:
  • \e, \edit:
  • \G, \ego:
  • \q, \exit:
  • \g, \go:
  • \h, \help:
  • \n, \nopager:
  • \t, \notee:
  • \P, \pager:
  • \p, \print:
  • \R, \prompt:
  • \q, \quit:
  • \#, \rehash:
  • \., \source:
  • \s, \status:
  • \!, \system:
  • \T, \tee:
  • \u, \use:
  • \C, \charset:
  • \W, \warning:
  • \w, \nowarning:
  • \x, \resetconnection:

Help

  • mysql/cli/mysql.txt
  • 마지막으로 수정됨: 2024/03/08 05:39
  • 저자 writer