-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme.txt
75 lines (51 loc) · 2.24 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
=== MariaDB Health Checks ===
Contributors: darkmarsuk, javiercasares, l1nuxjedi
Tags: mariadb, site health, performance
Requires at least: 5.2
Tested up to: 6.2
Requires PHP: 7.2
Stable tag: 1.0.3
License: GPLv2
MariaDB Health Checks helps you debug your MariaDB database with advanced information from your database.
== Description ==
MariaDB Health Checks helps you debug your MariaDB database with advanced information from your database.
- Shows relevant information about the Database, Logs, Locale, Connnections, Character Set and Collation, and Options.
- Shows a graph of the MariaDB average execution time (7 days by default) and its data.
- Allows enabling of MariaDB optimizer histograms for improved MariaDB performance.
- Checks that your MariaDB version is still supported.
== Screenshots ==
1. Graph of MariaDB average execution time and number of queries
2. Graph of MariaDB Health Checks Panel
== Installation ==
= Automatic download =
Visit the plugin section in your WordPress, search for [MariaDB Health Checks]; download and install the plugin.
= Manual download =
Extract the contents of the ZIP and upload the contents to the `/wp-content/plugins/mariadb-health-checks/` directory. Once uploaded, it will appear in your plugin list.
== Contributors ==
* [Plugin contributors at GitHub](https://github.com/MariaDB/wordpress-mariadb-health-checks/graphs/contributors)
== Changelog ==
= 1.1.0 =
* Make graph data easier to understand
* Add more useful metrics to the graph
* Fix version check for MariaDB < 10.2
* Drop plugin's tables on uninstall
* Use SAVEQUERIES data if exists
= 1.0.3 =
* Fix DB error that can happen on install
* Add 11.0 to MariaDB versions table
* Make MariaDB versions table update on upgrade or activation
= 1.0.2 =
* Fix division by zero bug
* Fix query result double-free bug
* Update translations
* Add package type
= 1.0.1 =
* Graph data cleanup moved to cron
* Suppressed DB error that doesn't need to go to log (as we catch and use it anyway)
* Fix project URLs
* Add GitHub Plugin URL
* Fix issues found by WordPress review team
= 1.0.0 =
* First Release
* Shows relevant information about the Database.
* Shows a Histogram and its data.