Jump to content

Wordpress 2.0.1 Db Problems


bereninga

Recommended Posts

I am installing WP for the first time and I followed the instructions carefully and did everything right. I checked, double-checked, and then triple-checked my wp-config.php file. I tried to run the install file, but it didn't work. The only thing I can think of is that the db server is down.

Link to comment
Share on other sites

Hello and welcome to the forum, bereninga. ;)

 

In wp-config, did you enter the information as below, also did you rename it from wp-config-sample.php to wp-config.php?

 

define('DB_NAME', 'yourcpanelusername_databasename'); // The name of the database

define('DB_USER', 'yourcpanelusername_username'); // Your MySQL username

define('DB_PASSWORD', 'your desired password'); // ...and password

define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

 

Also, did you add the user to the database etc?

 

For a great movie tutorial on how to set up a database, please click here.

Link to comment
Share on other sites

Thanks for the welcome! Geez, I'm sorry. I made a mistake in the config file. I was actually replacing the variable names instead of the values. Whoops! I also checked the server status, and the servers were working fine. ;) Thanks, though!

 

Btw, I like this quick edit in the forums! Very Web 2.0. Heh..

Edited by bereninga
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...