Archive for December 28th, 2011

phpMyadmin errror “#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)”

phpMyAdmin – Error #2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured) Solution :- 1. First check whether mysql is working in the server or not. 2, Check whether there is a symbolic link from mysql.sock to /tmp. If not, create a symlink between /var/lib/mysql/mysql.sock and /tmp/mysql.sock. […]

phpmyadmin error: Existing configuration file (./config.inc.php) is not readable.

When I try to access phpmyadmin on a cPanel server, i get the following error: Existing configuration file (./config.inc.php) is not readable. Solution :– Login to the server as root : 1) cd /usr/local/cpanel/base/3rdparty/phpMyAdmin 2) chown root:cpanelphpmyadmin config.inc.php Thats all.

Outlook Express Email Setting

Below are the outlook express settings :- 1. On the Tools menu, click Accounts 2. Select the Mail tab, click Add, and then click Mail. 3. In the Display name text box, type your name (e.g. info), and then click Next. 4. In the E-mail address text box, type your email address@yourdomainname (e.g. example@yourdomainname), and […]

mysql service is not working

Please login to server as root and fire below commands 1) killall -9 mysqld 2) cd /etc/rc.d/init.d 3) safe_mysqld –skip-grant-tables & 4) mysqladmin status Enjoy