In this video, I describe how you can FIX “SQLSTATE[42000]: Syntax error or access violation: 1071” issue | It will save your production time.
database.php changes
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
In this video, I describe how you can FIX “SQLSTATE[42000]: Syntax error or access violation: 1071” issue | It will save your production time.
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',