database connection

Status
Not open for further replies.

ramblin54321

New Member
Messages
4
Reaction score
0
Points
0
I've looked through previous posts and can't get this resolved. I can't find any file with config. When I use absolut.x10hosting.com it gives a 111 error; and when I change my php program to say the host is localhost it gives an access denied error. I deleted the user and replaced again so I know it is not a password issue. If it is a configuration file issue, where the heck is the configuration file?
 
Last edited:

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
I've looked through previous posts and can't get this resolved. I can't find any file with config. When I use absolut.x10hosting.com it gives a 111 error; and when I change my php program to say the host is localhost it gives an access denied error. I deleted the user and replaced again so I know it is not a password issue. If it is a configuration file issue, where the heck is the configuration file?
What script are you using.
 

ramblin54321

New Member
Messages
4
Reaction score
0
Points
0
Unable to select databaseAccess denied for user 'ramblin5_open'@'absolut.x10hosting.com' to database 'ramblin5_mortgage'

If you click on the calculator at the bottom of the page it goes to a mortgage table, from there you pick an interest rate and click on calculate, it is calculate.php that needs to access the database. Works fine on my home server. Shouldn't it say @ localhost instead of absolut.x10hosting.com?
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
Unable to select databaseAccess denied for user 'ramblin5_open'@'absolut.x10hosting.com' to database 'ramblin5_mortgage'

If you click on the calculator at the bottom of the page it goes to a mortgage table, from there you pick an interest rate and click on calculate, it is calculate.php that needs to access the database. Works fine on my home server. Shouldn't it say @ localhost instead of absolut.x10hosting.com?

no, @absolut.x10hosting.com is correct

just to CYA, is ramblin5_open granted all priviledges and is it allowed to acces ramblin5_mortgage?
 
Last edited:
Status
Not open for further replies.
Top