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 '%錦%' OR search_freeword LIKE '%門前町%' ) ) ORDER BY RAND() LIMIT 12
MySQL server has gone awaySELECT `id`,`type`,`value` FROM `facility_item_master` WHERE `flag`='1'AND`search_flag`='1'AND`delete_flag`='0' ORDER BY `display_num` DESC
MySQL server has gone away