Hi everybody,
Can anyone tell me how to use --where option of the mysqldump with LIKE operator?
I used something like this "--where=field1 LIKE 'prefix%'" but nothing seems to work.
I want to select for backup only those records that begin with string "prefix"
Command line works great if where condition is set for other fields like this:
--where=field2=3 (without any quotes) but I need an where clause like above.
Thanks for help! :