Re: Need help creating mysql trigger
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.
Subject
Views
Written By
Posted
2101
May 03, 2020 07:42AM
1144
May 07, 2020 06:28AM
Re: Need help creating mysql trigger
862
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.