Update README.md
This commit is contained in:
parent
d411f037aa
commit
ba0cd81030
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -151,27 +151,28 @@ These kinds of things are bound to happen. Here are the details I need from you
|
||||||
* use option --cvefile to perform CVE checks
|
* use option --cvefile to perform CVE checks
|
||||||
|
|
||||||
**Question: How to use mysqltuner from remote host ?**
|
**Question: How to use mysqltuner from remote host ?**
|
||||||
|
Thanks to [@rolandomysqldba](http://dba.stackexchange.com/users/877/rolandomysqldba)
|
||||||
|
|
||||||
* You will still have to connect like a mysql client:
|
* You will still have to connect like a mysql client:
|
||||||
|
|
||||||
* Connection and Authentication
|
Connection and Authentication
|
||||||
|
|
||||||
Parameter host <hostname> Connect to a remote host to perform tests (default: localhost)
|
--host <hostname> Connect to a remote host to perform tests (default: localhost)
|
||||||
Parameter socket <socket> Use a different socket for a local connection
|
--socket <socket> Use a different socket for a local connection
|
||||||
Parameter port <port> Port to use for connection (default: 3306)
|
--port <port> Port to use for connection (default: 3306)
|
||||||
Parameter user <username> Username to use for authentication
|
--user <username> Username to use for authentication
|
||||||
Parameter pass <password> Password to use for authentication
|
--pass <password> Password to use for authentication
|
||||||
|
|
||||||
* Since you are using a remote host, use parameters to supply values from the OS
|
Since you are using a remote host, use parameters to supply values from the OS
|
||||||
|
|
||||||
Parameter forcemem <size> Amount of RAM installed in megabytes
|
--forcemem <size> Amount of RAM installed in megabytes
|
||||||
Parameter forceswap <size> Amount of swap memory configured in megabytes
|
--forceswap <size> Amount of swap memory configured in megabytes
|
||||||
|
|
||||||
* You may have to contact your remote SysAdmin to ask how much RAM and swap you have
|
* You may have to contact your remote SysAdmin to ask how much RAM and swap you have
|
||||||
|
|
||||||
* If the database has too many tables, or very large table, use this:
|
If the database has too many tables, or very large table, use this:
|
||||||
|
|
||||||
Parameter skipsize Don't enumerate tables and their types/sizes (default: on)
|
--skipsize Don't enumerate tables and their types/sizes (default: on)
|
||||||
(Recommended for servers with many tables)
|
(Recommended for servers with many tables)
|
||||||
|
|
||||||
MySQLTuner and Vagrant
|
MySQLTuner and Vagrant
|
||||||
|
|
Loading…
Reference in a new issue