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
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to installl Standalone Res...
Databases > Oracle > Oracle 10g : How to upgrade Oracle 10.2.0.3...
Operating Systems > Unix : Create tar archive and compres...
Internet > Web Servers > Apache > mod_rewrite and .htaccess : Set PHP register_globals on in...

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

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com