Pario TechnoBlob
About Posts

Tag: mysqldump

Backup mysql databases into separate files This bach script makes separate backup files of all the databases in mysql and saves the result in the mysql_backup folder. #!/bin/bash -v USERNAME='yourusername'...
Nov 18, 2007 10:07PM
Script to backup MySql database #!/bin/bash # Shell script to backup MySql database # To backup Nysql databases file to /backup dir and later pick up by your # script. You can skip few databases from backup...
Sep 8, 2007 2:35AM
Shell script to backup mySQL database Shell script to backup MySql database mysql-backup.bash #!/bin/bash # Shell script to backup MySql database # To backup Nysql databases file to /backup dir and later pick up...
Jun 5, 2007 12:41AM
Export mysql data to a tab-separated file

mysqldump -u root -p --no-create-info -T=/tmp --fields-terminated-by='\t' db tabell

May 7, 2007 12:56PM
«« « 1 2 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom