Monday, March 1, 2010

How to Migrate a Mysql Database with a simple method

If you want to migrate your Mysql Server, you want to export data from one MySQL server to another server, and then import the data to a new server,

It is very simple

Log in to First Server and give  the following command:

$ mysqldump -u root -p database-name >  filename.sql

 Now Copy the file to second server using FTP, SSH or with a USB Pendrive

On the second Server, you can import the data with the following command:

$ mysql -u root -p -D database-name <  filename.sql

KDE 4.4.0 Introduces Netbook Interface, Window Tabbing and Authentication Framework



9th February, 2010. Today KDE announces the immediate availability of the KDE Software Compilation 4.4, "Caikaku", bringing an innovative collection of applications to Free Software users. Major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. The KDE community would like to thank everybody who has helped to make this release possible.

Debian is Free - But Debian Wine is not Free

You know Debian is totally free, But is is not free  It is Only for Free Software users. It will enhance your freedom. Cost 58 Euros plus shipping.
See More Here