[Solved] ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)

Xampp is my favourite webserver for linux as well as windows for web development works. And while importing huge mysql database dumps I use the commandline tool in windows as well as linux. And I often find myself so irritating to the error messages as follows : ERROR 2002 (HY000): Can’t connect to local MySQL … Continue reading “[Solved] ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)”

[Solved] Phpmyadmin Vs commandline mysql import

Phpmyadmin allows GUI interface to import but it also depends on the browser because it runs on localhost, that is webserver so when importing huge amount of data the GUI of phpmyadmin seems to freeze, that browser stops responding. If the file is of small size say around 10-20 MB it wouldn’t make any difference … Continue reading “[Solved] Phpmyadmin Vs commandline mysql import”

Minor Project SMS Banking in Java

SMS Banking Projects and Locus We (Asee and Me )have kept stall in LOCUS (http://locus.ioe.edu.np) Room no. 304 and getting nice feedback from the visitors. Our presentation went good and judges seemed to be happy. Volunteers were really very helpful and co-ordination was impressive. Today I knew why IOE students are good, because they have … Continue reading “Minor Project SMS Banking in Java”

[ Solved ] Cannot connect to local MySQL server through socket

MySql Workbench Problem: Test connection failed Couldn’t load library libmysqlclient_r.so:libmysqlclient_r.so: cannot open shared file: No such file or directory In both of these problems, the UI is unable to connect to local database server which was running in background. After searching in internet for solution and being to MySql official forum. I found this working … Continue reading “[ Solved ] Cannot connect to local MySQL server through socket”