I get the following error when trying to restore. I have updated to the latest MySQL because of other tickets that say the UTFMb4 must be available. I am running an older version of MySQL as well and the new version on port 3307, but how do I change the port on a restore in kickstart.
Thanks for any response
Mike
The error I get is :
Database error processing line 15
Database server error reply:
ErrNo #0 SQL=
Raw query text:
CREATE TABLE `#__commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=780 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci