How can I connect to MySQL from behind a firewall?
问题 For school I need to make a C# application which uses a MySQL database as backend. The only thing which is stopping me from doing that is the big firewall of our school blocking everything except HTTP traffic on Port 80. Hosting the MySQL database on port 80 is not an option, because that's still no HTTP traffic. Does anyone know a way in which I can still connect to the server? 回答1: You could just install a MySQL server locally and use the loopback address, in that way you don't need to