How can we get this information (space ids for tables by name) other than by selecting from the INFORMATION_SCHEMA.INNODB_SYS_TABLES?
As far as I understand we still have MySQL server stopped with gdb attached in case of any further checks needed there, so there is no easy way to run queries. ibdconnect or something else for quick (and safe!) check? Or just dump a page from .ibd?
How can we get this information (space ids for tables by name) other than by selecting from the INFORMATION_ SCHEMA. INNODB_ SYS_TABLES?
As far as I understand we still have MySQL server stopped with gdb attached in case of any further checks needed there, so there is no easy way to run queries. ibdconnect or something else for quick (and safe!) check? Or just dump a page from .ibd?