da_admin Problem only in DA

reficul

New member
Joined
Nov 30, 2006
Messages
3
HI, My users cant see their DB from
DirectAdmin

Error:
PHP:
Error connecting to MySQL: Access denied for user: 'da_admin@localhost' (Using password: NO)

I search the forum but no lucky...

Anyone can help me?


P.S.
da_admin is Properly Configured
I can log without error from phpmyadmin with da_admin user and the psw
stored in mysql.conf...
 
Is this when they click on the link for phpMyAdmin? If so, then it looks like you might have the config.inc.php file configured to login with config settings instead of http.
 
As root run:

Code:
/usr/local/directadmin/scripts/mysql.sh

This will reset the permissions.
 
Back
Top