Help with mysql
#1

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?
Reply
#2

What are you asking?
Reply
#3

I'm asking if MySQL can connect with msqy server like that ip
Reply
#4

Yes, you can do that.
Reply
#5

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.
Reply
#6

Yes you can do that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)