Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 2 tips, Displaying 1 - 2 
 
Sort by 
 
 Backup script for MySQL
#!/bin/bash # # This script will run in a loop for every database on the server and # create a backup file per db. DUMPOPTIONS currently works with MySQL 4.0.24 # change it if you are using a different version # # Customize the variables below to adjust this script for your environment # This should also ...
     
More...

10/28/06
 
 
 mysqldump
Needless to say you have to backup up MySQL database just like any other rdbms. The utility to backup a MySQL database is mysqldump. mysqldump -u [username] -p [database_name] > /backup/db_name.sql The above command will dump the contents of database into an ASCII file. To restore the database you can run ...
 More...
10/25/06
 
 


Recent tips & tricks
Mobile Phones / Tablets > Android : smb not working with Samsung G...
Databases > Oracle > Performance Tuning : When and what's been analyzed
Databases > Oracle > Performance Tuning : Sessions, transactions and rol...
Databases > Oracle > ASM : ASM empty directory doesn't ge...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Mobile Phones / Tablets | Office Software
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com