SUBZERO414 / Application-Comprog

PT in comprog
2 stars 1 forks source link

Database - from local to global host of sql #2

Open xT0Blx opened 1 year ago

xT0Blx commented 1 year ago

need to figure out how to make the sql accessible to others by changing form local to global so others can run the codes

sleepypillowz commented 1 year ago

https://stackoverflow.com/questions/14779104/mysql-how-to-allow-remote-connection-to-mysql not tested

sleepypillowz commented 1 year ago

https://planetscale.com/

xT0Blx commented 1 year ago

Im unfamaliar with the 3rd party apps used for that sql. If you are able to run it then try to see if you can make a global host or remote access sql. My current app that I use to manage my DB seems to have an option to allow access to external users provided they are on the same network, I am unfamiliar what difference this has with remote access.