I want to make the rows in a Mysql table immutable, once they are inserted I don't want it to be possible to change them. How can I do this?
This question handles making individual rows immutable, but I'm hoping there is a better way to make all rows in a table immutable (ideally returning a suitable error message if any change is attempted).