Monthly Archives: August 2014

Mysql/MariaDB – Pull remote table data matching a specific where clause

mysqldump is a really handy tool to pull data from one MySQL/MariaDB database to another. I will quickly highlight how to use to use mysqldump to pull data from a remote table matching a specific criteria into a local table.

Posted in Uncategorized | Leave a comment