我有这段代码允许我搜索所有数据库。
问题是我收到了这个错误:
llegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
我的查询看起来像这样:
$sql = "select * from hostess where hostess_id like '%$term%' or.....
当我搜索俄语单词时。 我该如何防止这样做呢? 感谢。