I need to find all the tables in a MySQL database schema that have AUTO_INCREMENT columns.
I need to be able to set all these tables to a large AUTO_INCREMENT value so as not to overlap the base data that will be added to (million?).
I know that it is a bad idea, but I do not expect the base data to exceed 1000 items per table.