Software & Sites How to Exclude Tables from a mysqldump SQL Export May 15, 2013 by Craig Lotter No Comments When backing up or copying across a MySQL database, the command line mysqldump executable is invaluable in automating the creation of SQL dump files which... Read More
CodeUnit Ubuntu Terminal: Efficient Way to Copy Across a MySQL Database from One Server to Another May 23, 2011 by Craig Lotter No Comments I often need to pull down a copy of a live MySQL database instance for development work on my local machine. Because my access to... Read More
CodeUnit Ubuntu: A Bash Script to Backup All MySQL Databases Running on a Server July 28, 2010 by Craig Lotter No Comments The following bash script is written to automate the process of backing up all your various MySQL databases running on either a local or remote... Read More