privileges have to be reset
On our database, privileges to certain tables get dropped for some reason. Our administrator has to re grant the priviliges. Also, triggers for these tables need to be recreated, because the data base has the trigger pointing to tables that don't exist. namely, the table_name concatenate with '1'.
What could be causing this?
0