Hi there, I get the following error, when trying to run the database migration from 1.7.16 to 2.0.9:
Could not connect to database. Check your database configuration in setup.php: Column length too big for column 'name' (max = 16383); use BLOB or TEXT instead
i searched for tables witha column name and manually checked the entries - none seemed to be of particular length. Also i am confused, because it says first it can not connect to database, but then complains about database sepcifics. Any help appreciated!