I can now access root panel. Apparently this command was run:
mysql> UPDATE IP_Addresses SET main='true' WHERE ip_address='3.109.31.170';
But when I try to remove the other IP address with this command: UPDATE IP_Addresses SET main='false' WHERE ip_address='172.26.3.52';, I get Command Not...