I have this C# code https://pastebin.com/UEB4g6ip I wanted to read SQL table via this program, but it only gave me the following error:
http://localhost:8080HTTP/1.0 404 not foundConnection: close<Response body is empty>
http://localhost:8080HTTP/1.0 404 not foundConnection: close<Response body is empty>
`
I know my SQL table is on port 3306 whilst my C# code points to port 8080. Does this trigger the 404 error? If not, could anyone kindly point me out some directions?