Hi guys! Im new. Does frihost have MySQL database on the same server as the website? Can you connect to the MySQL database outside the website using a client? Thats because i a PHP code that can only work locally(same server). So hope i enjoy my stay here! =)
Hi Guys
Wellcome enternaldr.
Yes, The MySQL Server is on the same server as the website (accessing through localhost, I guess that's what you need). As far as I know, you can connect to the MySQL server from other IP's yes, although i don't think it is a very good idea.
Be Well 8-)
P.S. - further doubts about this should be done in the support forums. Most of the questions you will have already have been replied to in there
Yes, The MySQL Server is on the same server as the website (accessing through localhost, I guess that's what you need). As far as I know, you can connect to the MySQL server from other IP's yes, although i don't think it is a very good idea.
Be Well 8-)
P.S. - further doubts about this should be done in the support forums. Most of the questions you will have already have been replied to in there
yes it has mysql but i dont whether you can connect it from outside. i advise you not to do this because of security reasons. it will make your site insecure
Why not simply have a .php-file that handles a request from the client. Eg. by linking or redirecting to it. It is also possible to connect to it from the HTTP-protocol, this is more advanced though.
