Author |
Message |
23/09/2003 08:44:39
|
firehazzard
Beginner
Joined: 23/09/2003 08:40:31
Messages: 6
Offline
|
Would appreciate it if someone could help me with this.
I have uploaded all the guestbook files, created my database and changed the settings in <config.inc.php> to the following:
$GB_DB["dbName"] = "fastlaneguestb";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "mark";
$GB_DB["pass"] = "mypassword";
However when i run the <install.php> and try to create the tables i get the follow message:
Warning: Access denied for user: 'mark@localhost' (Using password: YES) in /usr/local/psa/home/vhosts/therockitts.com/httpdocs/guestbook/install.php on line 220
Warning: MySQL Connection Failed: Access denied for user: 'mark@localhost' (Using password: YES) in /usr/local/psa/home/vhosts/therockitts.com/httpdocs/guestbook/install.php on line 220
Cannot connect to database.
I'm pretty sure i'm doing this right as i did it on another site a few months ago without any problem, can anyone help.
Thanks Mark
|
|
23/09/2003 23:42:22
|
Anonymous
|
firehazzard wrote:
$GB_DB["dbName"] = "fastlaneguestb";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "mark";
$GB_DB["pass"] = "mypassword";
I think it should read:
$GB_DB["dbName"] = "yoursqldbname";
$GB_DB["host"] = "yoursqlhost"; (without http://)
$GB_DB["user"] = "your sql user assigned name";
$GB_DB["pass"] = "your sql user assigned password";[/b]
|
|
24/09/2003 03:14:52
|
firehazzard
Beginner
Joined: 23/09/2003 08:40:31
Messages: 6
Offline
|
No sorry that didn't work.
Warning: Host 'myhost' is not allowed to connect to this MySQL server in /usr/local/psa/home/vhosts/therockitts.com/httpdocs/guestbook/install.php on line 220
Warning: MySQL Connection Failed: Host 'myhost' is not allowed to connect to this MySQL server in /usr/local/psa/home/vhosts/therockitts.com/httpdocs/guestbook/install.php on line 220
Cannot connect to database
I have also tried deleting database and starting again with no affect.
|
|
24/09/2003 08:54:24
|
Anonymous
|
have you checked with your isp that the mysqldb is actually activated ? they can check on their side that everything is operational, if it is an auto setup on some occassions it fails (it did once for me, I lost 2 days trying to figure out what I did wrong when actually the db was inprperly setup)
anyone else got a suggestion ?
|
|
24/09/2003 20:29:29
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
For host you should leave it as localhost as that is the default for most servers. This is so it uses the local server for the database.
Also do not make your database name too long, as this can sometimes be a problem people with long db names tend to have problems where as people with short ones do not.
Also the database is created when the install script is run so don't create before hand otherwise it won't work. Another option is to make sure that your host id localhost and not something else, this can only be found out by asking YOUR hosting company. Also check you username and password.
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
24/09/2003 21:49:24
|
firehazzard
Beginner
Joined: 23/09/2003 08:40:31
Messages: 6
Offline
|
Thanks for the help, solved the problem which was down to my own stupidity and not being able to see the obvious when its right it front of you.
>>>pointing installer to wrong domain<<<
24 hours before i noticed, how stupid do i feel.
|
|
|