Revision: 5254
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at February 24, 2008 06:31 by jarnaldich
                            
                            Initial Code
# Backup: mysqldump -u<usr> -p<pwd> <db> | gzip > <file> # Restore: gunzip <file> | mysql -u<usr> -p<pwd> <db>
Initial URL
Initial Description
MySQL backup and restore example through mysqldump / mysql command line utilities.
Initial Title
backup mysql databases
Initial Tags
mysql
Initial Language
Other