Thursday, October 29, 2009
Need your help in MYSQL while installing wordpress on hostgator
Posted on 2:56 PM by programlover
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'dbname');
/** MySQL database username */
define('DB_USER', 'username');
/** MySQL database password */
define('DB_PASSWORD', '*******');
/** MySQL hostname */
define('DB_HOST', 'localhost');
While installing wordpress on hostgator what do u enter in MySQL hostname in wp-confing.php file.
I want to ask what i should enter in place of localhost.
If i am not using their software for installation of wordpress.
Thank you and Best Regards