mysql problems :: Help !!!!

walo

Verified User
Joined
Mar 19, 2005
Messages
154
I edit some files to change mysql password, and now, my control panel showme this error:

Error connecting to MySQL: Access denied for user: 'nobody@localhost' (Using password: YES)

When my username its the default
da_admin@localhost

I edit

/usr/local/directadmin/conf/mysql.conf
Content:
myuser:da_admin
passwd=xxxxxxx

/usr/local/directadmin/scripts/setup.txt
Content:
. . . .
mysqluser=da_admin
. . . .


and also i changed the mysql password (mysql> SET PASSWORD=PASSWORD('xxxx'); )
 
Back
Top