Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. shell> mysqladmin version
  2. shell> mysqladmin variables
  3. shell> mysqladmin -h `hostname` version variables
  4. shell> mysqladmin -h `hostname` --port=3306 version
  5. shell> mysqladmin -h host_ip version
  6. shell> mysqladmin --protocol=SOCKET --socket=/tmp/mysql.sock version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement