I have set up an Amazon RDS Mysql instance and it is successful. I am trying to create some tables but I am getting this error:
#1290 - The MySQL server is running with the --read-only option so it cannot execute this statement
I have tried to set global to read-only = 0 but my user does not have privileges. I have tried googling for a solution to no avail. (I am pretty new to RDS)
Update I do not have a create read replica option on my actions
