In life we do things….

dear blog… today is 31.1.13

There are two ways of meeting difficulties: you alter the difficulties, or you alter yourself to meet them.
Till then…
this post it someting like reminder for me if happen to be i need this kind of command for future use. tq
mysql –no-beep –force -u root -p mynewdb < mynewdb.sql
As the blog post title suggest, below is the way you can make your life easier.
FOR /F "skip=1" %G IN ('"mysql -u root -pMyPassword -e "SHOW TABLES IN world;""') DO mysql -u root -pMyPassword world -e "ALTER TABLE %G ENGINE=InnoDB;"
Caution!! Do at your own risk.
till then…
Keep Going…Each step may get harder But don’t stop! The view is beautiful at the top !