inding a domain name to a MySQL instance
Is there any way to bind something other than the hostname to a MySQL
instance?
I'm going to be moving a database from one server to another, and would
like the scripts that reference that data to simply talk to
"db.mydomain.com", rather t
Is there any way to bind something other than the hostname to a MySQL
instance?
I'm going to be moving a database from one server to another, and would
like the scripts that reference that data to simply talk to
"db.mydomain.com", rather than have to reconfigure things during launch.
Is this poss