We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad2f9b commit 671983fCopy full SHA for 671983f
docs/troubleshooting.md
@@ -57,7 +57,9 @@ This guide addresses common issues you might encounter when using EthoPy and pro
57
}
58
```
59
60
-2. Make sure MySQL is running:
+2. check if Database is running (advanced):
61
+
62
+Make sure MySQL is running in the database server:
63
```bash
64
# For Linux/Mac
65
sudo service mysql status
@@ -67,7 +69,7 @@ This guide addresses common issues you might encounter when using EthoPy and pro
67
69
# For Windows (check in services)
68
70
71
-3. Test connection with MySQL client:
72
+Test connection with MySQL client:
73
74
mysql -u your_username -p
75
0 commit comments