mysqldump with –where clause is not working September 18, 2023 by Tarik You may need to use quotes: mysqldump -t -u root -p mytestdb mytable --where="datetime LIKE '2014-09%'"