Hi.
I´m getting an error when I execute an Insert or Update query if I do it with transactions and the table has a trigger. The error message is:
"The user specified as a definer ("@") does not exist"
but if I delete the trigger the query works properly.
The version of my SQL is "5.1.32" and the MySQLConnector .NET is "6.4.3"
I hope anyone can help me.
Thanks and regards.
I´m getting an error when I execute an Insert or Update query if I do it with transactions and the table has a trigger. The error message is:
"The user specified as a definer ("@") does not exist"
but if I delete the trigger the query works properly.
The version of my SQL is "5.1.32" and the MySQLConnector .NET is "6.4.3"
I hope anyone can help me.
Thanks and regards.