speed up MySQL restore and backup solve slowness

I am taking daily mysqldump on my servers. I am always tring to speed up MySQL restore and backup using some tricks. Many times restoring mysql backup is like big pain. There will be many types of issues with restoring mysql dump to mysql server.

How can I speed up MySQL restore and backup?

Here is my trick to restore database dump fast.

You need to put following sql statement at the top of the dump SQL file.

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, AUTOCOMMIT = 0;
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS = 0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS = 0;
You need to put following sql statement at the end of the SQL file

SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
SET AUTOCOMMIT = @OLD_AUTOCOMMIT;
COMMIT;

Using above trick, I am able to restore any database much faster than earlier.
For more information you can look following URL:
http://dev.mysql.com/doc/refman/5.5/en/optimizing-innodb-bulk-data-loading.html

Lets talk about taking mysqldump faster.

There is utility called “MYDUMPER” which will take mysqldump much faster than mysqldump command. which is native command of mysql.

“Mydumper” and its companion “myloader”, are relatively new open
source database utilities written by Domas Mituzas and colleagues, providing
built-from-scratch implementations of mysqldump and mysql load
functionality. They clean up a bunch of command line inconsistencies
found in the mysql utilities, making them easier to script. They also fix
some errors and omissions. But their main feature is speed. By
paralleling the operation of dumping and loading database tables, quite dramatic
speed-up can be obtained.

The new Mydumper 0.9.1 version, which includes many new features and bug fixes, is now available. You can download the code from here.
https://launchpad.net/mydumper

No More wait for wordpress 3.0

Today Matt announced the wordpress 3.0 launch. WordPress 3.0, is the 13th major release of the software, and contains over 2,700 changes. With this release wordpress is become the world’s most powerful and popular blogging system as well as cms.

I always believe wordpress is great cms for creating the most advanced cms and ecommerce and networking website.  Earlier wordpress mu was designed for Biggest corporate and companies and vast businesses.

What’s new in 3.0? One of the best ways to find out is to try out the new Twenty Ten theme, which shows off many of the release’s (which is also called “Thelonius”) major new features, including custom backgrounds, headers, shortlinks, menus, post types and taxonomies.

WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. :) (In HD, if you can, so you can catch the Easter eggs.)

how to create background image online

For many websites and projects we need the custom backgrounds. We need unique and good designed background. Main think is we need to like that background. There is easiest solution I would recommend.

how to create background image online

We should go for online background generator.  I searched on for online background maker and I found couple of good online software. Which are really unique and create the backgrounds as per our choice. As web designer and developer we always need to choose best backgrounds.

Here I am going to list some of good online background maker.

Background Image Maker

how to create background image online
how to create background image online

COLOURlovers

COLOURlovers -- Add a Pattern_1266306875323

Dotted Background Generator

Dotted Background Generator_1266307118594

stripemania

Stripemania - Striped background generator_1266307426005

I found above sites are very easy to create the backgrounds..