commit
c535405966
1 changed files with 32 additions and 33 deletions
23
README.md
23
README.md
|
@ -4,12 +4,12 @@ MySQLTuner-perl
|
|||
[](http://opensource.box.com/badges)
|
||||
[](http://opensource.box.com/badges)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Average time to resolve an issue")
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||
[](https://opensource.org/licenses/GPL-3.0/)
|
||||
|
||||
**MySQLTuner** is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.
|
||||
|
||||
**MySQLTuner** supports in this last version ~300 indicators for MySQL/MariaDB/Percona Server.
|
||||
**MySQLTuner** supports ~300 indicators for MySQL/MariaDB/Percona Server in this last version.
|
||||
|
||||
**MySQLTuner** is maintained and indicator collect is increasing week after week supporting a lot of configuration such as [Galera Cluster](http://galeracluster.com/), [TokuDB](https://www.percona.com/software/mysql-database/percona-tokudb), [Performance schema](https://github.com/mysql/mysql-sys), Linux OS metrics, [InnoDB](http://dev.mysql.com/doc/refman/5.7/en/innodb-storage-engine.html), [MyISAM](http://dev.mysql.com/doc/refman/5.7/en/myisam-storage-engine.html), [Aria](https://mariadb.com/kb/en/mariadb/aria/), ...
|
||||
|
||||
|
@ -22,7 +22,7 @@ You can find more details on these indicators here:
|
|||
MySQLTuner needs you:
|
||||
===
|
||||
|
||||
**MySQLTuner** needs contributors for documentation, code and feedbacks..
|
||||
**MySQLTuner** needs contributors for documentation, code and feedback..
|
||||
|
||||
* Please join us on issue track at [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
||||
* Contribution guide is available following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
|
@ -43,7 +43,7 @@ Compatibility:
|
|||
* Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)
|
||||
* Windows is not supported at this time (Help wanted !!!!!)
|
||||
* Unrestricted read access to the MySQL server (OS root access recommended for MySQL < 5.1)
|
||||
* CVE vulnerabilites detection support from [https://cve.mitre.org](https://cve.mitre.org)
|
||||
* CVE vulnerabilities detection support from [https://cve.mitre.org](https://cve.mitre.org)
|
||||
|
||||
***WARNING***
|
||||
--
|
||||
|
@ -58,7 +58,7 @@ MySQL in other areas.
|
|||
**Seriously - please review the FAQ section below.**
|
||||
|
||||
|
||||
Security recommandations
|
||||
Security recommendations
|
||||
--
|
||||
|
||||
Hi directadmin user!
|
||||
|
@ -123,7 +123,7 @@ FAQ
|
|||
|
||||
**Question: Will MySQLTuner fix my slow MySQL server?**
|
||||
|
||||
**No.** MySQLTuner is a read only script. It won't write to any configuration files, change the status of any daemons, or call your mother to wish her a happy birthday. It will give you an overview of your server's performance and make some basic recommendations about improvements that you can make after it completes. *Make sure you read the warning above prior to following any recommendations.*
|
||||
**No.** MySQLTuner is a read only script. It won't write to any configuration files, change the status of any daemons, or call your mother to wish her a happy birthday. It will give you an overview of your server's performance and make some basic recommendations for improvements that you can make after it completes. *Make sure you read the warning above prior to following any recommendations.*
|
||||
|
||||
**Question: Can I fire my DBA now?**
|
||||
|
||||
|
@ -147,7 +147,7 @@ You could use mysql_config_editor utilities.
|
|||
Enter passord: ********
|
||||
$
|
||||
|
||||
At this time, ~/.mylogin.cnf has been written with appropriated rigth access.
|
||||
After which, ~/.mylogin.cnf will be created with the appropriate access.
|
||||
|
||||
To get information about stored credentials, use the following command:
|
||||
|
||||
|
@ -189,7 +189,7 @@ Connection and Authentication
|
|||
--port <port> Port to use for connection (default: 3306)
|
||||
--user <username> Username to use for authentication
|
||||
--pass <password> Password to use for authentication
|
||||
--defaults-file <path> defaulfs file for credentials
|
||||
--defaults-file <path> defaults file for credentials
|
||||
|
||||
Since you are using a remote host, use parameters to supply values from the OS
|
||||
|
||||
|
@ -240,9 +240,8 @@ MySQLTuner and Vagrant
|
|||
|
||||
MySQLTuner needs you
|
||||
--
|
||||
**MySQLTuner** needs contributors for documentation, code and feedbacks..
|
||||
**MySQLTuner** needs contributors for documentation, code and feedback..
|
||||
|
||||
* Please join us on issue track at [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
||||
* Contribution guide is avalaible following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
* Contribution guide is available following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||
* Star **MySQLTuner project** at [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
|
||||
|
||||
|
|
Loading…
Reference in a new issue