osx - mysql key length limit on Mac OS -


Why does mysql do not let me create tables with a primary 767-sized key column on OSX?

This works fine on Ubuntu.

I am running mysql 5.6.

What table engine are you using?

767 bytes is the maximum length for the primary key in the InDebby table.

1000 bytes is maximum for the Machim Engine.

> Perhaps you are using the InnoDB engine in your OSX MySQL


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -