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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -