mysql工具之二:mysqladmin的基本用法

来源:互联网 发布:程序员在成都和重庆 编辑:程序博客网 时间:2024/04/29 12:14

 

./bin/mysqladminping

 

./bin/mysqladminversion

mysqladmin -?

 

-h, --host=name     Connect to host.

-p, --password[=name]

Password to use when connecting to server. If password is

                      not given it's asked from the tty.

-P, --port=#        Port number to use for connection.

--protocol=name     The protocol of connection (tcp,socket,pipe,memory).

 -u, --user=name     User for login if not current user.

-V, --version       Output version information and exit.

 

 

 

原创粉丝点击