Having issues inserting data into MySQL database from my website
This problem really confounds me. So I have a Linode Shared Server with my website on it. My website has a SQL database which allows people to upload data into it using a form.
If I go to my website and try to upload data using the form, it works fine. But if I do it from outside of my wi-fi, it refuses to insert anything. I tried this using my phone and it works when connected to wi-fi but it doesn't when it is not.
Reading from the database works across the spectrum.
So I assume somehow linode or the sql database are filtering out anything that is not my IP but I never white listed my IP in the first place so I am very confused.
Note: When I used the old Ubuntu 12 server on Linode, this process worked fine. I migrated everything to a newer server with Ubuntu 24 and suddenly this has been happening.