Find out MySQL database URL from phpMyAdmin -
i have online mysql database. want figure out server url can remotely connect it.
is there way can check databases url phpmyadmin?
remote connections turned off default.
per ashes999's comment: ask web hosting company.
alternatively, per here, try: echo $_server['server_addr'];.
Comments
Post a Comment