Sample Header Ad - 728x90

Brew MySQL mapped as MariaDB on Monterey? Issues!

0 votes
0 answers
868 views
Hello I have installed Homebrew versions of Apache, PHP and MYSQL on Monterey, however I am experiencing some issues when restoring a database which was created on another "pure" MySQL server. The custom tool which is used to restore the database on my Mac, will throw warnings concerning inconsistencies on the (restore) database server: > STATUS character set and collation isn't supported on current > database. "Legacy Character set" and "Legacy Collation" will be > replaced with default values. DETAILS This test checks to make sure > this database can support the character set and collations found in > the dup-installer/dup-database__[HASH].sql script. > > Character set list utf8 utf8mb4 Collations list latin1_general_ci > utf8_general_ci utf8_unicode_ci utf8mb4_unicode_520_ci > utf8mb4_unicode_ci The database where the package was created has a > character set and collation that is not supported on this server. This > issue happens when a site is moved from an newer version of MySQL to a > older version of MySQL. The recommended fix is to update MySQL on this > server to support the character set that is failing below. If this is > not an option for your host, then you can continue the installation. > Invalid values will be replaced with the default values. For more > details about this issue and other details regarding this issue see > the FAQ link below. > > Default charset and setting in current installation DB_CHARSET = > utf8mb4 DB_COLLATE = utf8mb4_general_ci So I have verified MySQL version which was used to backup: enter image description here And and restore version: enter image description here I wonder if this issue is due to inconsistent character set and collating sequence (can this be fixed somehow?) or if the issues are due to MariaDB on the receiving end?
Asked by Riccardo (283 rep)
Dec 17, 2021, 12:36 PM
Last activity: Dec 17, 2021, 01:35 PM