phil2564
02-05-2006, 10:58 PM
I have done dozens of these installs on all different installs but never on cpanel. And I am going crazy tring to get the db setup.
So I went to install page and now I am at Database Settings
well I set up a db in cpanel and called it "mydbsite" and made a user "mydbuser" and a pass "mydbpass"
Now cpanel seems to ad in front of all the parameters "sbus_" in the mysql db part.
In phplinkdirectory I inserted in to:
HOST = "localhost"
USERNAME = "mydbuser"
Password = "mydbpass"
Database = "mydbsite"
And I get back this error:
The database server returned the following message:
Access denied for user: 'mydbuser@localhost' (Using password: YES)
Then I tried it like this adding the "sbus_"
In phplinkdirectory I inserted in to:
HOST = "localhost"
USERNAME = "sbus_mydbuser"
Password = "sbus_mydbpass"
Database = "sbus_mydbsite"
And I got the same error except the added the "sbus" in front.
Access denied for user: 'sbus_mydbuser@localhost' (Using password: YES)
HELP HELP Does Cpanel have something special for a setup I a missing.
So I went to install page and now I am at Database Settings
well I set up a db in cpanel and called it "mydbsite" and made a user "mydbuser" and a pass "mydbpass"
Now cpanel seems to ad in front of all the parameters "sbus_" in the mysql db part.
In phplinkdirectory I inserted in to:
HOST = "localhost"
USERNAME = "mydbuser"
Password = "mydbpass"
Database = "mydbsite"
And I get back this error:
The database server returned the following message:
Access denied for user: 'mydbuser@localhost' (Using password: YES)
Then I tried it like this adding the "sbus_"
In phplinkdirectory I inserted in to:
HOST = "localhost"
USERNAME = "sbus_mydbuser"
Password = "sbus_mydbpass"
Database = "sbus_mydbsite"
And I got the same error except the added the "sbus" in front.
Access denied for user: 'sbus_mydbuser@localhost' (Using password: YES)
HELP HELP Does Cpanel have something special for a setup I a missing.