SELECT id,search_freeword,priority FROM search_keyword WHERE 1 = 1 AND ( search_freeword LIKE '%大阪市淀川区%' AND ( search_freeword LIKE '%三国本町%' OR search_freeword LIKE '%三津屋中%' OR search_freeword LIKE '%三津屋北%' OR search_freeword LIKE '%三津屋南%' OR search_freeword LIKE '%加島%' OR search_freeword LIKE '%十三元今里%' OR search_freeword LIKE '%十三本町%' OR search_freeword LIKE '%十三東%' OR search_freeword LIKE '%十八条%' OR search_freeword LIKE '%塚本%' OR search_freeword LIKE '%宮原%' OR search_freeword LIKE '%新北野%' OR search_freeword LIKE '%新高%' OR search_freeword LIKE '%木川東%' OR search_freeword LIKE '%木川西%' OR search_freeword LIKE '%東三国%' OR search_freeword LIKE '%田川%' OR search_freeword LIKE '%田川北%' OR search_freeword LIKE '%西三国%' OR search_freeword LIKE '%西中島%' OR search_freeword LIKE '%西宮原%' OR search_freeword LIKE '%野中北%' OR search_freeword LIKE '%野中南%' ) AND search_freeword LIKE '%大阪府%' ) ORDER BY RAND() LIMIT 12
MySQL server has gone away