:(

1267:Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like' [ SQL语句 ] : SELECT * FROM `wg_article` WHERE `title` LIKE '%%' AND `cate` IN (5,15,30,31,36,40,32,140,146,147,11) ORDER BY `id` desc LIMIT 10

错误位置

FILE: D:\wwwroot\wange2020\ThinkPHP\Library\Think\Db\Driver.class.php  LINE: 394

TRACE

#0 D:\wwwroot\wange2020\ThinkPHP\Library\Think\Db\Driver.class.php(394): E('1267:Illegal mi...')
#1 D:\wwwroot\wange2020\ThinkPHP\Library\Think\Db\Driver.class.php(198): Think\Db\Driver->error()
#2 D:\wwwroot\wange2020\ThinkPHP\Library\Think\Db\Driver.class.php(1066): Think\Db\Driver->query('SELECT * FROM `...', false, false)
#3 D:\wwwroot\wange2020\ThinkPHP\Library\Think\Model.class.php(628): Think\Db\Driver->select(Array)
#4 D:\wwwroot\wange2020\Application\Home\Controller\IndexController.class.php(314): Think\Model->select()
#5 [internal function]: Home\Controller\IndexController->find('\xEF\xAE')
#6 D:\wwwroot\wange2020\ThinkPHP\Library\Think\App.class.php(176): ReflectionMethod->invokeArgs(Object(Home\Controller\IndexController), Array)
#7 D:\wwwroot\wange2020\ThinkPHP\Library\Think\App.class.php(113): Think\App::invokeAction(Object(Home\Controller\IndexController), 'find')
#8 D:\wwwroot\wange2020\ThinkPHP\Library\Think\App.class.php(213): Think\App::exec()
#9 D:\wwwroot\wange2020\ThinkPHP\Library\Think\Think.class.php(136): Think\App::run()
#10 D:\wwwroot\wange2020\ThinkPHP\ThinkPHP.php(100): Think\Think::start()
#11 D:\wwwroot\wange2020\index.php(33): require('D:\\wwwroot\\wang...')
#12 {main}