Unable to connect to database !
<- 오류번호
Select * from nm_news_config
Unable to connect to database !
<- 오류번호
SELECT * FROM nm_news_menu_conf where type='' ORDER BY number DESC LIMIT 0,1
Unable to connect to database !
<- 오류번호
SELECT * FROM nm_happy_menu_conf ORDER BY number DESC
Unable to connect to database !
<- 오류번호
SELECT conf_name, conf_value FROM nm_happy_cache_config
Unable to connect to database !
<- 오류번호
SELECT
Count(*) AS Cnt
FROM
happy_hack_block_list
WHERE
block_ip = '216.73.216.117'
AND
block_end > '2026-09-10 03:16:03'
Unable to connect to database !
<- 오류번호
select *
from nm_news_config
where title = 'banner_total_use'
OR title = 'banner_move'
OR title = 'banner_rotation'
OR title = 'banner_size_width'
OR title = 'banner_size_height'
OR title = 'banner_round'
OR title = 'banner_round_color'
OR title = 'banner_spaceX'
OR title = 'banner_btnalpha'
OR title = 'banner_btnalign'
OR title = 'banner_numcolor'
Unable to connect to database !
<- 오류번호
SELECT
number,
group_name
FROM
nm_happy_member_group
ORDER BY
number
ASC
Unable to connect to database !
<- 오류번호
SELECT
Count(*)
FROM
nm_happy_member_secure
WHERE
group_number = '900000000'
AND
menu_title = '기사작성'
AND
menu_use = 'y'
Unable to connect to database !
<- 오류번호
select * from nm_news_category
Unable to connect to database !
<- 오류번호
SELECT number FROM nm_news_article use Index (date_order) WHERE date_order < 211022237
Unable to connect to database !
<- 오류번호
select date from nm_news_article WHERE 1=1 order by date_order limit 1
Unable to connect to database !
<- 오류번호
select * from nm_news_si order by sort_number asc
Unable to connect to database !
<- 오류번호
select * from nm_news_si_gu
Unable to connect to database !
<- 오류번호
SELECT number, menu_name, menu_depth, menu_parent, menu_sort, menu_link, menu_target, menu_language, menu_point, menu_point_color, menu_text_color, menu_img_on, menu_img_off, menu_img_on2, menu_img_off2, menu_img_on3, menu_img_off3, menu_img_on4, menu_img_off4, menu_img_on_rent1, menu_img_off_rent1, menu_img_on_rent2, menu_img_off_rent2, menu_img_on_rent3, menu_img_off_rent3, mobile_mod FROM nm_news_menu WHERE menu_use = 'y' ORDER BY menu_sort ASC