You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download a <ahref="https://github.com/prever-apps/prever-apps-monitor-web/releases/download/1.0/prever-apps-monitor-mysqlmariadb.zip">Prever web server monitoring application</a> file and unzip it.
26
+
Download a <ahref="https://github.com/prever-apps/prever-apps-monitor-mysqlmariadb/releases/download/1.0/prever-apps-monitor-mysqlmariadb.zip">Prever mysql/mariadb monitoring application</a> file and unzip it.
@@ -36,6 +38,15 @@ Confgiure your account and user key in prever.properties.
36
38
prever.username=your username in prever.io
37
39
prever.userkey=your user key in prever.io
38
40
```
41
+
42
+
Confgiure database connection properties
43
+
```bash
44
+
jdbc.driverClassName=com.mysql.jdbc.Driver
45
+
jdbc.url=jdbc:mysql://localhost
46
+
jdbc.username=username
47
+
jdbc.password=password
48
+
```
49
+
39
50
Declare your status variable.
40
51
```bash
41
52
#If MySQL is frequently accessing the first row of a table index, it suggests that it is performing a sequential scan of the entire index. This indicates that the corresponding table is not properly indexed.
0 commit comments