Skip to content

Commit 7189fc6

Browse files
authored
Update README.md
1 parent 51dcb7c commit 7189fc6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ chmod +x mysqlmonitor.sh && \
3434
./mysqlmonitor.sh
3535
```
3636

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.
3939

4040
## Common Troubleshooting
4141
Here are some common issues and how to resolve them:
@@ -79,4 +79,11 @@ If the script fails to connect even with credentials:
7979
```bash
8080
sudo systemctl status mysql
8181
```
82+
or
83+
```bash
84+
sudo systemctl status mariadb
85+
```
8286
- Verify that the credentials in `~/.my.cnf` are correct.
87+
88+
---------------------------------------------------
89+
Thank you for using MySQL Monitor, we hope it helps simplify your database monitoring and tuning tasks!

0 commit comments

Comments
 (0)