Skip to content

Commit 671983f

Browse files
committed
Update troubleshooting.md
1 parent 8ad2f9b commit 671983f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/troubleshooting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ This guide addresses common issues you might encounter when using EthoPy and pro
5757
}
5858
```
5959

60-
2. Make sure MySQL is running:
60+
2. check if Database is running (advanced):
61+
62+
Make sure MySQL is running in the database server:
6163
```bash
6264
# For Linux/Mac
6365
sudo service mysql status
@@ -67,7 +69,7 @@ This guide addresses common issues you might encounter when using EthoPy and pro
6769
# For Windows (check in services)
6870
```
6971

70-
3. Test connection with MySQL client:
72+
Test connection with MySQL client:
7173
```bash
7274
mysql -u your_username -p
7375
```

0 commit comments

Comments
 (0)