I keep running into this issue when I destroy my Laravel Homestead (Vagrant) box and start fresh.
SSH into the box from the command line homestead ssh
Go to the my.cnf file sudo vi /etc/mysql/my.cnf
Add the below lines to the bottom of the file (below the !includedir)
[mysqld]
innodb_log_file_size=512M
innodb_strict_mode=0
Save the changes to my.cnf, then reload MYSQL sudo service mysql restart