As subject I’d like to know if it’s possible to use mysqldump excluding some databases under windows.
I’ve already googled and I’ve found this:
http://datacharmer.blogspot.com/2010/12/excluding-databases-from-mysqldump.html
but I’m looking for a solution under windows that doesn’t require external tool like powershell,gnuwin32 and so on. Thanks.
This is my final script. It obviously requires odbc driver.
Hope that it helps someone else.