Jump to content

Recommended Posts

Posted (edited)

I'm getting this error when I try to install AdvancedGuestbook or Lazarus. I also get an access denied when I try to link to my guest book from my web pages. What's going on??? Help!!!

 

MySQL Error : Connection Error

Error Number: 1045 Access denied for user: 'cPanelName_agbook1@localhost' (Using password: YES)

Date : Thu, December 8, 2005 21:34:44

IP : 66.82.9.79

Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt; SV1)

Referer : http://www.My-TCH-Hosted-Domain.com/GBWarning.htm

PHP Version : 4.3.11

OS : Linux

Server : Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a

Server Name : www.My-TCH-Hosted-Domain.com

Edited by TCH-Rob
Posted

This is what I use for a database check list

 

-- databse connect ----

 

Be sure that in MySql you

 

1 - created the database

2 - created a user

3 -added the user to the database (go back to MySql and find the Add user

select the user and database, and then Add user to database)

 

 

Then to connect to the database in a script use:

 

host: localhost

database: yourCpanelName_databaseName

user: yourCpanelName_databaseUser

password: mypassword

 

* Note password is just as the password,

do not add the CpanelName to it.

 

---------------------------

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