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
Copy file name to clipboardExpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ chmod +x mysqlmonitor.sh && \
34
34
./mysqlmonitor.sh
35
35
```
36
36
37
-
### Blog Article
38
-
Linuxblog.io: [MySQL Monitor: A Simple MySQL Monitoring Script](https://linuxblog.io/mysql-monitor-script/)
37
+
##Full Guide
38
+
Linuxblog.io: [MySQL Monitor: A Simple MySQL Monitoring Script](https://linuxblog.io/mysql-monitor-script/) - This blog post provides detailed guidance on the variables used in the script, along with links to common MySQL tuning pitfalls and tips to help you optimize your database performance.
39
39
40
40
## Common Troubleshooting
41
41
Here are some common issues and how to resolve them:
@@ -79,4 +79,11 @@ If the script fails to connect even with credentials:
79
79
```bash
80
80
sudo systemctl status mysql
81
81
```
82
+
or
83
+
```bash
84
+
sudo systemctl status mariadb
85
+
```
82
86
- Verify that the credentials in`~/.my.cnf` are correct.
0 commit comments