mysql -uuser -ppass -hhost thebdd set global innodb_large_prefix=on; set global innodb_file_format=Barracuda; ALTER TABLE `table_name` ROW_FORMAT=DYNAMIC;