hi sir, please let me know how can i take a backup of my database as the size of the database is increassing
Type following syntax on the mysql command line
mysql/bin>mysqldump database name > filename.sql
Hope this will help Regards Tips
Followed immediately by:
bzip2 filename.sql