Error during database connection.

C

chingki_boy

Guest
Error during database connection.
MySQL server said: Access denied for user: 'nfhusers@localhost' (Using password: NO)

help !!!! when i load the index.php it shows these errors. i have changed the config.php user,host,pass all, but doen't work.

help thanksx
 
E

Eugenio

Guest
chingki_boy wrote:
>
> Error during database connection.
> MySQL server said: Access denied for user:
> 'nfhusers@localhost' (Using password: NO)
>
> help !!!! when i load the index.php it shows these errors. i
> have changed the config.php user,host,pass all, but doen't
> work.

This is a permission problem.
Check if through PHPMyAdmin or console you are able to connect to the db.

Eugenio,

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
P

PLMresearch

Guest
Have you already created a user (other than root) for MySQL on your local host? If not, try leaving the password blank (BTW - root access is very risky if you're _not_ the sole user on your local machine).
 
Top