- Edited
Hi all, I'm moving my database from my local machine to being hosted on a website. I got everything working just fine on the local machine, requests and changes and everything, but now I am having some trouble making it work with a website. Does anyone have any good tutorials or information on this? It seems to be a little more involved than just changing the address from the localhost address to the web address, but I can't find specific tutorials. All the ones I am finding right now all run with localhost.
I think I might have to use HTTP requests, but I am not very familiar with those since I have been running everything locally so far. I am having trouble finding tutorials that go into HTTP requests specifically for database work.
Does anyone have any tips on this transfer?
Edit: for extra info, the game is multi-player and all of the relevant database code is run server side. So I don't need to worry about players directly accessing the database.