While trying to restore a backup, from a local MAMP to a hosted remote server, I'm getting an error when it comes to install the database tables.
The error is the following:
SQL query:
ALTER TABLE `e75ud_akeeba_common`
ADD PRIMARY KEY (`key`)
MySQL said:
#1071 - Specified key was too long; max key length is 767 bytes
I'm getting this error when doing a restoration with Kickstart.
I've tried to manually install the database (with phpMyAdmin) and got the same error.
What is wrong with my remote server?
Thank you