Posts: 5
Threads: 3
Joined: Dec 2014
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?
Posts: 5
Threads: 3
Joined: Dec 2014
I'm asking if MySQL can connect with msqy server like that ip
Posts: 51
Threads: 0
Joined: Jul 2015
Reputation:
0
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.