I have multiple servers with multiple databases on each server. Before putting my physical backup strategy together I need to know which engine is being used for each table in each database on each server in order to be sure the backups are being done properly. What would be the easiest way to get a listing of each table in each database with the engine being used for each?
I've started to do this manually and it is a bit of a pain as I am having to go through each db and do a "show create table" for each table. This seems to be a bit of a pain. Is there some sort of script or query I can run against each db (I should say this is mySQL 4.1) to give me a listing of each table and the engine being used for each?
Thanks!
I've started to do this manually and it is a bit of a pain as I am having to go through each db and do a "show create table" for each table. This seems to be a bit of a pain. Is there some sort of script or query I can run against each db (I should say this is mySQL 4.1) to give me a listing of each table and the engine being used for each?
Thanks!