--super-read-only の時に、MySQLをupdateする方法

mysql> CREATE DATABASE `test` DEFAULT CHARSET utf8mb4;
ERROR 1290 (HY000): The MySQL server is running with the --super-read-only option so it cannot execute this statement
SET GLOBAL super_read_only= 0;