Friday, 21 December 2012

Recursively delete .svn folders or any windows folder recursivly

Do a windows search for “.svn” and delete the result.

Just make sure to go into “More Advanced Options” to include hidden files/folders in the result.

Thursday, 20 December 2012

SELECT command denied to user @ for table 'db' can't compare schema with remote db; comparison with local dbs ok

There is a system db on MySQL called db, you(db user ) need to have access to it to compare the database.  Get select access and for the user and you can use the tool without any problem.