Specified key was too long; max key length is 767 bytes

 https://stackoverflow.com/questions/1814532/1071-specified-key-was-too-long-max-key-length-is-767-bytes


run this query before your query:

SET @@global.innodb_large_prefix = 1;

this will increase limit to 3072 bytes.


# mysql -u root -p --default-character-set=utf8 databasename
mysql> SET names 'utf8'
mysql> SOURCE bkp.sql

Không có nhận xét nào:

Webinar use one-click registration links for your events

 https://help.webinarkit.com/help/how-to-use-one-click-registration-links-for-your-events Get the one-click registration link for your event...