My fix for DriverException... Specified key was too long

I added this to /etc/my.cnf and restarted mysql/mariadb:

innodb_file_format=Barracuda
innodb_file_per_table=1
innodb_large_prefix=1

1 Like

Fine that you were able to fix the problem :+1: