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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ This is the command to be entered in step 2:
21
21
## Troubleshooting Errors
22
22
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.
23
23
2. If you get the following error when you enter `setpass` or `mysql` into the terminal:
24
+
24
25
```
25
26
Error 2002 (HY000): Can't connect to local MySQL server through the socket '/data/data/com.termux/files/usr/tmp/mysqld.sock' (111)
26
27
```
27
-
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.
28
+
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 commit comments