I wanna set up a wordpress blog in my FreePgs space, and I have to change the context of a file called wp-config.php, which asks for
// ** MySQL ?? ** //
define('DB_NAME', 'worldpress'); // is this the dbname i crete in the manage page by myself?
define('DB_USER', 'username'); //
define('DB_PASSWORD', 'password'); //
define('DB_HOST', 'localhost'); // do i need to change localhost to "mysql5.freepgs.com"?
I uploaded the wp-config.php like below together with other wordpress files and folders to my Freepgs space,
// ** MySQL ?? ** //
define('DB_NAME', 'f*******'); //
define('DB_USER', 'beliefooo'); //
define('DB_PASSWORD', '*******'); //
define('DB_HOST', 'localhost'); //
and then I go to
http://beliefooo.freepgs.com/wp-admin/install.php
but there are something wrong, how is that?
// ** MySQL ?? ** //
define('DB_NAME', 'worldpress'); // is this the dbname i crete in the manage page by myself?
define('DB_USER', 'username'); //
define('DB_PASSWORD', 'password'); //
define('DB_HOST', 'localhost'); // do i need to change localhost to "mysql5.freepgs.com"?
I uploaded the wp-config.php like below together with other wordpress files and folders to my Freepgs space,
// ** MySQL ?? ** //
define('DB_NAME', 'f*******'); //
define('DB_USER', 'beliefooo'); //
define('DB_PASSWORD', '*******'); //
define('DB_HOST', 'localhost'); //
and then I go to
http://beliefooo.freepgs.com/wp-admin/install.php
but there are something wrong, how is that?