Can anyone tell me why my guestbook (database) is no longer working?

Status
Not open for further replies.

ragtech

New Member
Prime Account
Messages
7
Reaction score
0
Points
0
Database Error
--------------------------------------------------------------------------------

MySQL Error : Database Error
Error Number: 1044 Access denied for user 'ragtech_agbook1'@'int.chopin.x10hosting.com' to database 'ragtech_agbook1'
Date : Sat, April 17, 2010 15:33:51
IP : 66.157.50.223
Browser : Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB0.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; .NET CLR 3.0.30729; OfficeLivePatch.1.3)
Referer : http://tinasdreamcatchers.com/
PHP Version : 5.2.13
OS : Linux
Server : Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Server Name : tinasdreamcatchers.com
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
You must change mysql host to localhost
 

ragtech

New Member
Prime Account
Messages
7
Reaction score
0
Points
0
I think I do have the Host set to "localhost" ( $db_host = "localhost" )... is this correct?

I do have this message on the phpMyAdmin page:
"The additional features for working with linked tables have been deactivated. To find out why click here."

When I click "here" to find out why... I get this:
Server: localhost
$cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled

$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]
Display Features: Disabled

$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]
Creation of PDFs: Disabled

$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]
Displaying Column Comments: Disabled
Bookmarked SQL query: Disabled
Browser transformation: Disabled

$cfg['Servers'][$i]['history'] ... not OK [ Documentation ]
SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled


Any assistance would be very much appreciated... Thanks
-rg
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Please try:

1. cPanel --> MySQL Databases

Current Databases

aaa_jo151 0.00 MB aaa_jo151 X Delete Database

Click on the user
Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL"
Click "Save Changes"
Repeat for all db users
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Did you link your database to the user?

Host: localhost
port: 3306
Username: ragtech_REPLACEWITHUSER
Database: ragtech_REPLACEWITHDATABASENAME
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
No new reply on this thread in last 48 hours. So I am going to close this thread. Feel free to create a new thread if this problem is not solved yet.

***Thread Closed***
 
Status
Not open for further replies.
Top