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.
The installer should present a big warning if the default database collation is wrong, not just if the tables are not utf8 compliant. The collation should be set to utf8_unicode_ci by default.
The text was updated successfully, but these errors were encountered:
netniV
added a commit
to netniV/cacti
that referenced
this issue
Jul 12, 2018
This commit applies fixes for Cacti#1589 (Checking temporary folder is writable) and Cacti#1690 (Report a warning if collation is not utf8mb4_unicode_ci)
* Fixes for issues #1589 and 1690
This commit applies fixes for #1589 (Checking temporary folder is writable) and #1690 (Report a warning if collation is not utf8mb4_unicode_ci)
* Remove debug code
netniV
changed the title
Installer: Report a warning if default collation isn't utf8mb4_unicode_ci
When installing, report a warning if the default database collation is not utf8mb4_unicode_ci
Jan 2, 2019
The installer should present a big warning if the default database collation is wrong, not just if the tables are not utf8 compliant. The collation should be set to utf8_unicode_ci by default.
The text was updated successfully, but these errors were encountered: