use ecomp_sdk; SET FOREIGN_KEY_CHECKS=0; update fn_menu set action = 'welcome' where action = 'welcome.htm'; commit;