To take the entire backup of a database: > mysqldump -u user_name -p database_name > dumped_file_name To Restore the backup > mysql -u user_name -p database_name < dumped_file_name Technorati: Mysql
Author Archives: Lijin
Searchmash: Another Google product
Searchmash mixes (mashes) the various types of searches from Google products like web sites, videos from You Tube and Google Video, images, blogs. The wikipedia search results are also mixed with it. It has a simpler interface and some useful user friendly features. There is a small “Ajax feedback” form too. Technorati : google, searchmash
Spring Framework 2.0.3 Released
Spring’s this version is a bugfix and enhancement release in the Spring 2.0 series, including about 200 (!) refinements and fixes. Furthermore, this release introduces support for the JSR-166 (java.util.concurrent) backport project and basic support for JCA 1.5 (ResourceAdapter bootstrap, WorkManager support), as well as extended support for IBM WebSphere and Oracle OC4J. Source :Continue reading “Spring Framework 2.0.3 Released”
Uninstalling the Previous MySQL Installation in Linux
When we install the new version of mysql in linux then, if there is any old version is existing, it will show some conflict. So we have to remove the old files before proceeding further. The following commands will help you to do this. # rpm -qa | grep -i mysqllibdbi-dbd-mysql-0.6.5-7MySQL-python-0.9.1-9perl-DBD-MySQL-2.9002-1mod_auth_mysql-20030510-3php-mysql-4.3.3-6mysql-3.23.58-4mysql-bench-3.23.58-4mysql-server-3.23.58-4freeradius-mysql-0.9.1-1mysql-devel-3.23.58-4qt-MySQL-3.1.2-14 You will want toContinue reading “Uninstalling the Previous MySQL Installation in Linux”
