Thank you for stopping by. :thumbup1: Please don't flame. This is just an idea that I was wondering about.
For many reasons I cannot leave my computer on forever for wamp server to run. I have a solution and an unsatisfiable curiosity. I know that some websites host sql databases. Is it possible for us developers to store our database to our (more secure) website instead of on our computer? Then change the database in db.properties file to our own website?
Also upload files in the www directory to our websites? Then in addition I can run the server source and java files on multiple computers with their own ip addresses and develop a self connecting localhost to connect to the ip address that is online. This way we don't need multiple sql databases. Also get a domain name and our servers can run 24/7. If you don't like my idea you can point out which parts might be questionable. If you are interested or know something about this, feel free to comment. Thank you all :):
PS How do the professional servers get to run 24/7 and a domain (without hiring people/companies to host)? I know they don't use wamp and keep their computer on forever.
For many reasons I cannot leave my computer on forever for wamp server to run. I have a solution and an unsatisfiable curiosity. I know that some websites host sql databases. Is it possible for us developers to store our database to our (more secure) website instead of on our computer? Then change the database in db.properties file to our own website?
Code:
From: url=jdbc:mysql://localhost:3306/Lithium?autoReconnect=true
To url=http://website name or ip address:3306/database name?autoReconnect=true
PS How do the professional servers get to run 24/7 and a domain (without hiring people/companies to host)? I know they don't use wamp and keep their computer on forever.