MySQL Forums
Forum List  »  Triggers

Re: Need help creating mysql trigger
Posted by: Peter Brawley
Date: May 09, 2020 10:11AM

Using corrected copies of your DDL and the trigger as posted ...

insert into access
set id=99,log_time=now(),ip_address=inet_aton('8.8.8.8'),filename='abc.xyz';
Query OK, 1 row affected (0.01 sec)

... I'm unable to reproduce your problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
1109
May 03, 2020 07:42AM
Re: Need help creating mysql trigger
427
May 09, 2020 10:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.