Error: The maximum column size is 767 bytes
Index column size too large. The maximum column size is 767 bytes .
How to Fix MySQL Error: The maximum column size is 767 bytes
- in the Wamp server program or any other server programs edit file my.ini or my.cnf .
- change this line
innodb-default-row-format=compact
toinnodb-default-row-format=dynamic
- save changes then restart program of server .