mySQL Trigger works after console insert, but not after script insert.
- by Marcos
Hello,
I have a strange wird problem with a trigger:
I set up a trigger for update other tables after an insert in a table.
If i make an insert from mysql console, all works fine, but if i do inserts from external python script, trigger does nothing, as you can see bellow.
When i insert from console, works fine, but insert THE SAME DATA from…