Help with mysql - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with mysql (
/showthread.php?tid=593110)
Help with mysql -
RonzY - 01.11.2015
can MySQL connect to server like this: 149.202.249.82/phpmyadmin
or can it connect to MySQL that is not on same ip addres?
Re: Help with mysql -
MD5 - 01.11.2015
What are you asking?
Re: Help with mysql -
RonzY - 02.11.2015
I'm asking if MySQL can connect with msqy server like that ip
Re: Help with mysql -
Warlord - 02.11.2015
Yes, you can do that.
Re: Help with mysql -
Krokett - 02.11.2015
In order to connect to a MySQL DB you must use ip (+ port), so in this case it would be 149.202.249.82 or 149.202.249.82:3306. You can't use 149.202.249.82/phpmyadmin as that is an invalid host.
Re: Help with mysql -
HydraHumza - 04.11.2015
Yes you can do that.