Author |
Message |
26/03/2006 22:36:53
|
drdave
Beginner
Joined: 29/09/2005 16:13:21
Messages: 25
Offline
|
Hello
I am installing AGB 2.4.1
I set up the database in config.inc.php as...
$GB_DB["dbName"] = "book";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "book";
$GB_DB["pass"] = "123";
In my sql cp for my host I have it as
user: myname_book [my actual name not included here - example only]
db: myname_book [my actual name not included here- example only]
added password to database which was successful
chmod public and temp to 777
pointed browser to
http://www.yourDomain.com/guestbook/install.php
In other words, where the actual files are but I get error
Warning: mysql_connect(): Access denied for user: 'book@localhost' (Using password: YES) in /home/drdave/public_html/czguestbook/lib/mysql.class.php on line 30
Connection Error
[etc but I can inlcude the rest of the error if needed]
Any help appreciated.
Thanks
Dave
|
|
27/03/2006 07:31:46
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
It means the database username and password you supplied are incorrect.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/03/2006 22:04:03
|
drdave
Beginner
Joined: 29/09/2005 16:13:21
Messages: 25
Offline
|
I managed to replace config.inc.php and ran the update misc/update_db.php. I am now at 2.4.1
To be honest I don't rembember if I edited config.inc.php or replaced it.
thanks
dave
|
|
|