Hello there,
I saw a lot of threads about this feature, but no succes. I can't connect to my sql server.
There we go :
I got a vm with Debian & mysql 5.0, I can connect via my vm with cpanel (centOS)
#mysql -u root -p -h sql.domain.com
it works nice.
But if I try to setup a remote sql server via my cpanel WHM
I got this :
Any help will be appreciated 
I saw a lot of threads about this feature, but no succes. I can't connect to my sql server.
There we go :
I got a vm with Debian & mysql 5.0, I can connect via my vm with cpanel (centOS)
#mysql -u root -p -h sql.domain.com
it works nice.
But if I try to setup a remote sql server via my cpanel WHM
I got this :
Code:
trace ouput :
[email protected]'s password: ==sshcontroloutput==
Using xxx.xxx.xxx.xxx as the access ip
Sync Source: http://httpupdate.cpanel.net/RELEASE/Cpanel
Fetching http://httpupdate.cpanel.net/cpanels...panelsync.lock (0)[email protected] ......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2 (1)[email protected] ...100%......Done
Can't exec "bzip2": No such file or directory at /scripts/cpanelsync line 512, <$__ANONIO__> line 18.
Sync Source: http://httpupdate.cpanel.net/RELEASE/scripts
Fetching http://httpupdate.cpanel.net/cpanels...panelsync.lock (0)[email protected] ......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2 (1)[email protected] ...100%......Done
Can't exec "bzip2": No such file or directory at /scripts/cpanelsync line 512, <$__ANONIO__> line 18.
Sync Source: http://httpupdate.cpanel.net/RELEASE/Cpanel
Fetching http://httpupdate.cpanel.net/cpanels...panelsync.lock (0)[email protected] ......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2 (1)[email protected] ...100%......Done
Can't exec "bzip2": No such file or directory at /scripts/cpanelsync line 512, <$__ANONIO__> line 18.
Sync Source: http://httpupdate.cpanel.net/RELEASE/scripts
Fetching http://httpupdate.cpanel.net/cpanels...panelsync.lock (0)[email protected] ......Done
Fetching http://httpupdate.cpanel.net/cpanels...cpanelsync.bz2 (1)[email protected] ...100%......Done
Can't exec "bzip2": No such file or directory at /scripts/cpanelsync line 512, <$__ANONIO__> line 18.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Waiting for mysql to restart..............finished.
[2010-04-26 17:11:01 +0200] info [restartsrv_mysql] BSD::Resource not available. Resource Limits not adjusted
mysqld_safe (/bin/sh /usr/bin/mysqld_safe) running as root with PID 8463
mysqld_safe (logger -p daemon.err -t mysqld_safe -i -t mysqld) running as root with PID 8501
mysqld (/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock) running as mysql with PID 8500
[2010-04-26 17:11:06 +0200] info [restartsrv_mysql] BSD::Resource not available. Resource Limits not adjusted
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'
Last edited by a moderator: