Jump to content

wordPress and dreamweaver tutorial QUESTIONS


arriveonline

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

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.
Note: Your post will require moderator approval before it will be visible.

Guest
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.

Loading...
×
×
  • Create New...