Jump to content

Recommended Posts

Posted

After following the dreamweaver and wordpress tutorial like 5 times with 5 different domain names ...

 

I keep getting errors saying this

 

Error establishing a database connection

 

Has anyone done this successfully without errors? can anyone help?

 

Has anything changed since the video was made that buyers need to be aware of?

 

i am trying the tutorial with the latest version of wordpress

 

i went through all steps successfully..and started getting errors on chapter 6/videos

Posted

This is error that i get when i try to visit the url of the site..

 

according to lessson 6 i need to get past this to create a database via my cpanel (hostgator)

 

This has not been a great buying experience for me thus far...can anyone help...is there any support available?

 

 

Index of /

 

cgi-bin/

wordpress/

Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.delawarebarbershops.com Port 80

Posted

You must create your database via through your cpanel of your host account.

 

There are typically 4 things you need to edit within the wp-config.php file that has to match the database.

 

You enter your database name, database username, database password and possibly the database host setting. You should be able to get all these info from the database you created earlier.

 

The area of the wp-config.php file should look like this:

 

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');

/** MySQL database username */
define('DB_USER', 'username_here');

/** MySQL database password */
define('DB_PASSWORD', 'password_here');

/** MySQL hostname */
define('DB_HOST', 'localhost');

 

The instructions above is based on the fact that you have Wordpress files uploaded to your host (hostgator), created a database and applied the database credentials to your wp-config.php file.

 

If you are still having problems, send us a Private Message and provide the code from your wp-config.php file and a screen capture of your hostgator database credentials.

Posted

You must create your database via through your cpanel of your host account.

 

There are typically 4 things you need to edit within the wp-config.php file that has to match the database.

 

You enter your database name, database username, database password and possibly the database host setting. You should be able to get all these info from the database you created earlier.

 

The area of the wp-config.php file should look like this:

 

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');

/** MySQL database username */
define('DB_USER', 'username_here');

/** MySQL database password */
define('DB_PASSWORD', 'password_here');

/** MySQL hostname */
define('DB_HOST', 'localhost');

 

The instructions above is based on the fact that you have Wordpress files uploaded to your host (hostgator), created a database and applied the database credentials to your wp-config.php file.

 

If you are still having problems, send us a Private Message and provide the code from your wp-config.php file and a screen capture of your hostgator database credentials.

Posted

I also use Hostgater. Go to there tutorials, they are excellent. If that does not get you the help that you need call there tec support. They are also excellent and will walk you through the process to make sure that you set up you database correctly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...