Database not working

Status
Not open for further replies.

metahive

New Member
Messages
14
Reaction score
0
Points
0
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!
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Did you add the new user to the database with ALL PRIVILEGES checked?
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello, i replied to your other thread about this. *Closed*
 
Status
Not open for further replies.
Top