/** MySQL hostname */
define('DB_HOST', 'localhost');
rockforlife said:If you mean you are copying your database to a database on gigarank. Then you should use localhost as the name of the server in your config file.
PHP:/** MySQL hostname */ define('DB_HOST', 'localhost');
I'm curious. Why would you want to store your database on our Server when obviously you have much more space available on your server than on Gigarank servers collectively?biobeo said:I would like to host the database to the gigarank's server only. All other contents of wp (php files and contents) will be hosted in my own server. So what should I use in in the place of localhost in wp-config.php file..