Migration doesn't load data. How to debug a migration?

Sometimes when I can't figure out what is happening with the database, I put a log on the database and tail it. in /etc/my.cnf: log = /var/log/mysqld.log This will get big fast in production but for development it helps. Jason

Yitzhak Bar Geva wrote: