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 '%豊里%' ) AND search_freeword LIKE '%大阪府%' ) ORDER BY RAND() LIMIT 12
MySQL server has gone away