sindacious
10-24-2007, 10:40 PM
I was trying to host a wordpress blog here, but it keeps saying I have an error, and I have no idea what it is, if anyone can help me, this is what I need to fill it so far:
// ** MySQL settings ** //
define('DB_NAME', '7513_wp'); // The name of the database
define('DB_USER', '7513_wp'); // Your MySQL username
define('DB_PASSWORD', 'sin'); // ...and password
define('DB_HOST', '7513_wp'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
This is the original code:
// ** MySQL settings ** //
define('DB_NAME', 'databasename'); // The name of the database
define('DB_USER', 'mysqlusername'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
If someone can, tell me what I am doing wrong? Thanks
// ** MySQL settings ** //
define('DB_NAME', '7513_wp'); // The name of the database
define('DB_USER', '7513_wp'); // Your MySQL username
define('DB_PASSWORD', 'sin'); // ...and password
define('DB_HOST', '7513_wp'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
This is the original code:
// ** MySQL settings ** //
define('DB_NAME', 'databasename'); // The name of the database
define('DB_USER', 'mysqlusername'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
If someone can, tell me what I am doing wrong? Thanks