How To Share The Database To one Another

06/25/2018 10:04 dejillas1234#1
Can any one Teach me on how to Share The Database on another people
06/25/2018 11:58 Velocity.#2
Quote:
Originally Posted by dejillas1234 View Post
Can any one Teach me on how to Share The Database on another people
First, this is very dangerous and i don't recommend doing it. You need to open up the SQL port (1433) and then give him the database info (ip,user,pw) depends on how your setup is. I have my own firewall setup because windows firewall is shitty. But, even with windows firewall you can limit it to IP Access where you would put those ip's who will have access to the database. Again, I wouldn't recommend doing this especially if you don't know what you're doing.
06/25/2018 12:45 dejillas1234#3
Quote:
Originally Posted by Velocity. View Post
First, this is very dangerous and i don't recommend doing it. You need to open up the SQL port (1433) and then give him the database info (ip,user,pw) depends on how your setup is. I have my own firewall setup because windows firewall is shitty. But, even with windows firewall you can limit it to IP Access where you would put those ip's who will have access to the database. Again, I wouldn't recommend doing this especially if you don't know what you're doing.

Could You tell me whats our the dangerous????
06/25/2018 13:57 [DEV]Wan#4
Quote:
Originally Posted by dejillas1234 View Post
Could You tell me whats our the dangerous????
Wat you want add database or what I can help you
06/25/2018 21:29 Velocity.#5
Quote:
Originally Posted by dejillas1234 View Post
Could You tell me whats our the dangerous????
you obviously don't really know what you're doing here and weather you do it right or not you're opening up your sql port to the outside and they can easily hack into the database with the right knowledge.