| ... | ... |
@@ -51,6 +51,8 @@ Setting the old-mode setting as blank overrides the UTF8_IS_UTF8MB3 binding to t |
| 51 | 51 |
|
| 52 | 52 |
Reference: https://mariadb.com/docs/server/server-management/variables-and-modes/old_mode |
| 53 | 53 |
|
| 54 |
+Alternateively, in includes/mysqli_functions, you may comment the line **mysqli_query($mysqli_access, "SET NAMES UTF8;");** and uncomment the line **mysqli_query($mysqli_access, "SET NAMES UTF8MB4;");** if you are not able to configure the database configuration. |
|
| 55 |
+ |
|
| 54 | 56 |
|
| 55 | 57 |
### Installation and Usage |
| 56 | 58 |
|