Hi There Im very new to SQLyog because my client has MYSQL on a windows server and does not use phpMyAdmin. Im used to running the following on Information Schema to see my table changes when Im troubleshooting something:
Code:
SELECT `TABLE_NAME`,`UPDATE_TIME` FROM `TABLES` ORDER by `UPDATE_TIME` DESC
Is there some way I can see the similar in SQLyog?
Thanks.