If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
beginner help, MySql - how to find host name that is not localhost
i have been using Mysql on my hostmonster server. i am trying to access a database from a App i am building using PHP. how do i find the host name/access it? Thanks!
its usually identified by IP or domain name.
consult your hosting service provider for details.
and make sure MySQL accepts external connections too if you're connecting to it directly from your PHP application.