Hi all
Still trying to move stuff over to new sme10 servers, im not doing a backup restore on these just moving files and db's
anyhow ive resolved most of the db issues with the following commands
sed -i 's/utf8mb4unicode520_ci/utf8mb4_unicode_ci/g' sqlfile.sql
sed -i 's/utf8mb4_unicode_520_ci/utf8mb4_unicode_ci/g' sqlfile.sql
this allowed the mysql dump files from mysql57 to mariadb on sme10
but im testing one of the larger site and have a new issue
mysql -u root wordpress123 < mysqldump.sql
ERROR 1064 (42000) at line 736: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json NOT NULL,
PRIMARY KEY (`cache_id`),
UNIQUE KEY `cache_key` (`cache_key`' at line 4
Ive noticed in phpmysql i cant repair a database but doing an optimise results in some errors. I did the optimise and repair then made a new dump file in the hope that would help.
The db is working on the current site via mysql57 so isnt totally corrupted and im unsure if these errors are relevant
Or can I add mysql57 to sme 10 or upgrade mariadb.
I remember upgraded the db a bad idea from sme 7 days
Thanks