[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”

SMS Banking source-code available in github

This post is continuation of http://www.samundra.com.np/sms-banking-sourcecode-will-be-released-soon/314/ SMS Banking source-code has been released and now you can modify it or use it for your personal use. If you want to use it for commercial purpose bear it in mind that the codes are not so much optimized and no security task been made for sending and … Continue reading “SMS Banking source-code available in github”

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”