1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Clarify mysql encoding issue in README.md

This commit is contained in:
Loïc Blot 2017-12-02 08:52:00 +01:00 committed by GitHub
parent bd562eae67
commit 288eef68e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,15 @@ The app is available in both, [Nextcloud appstore](https://apps.nextcloud.com/ap
4. Click "activate" 4. Click "activate"
## :question: Solve encoding errors on MySQL ## :question: Solve encoding errors on MySQL
If you are on MySQL or MariaDB and have issues with the database, the cause may be that you have to enable 4-byte support. Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html If you are on MySQL or MariaDB and have the following issue with the database:
```
Incorrect string value: '\xF0\x9F\x98\x89' for column 'sms_msg' at row 1
```
The cause may be that you have to enable 4-byte support.
Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html
## :question: Using the Android App With 2FA Enabled ## :question: Using the Android App With 2FA Enabled
If you've enabled 2FA (Two Factor Authentication) logins you may be hit with an incorrect password error. The android client doesn't support logging in with 2FA credentials. Here is a guide to do so, although it says Managing Devices it is the same process for App Passwords: https://docs.nextcloud.com/server/11/user_manual/session_management.html#managing-devices If you've enabled 2FA (Two Factor Authentication) logins you may be hit with an incorrect password error. The android client doesn't support logging in with 2FA credentials. Here is a guide to do so, although it says Managing Devices it is the same process for App Passwords: https://docs.nextcloud.com/server/11/user_manual/session_management.html#managing-devices