Quote:
Originally Posted by pro4never
Just make an account in sql that allows a connection from outside. Set up its permissions, username and password and use that + your ip to connect from webhost via your php script.
Then make sure ports are forwarded properly so it can bypass your firewall and you're good to go.
|
That makes everything much more clear, Just now I got to edit the register.php file, and make this execute to my database when submitted.
Would I just need to Port Forward 3306?