I am trying to write a before delete trigger on mysql table here's is what I am trying to do exactly; I need a specific record to always be in the table so say for example the record is deleted or updated the trigger would simply reinsert the initial record.
EXAMPLE
Tablename: Users
Table Columns(3):ID,Username,Password
and I am trying to keep the following record from being deleted(Initial Record)
Username=Dames, Password=Password
However Im new to triggers and have been trying a thing or 3 but it really seems I need some help, I hope I made the question clear, and thanks alot.