· --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.
bạn muốn gì ? dài dòng hay phiên bản?
nếu bạn muốn phiên bản phía máy chủ, hãy kết nối với máy chủ, gửi trạng thái status;
Bạn nên kết nối máy chủ với đầy đủ args, ví dụ:
> mysql --user=user --password=password --host=serverip
hoặc đặt args trên ~/.my.cnf
giống như của tôi:
[mysql]
default-character-set=utf8
prompt="\\[email protected]\\h \\r:\\m:\\s > "
user=user
password=DqvQ86ls1VQit617C
host=127.0.0.1
port=3306