mysqldump -t -u root -p mytestdb mytable --where=datetime LIKE '2014-09%' This is what I am doing and it returns:
mysqldump: Couldn't find table: "LIKE" I am trying to return all the rows where the column datetime is like 2014-09 meaning "all September rows".