· --verbose, -v
Verbose mode. Produce more output about what the program does. This option can be given multiple times to produce more and more output. (For example, -v -v -v produces table output format even in
batch mode.)
· --version, -V
Display version information and exit.
あなたが欲しいもの ?詳細またはバージョン?
サーバー側のバージョンが必要な場合は、サーバーに接続し、クエリstatus;
を送信します
完全な引数でサーバーに接続する必要があります。例:
> mysql --user=user --password=password --host=serverip
または、引数を~/.my.cnf
に配置します
私のように:
[mysql]
default-character-set=utf8
prompt="\\[email protected]\\h \\r:\\m:\\s > "
user=user
password=DqvQ86ls1VQit617C
host=127.0.0.1
port=3306