cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

hi i have a weird problem while dealing with database.

hi,
i have a weird problem .Let me explain the problem in detail.
Well i am creating two install sets typical and minimal .
In both the install sets i am checking for mysql database connection.
But my problem the verification for connection to database works fine in typical case but in the minimal install set,
I get an error:
"Access denied for root@administrator
or sometimes root@localhost"
I have verified and found out that the code i am using is getting the username,password and all other things correctly and the same code works fine for typical case,
but in minimal it fails.
Can someone provide suggestions in this regard.
james.
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

You should check your MySQL configuration, most likely it has something to do with the address it's binding to (you should enable binding to localhost); also see if the access doesn't need a password.
0 Kudos