lockedge
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Trouble with DatabaseWill do. Just to make sure, this info is correct, right?
// ** MySQL settings ** //
define(‘DB_NAME’, ‘klomp_db’); // The name of the database
define(‘DB_USER’, ‘rxrxr’); // Your MySQL username
define(‘DB_PASSWORD’, ‘rxrxrxrx’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valueThanks for your help so far, it’s greatly appreciated!
Forum: Installing WordPress
In reply to: Trouble with DatabaseI triple checked my wp-config file and all the ‘ are placed correctly.
Now I checked out the Process listing for my database, and there’s only a Kill procedure going on.
Does that mean in order for me to use this database, I need to make a new process that states a user name and whatnot?Forum: Installing WordPress
In reply to: Trouble with DatabaseWell, my DB_HOST value is ‘localhost’ , which is correct. I know that. My database’s name should be correct as well.
Like, I clicked on the “databases” link on the panel and it shows the one(and only) database there, called blog_db. So that’s what I used. And it’s ok for the database to have no tables in it before installation?
I wouldn’t think the server itself would be down. That wouldn’t make much sense, but then again it wouldn’t surprise me since I had to pry what I have now from their teeth.