data base for my web site blog is not working,
I tried changing the remote host to chopin, and created a new data base as the old one wasn't there anymore but I am still getting an error?
www.metahive.x10hosting/metablog
It is a wordpress blog, I set up a
Database Named: metahive_localhost
Database user: metahive_meta
I changed my wp-config.php
to this;
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'metahive_localhost');
/** MySQL database username */
define('DB_USER', 'metahive_meta');
/** MySQL database password */
define('DB_PASSWORD', '********');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
I am not sure if this is correct with the new system,
It worked before.
any help would be greatly appreciated!
I tried changing the remote host to chopin, and created a new data base as the old one wasn't there anymore but I am still getting an error?
www.metahive.x10hosting/metablog
It is a wordpress blog, I set up a
Database Named: metahive_localhost
Database user: metahive_meta
I changed my wp-config.php
to this;
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'metahive_localhost');
/** MySQL database username */
define('DB_USER', 'metahive_meta');
/** MySQL database password */
define('DB_PASSWORD', '********');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
I am not sure if this is correct with the new system,
It worked before.
any help would be greatly appreciated!