Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anay-p authored Sep 22, 2020
1 parent cdf80f7 commit 9d775eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This is the command to be entered in step 2:
## Troubleshooting Errors
1. If you get any errors during or after installation, type into the Termux terminal (after the '$' symbol): `cat logs.log` and submit a screenshot of the output.
2. If you get the following error when you enter `setpass` or `mysql` into the terminal:

```
Error 2002 (HY000): Can't connect to local MySQL server through the socket '/data/data/com.termux/files/usr/tmp/mysqld.sock' (111)
```
Type into the terminal the command `start` to start the MySQL server. You should get the output: "MySQL server started". Now try using `setpass`/`mysql` again and everything should work normally. If you are still getting errors, then run the command `cat logs.log` and submit a screenshot of the output.
Type into the terminal the command `start` to start the MySQL server. You should get the output: "MySQL server started". Now try using `setpass` / `mysql` again and everything should work normally. If you are still getting errors, then run the command `cat logs.log` and submit a screenshot of the output.

0 comments on commit 9d775eb

Please sign in to comment.