Mysql updates for timings

Every time the clocks go forward, I have to go to the mysql run a query SET user_dst = 2

Every time the clocks go back, I have to run a query SET user_dst = 1

Is there any way at all of having these somehow do it automatically?