· --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.
ciò che vuoi ? dettagliata o versione?
se vuoi la versione lato server, connettiti al server, invia query status;
Dovresti connettere il server con argomenti completi, ad esempio:
> mysql --user=user --password=password --host=serverip
oppure metti gli argomenti su ~/.my.cnf
proprio come il mio:
[mysql]
default-character-set=utf8
prompt="\\[email protected]\\h \\r:\\m:\\s > "
user=user
password=DqvQ86ls1VQit617C
host=127.0.0.1
port=3306