由于某些要求,我已将我的localhost服务器端口从80更改为其他端口,但由于此mysql也已停止。
如何更新mysql localhost通信。
请让我知道谢谢。
服务器
IIS,MYSQL
答案 0 :(得分:0)
转到Xampp控制面板,单击服务和端口设置并将delimiter //
create trigger SafetyCertificationTRG
after insert on SafetyCertification
for each row
begin
case when (FUSDate1='' or FUZDate1 is NULL) then (FUZDate1=OLD.FUSDate1) else (update SafetyCertification set FUZDate1=NEW.FUSDate1) end;
case when (FUSDate2='' or FUZDate2 is NULL) then (FUZDate2=NEW.FUSDate2) else (update SafetyCertification set FUZDate2=NEW.FUSDate2) end;
end //
delimiter ;
编号设置为您的端口号。