Synergy
01-23-2002, 03:01 AM
Hi I'm getting the following error at cpanel:
Mysql Databases ERROR 1045: Access denied for user: 'aphost@localhost' (Using password: NO) 0
Anyone know the fix of this? or cause?
ho247
01-23-2002, 03:56 AM
You simply do not have the access rights to execute the SQL statement. Contact your host about it and they should be able to correct it.
If you're on a dedicated server, what control panel are you using?
Alan
AlaskanWolf
01-23-2002, 04:58 AM
try this
login via ssh
run the commands as follows:
:> killall mysqld
:> safe_mysqld --skip-grant-tables &
:> /usr/local/cpanel/startup
Then login into WHM reset the MySQL root
password.
go back to ssh...
:> killall mysqld
:> /etc/rc.d/init.d/mysql start