Tuesday, December 29, 2009

Client does not support authentication protocol requested by server

To solve this problem just reset the database password
---------------------
mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
----------------------

Tuesday, December 8, 2009

Account Creation Status: failed (Please setup a primary/secondary nameserver)

Change the "NS1 ns1.myprivateserver.example" line in /etc/wwwacct.conf to "NS ns1.myprivateserver.example"