Hello
When I upload database table, I got error
“MySQL said: Documentation
#1142 - TRIGGER command denied to user “
Is there anyway to solve it?
Is mysql support TRIGGER command ?
thank you
Hello
When I upload database table, I got error
“MySQL said: Documentation
#1142 - TRIGGER command denied to user “
Is there anyway to solve it?
Is mysql support TRIGGER command ?
thank you
Trigger command is not supported here. Instead of triggering from database, implement such logic in your PHP code.