How to backup MySQL Database in command line with compression

For those who looking for way to backup mysql database,
you can use mysqldump to backup mysql database.

Below is the script example to backup mysql database in command line:-

$ mysqldump -h localhost -u username -p database_name > backup_db.sql

If your mysql database is very big, you might want to compress your sql file.
Just use the mysql backup command below and pipe the output to gzip,
then you will get the output as gzip file.
Continue reading How to backup MySQL Database in command line with compression »

How to setup POP3 email account in Microsoft Outlook

For those who own a domain and want to receive your email in Ms Outlook,
here are the solution to setup your POP3 email account in microsoft Outlook:-

- Start your Ms Outlook Express
- Click on Tools -> Accounts (Internet Accounts Dialog will appear)
Continue reading How to setup POP3 email account in Microsoft Outlook »

How to setup auto login in Microsoft Window XP?

auto login, microsoft window xp, win xp, ms windows xp
Sometimes window xp auto login feature can save u a lot of time when system boot up. To setup the auto login feature in window xp, simply follow the steps below:-
Continue reading How to setup auto login in Microsoft Window XP? »