EXPLAINSELECT*
FROM`khu`.`typecho_rosihot_users`
WHERE (
CONVERT(`uid`
USING utf8 )LIKE'rosihot'
OR CONVERT(`name`
USING utf8 )LIKE'rosihot'
OR CONVERT(`password`
USING utf8 )LIKE'rosihot'
OR CONVERT(`mail`
USING utf8 )LIKE'rosihot'
OR CONVERT(`url`
USING utf8 )LIKE'rosihot'
OR CONVERT(`screenName`
USING utf8 )LIKE'rosihot'
OR CONVERT(`created`
USING utf8 )LIKE'rosihot'
OR CONVERT(`activated`
USING utf8 )LIKE'rosihot'
OR CONVERT(`logged`
USING utf8 )LIKE'rosihot'
OR CONVERT(`group`
USING utf8 )LIKE'rosihot'
OR CONVERT(`authCode`
USING utf8 )LIKE'rosihot'
)