Problems With My Guest Book

windows

Guest
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!!!<br /><br />MySQL Error : Connection Error<br />Error Number: 1045 Access denied for user: 'cPanelName_agbook1@localhost' (Using password: YES)<br />Date : Thu, December 8, 2005 21:34:44<br />IP : 66.82.9.79<br />Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt; SV1)<br />Referer : <a href="http://www.My-TCH-Hosted-Domain.com/GBWarning.htm" target="_blank">http://www.My-TCH-Hosted-Domain.com/GBWarning.htm</a><br />PHP Version : 4.3.11<br />OS : Linux<br />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<br />Server Name : <!-- w --><a class="postlink" href="http://www.My-TCH-Hosted-Domain.com">www.My-TCH-Hosted-Domain.com</a><!-- w --><!--content-->
Did you add the user to the database?<!--content-->
This is what I use for a database check list<br /><br />-- databse connect ----<br /><br />Be sure that in MySql you <br /><br />1 - created the database<br />2 - created a user<br />3 -added the user to the database (go back to MySql and find the Add user<br />select the user and database, and then <b>Add user to database</b>)<br /><br /><br />Then to connect to the database in a script use:<br /><br />host: localhost<br />database: <b>yourCpanelName_databaseName</b><br />user: <b>yourCpanelName_databaseUser</b><br />password: <b>mypassword</b><br /><br />* Note password is just as the password, <br />do not add the CpanelName to it.<br /><br />---------------------------<!--content-->
If the problem still persists, please post a ticket to Support desk<!--content-->
 
Back
Top