Author |
Message |
14/06/2002 21:42:09
|
Anonymous
|
I'm trying to create the guestbook db and tables from
http://www.yourDomain.com/guestbook/install.php
but I get Error message:
Unable to select database: phpBook
Error Number: 1044 Access denied for user: 'jack' to database 'phpBook'
please let me know what's the problem.
thanks,
jack
|
|
15/06/2002 01:08:41
|
willk
Beginner
Joined: 11/05/2002 17:43:01
Messages: 21
Location: Cody, WY. USA
Offline
|
make sure /admin/config.inc
is set properly i.e
db, host, user, pass
|
|
15/06/2002 03:28:24
|
Anonymous
|
it seems everything properly configured!!
should I do anything with mysql server??
mysql is on different server and I use the
IP address.
thanks for your prompt reply.
jack
|
|
02/08/2002 23:49:05
|
Anonymous
|
Don't forget to specify the port where your mysql server is running on
e.g.
$GB_DB["host"] = "134.234.12.89:3306";
|
|
|