mysql-error-1628

MySQL: Error 1628: Comment for table 'customer' is too long (max = 60)

After fixing Error 1253 (http://stackoverflow.com/questions/3567808/mysql-unable-to-fulling-forward-engineering-sakila-sample-into-server), I have Error 1628. Executing SQL script in server ERROR: Error 1628: Comment for table 'customer' is too long (max = 60) Scripts: CREATE TABLE IF NOT EXISTS sakila.customer ( customer_id SMALLI...