Innodb size limit
- MySQL has no limit on the number of databases.
- MySQL has no limit on the number of tables.
- The maximum number of tables that can be referenced in a single join is 61.
- There is a hard limit of 4096 columns per table
- Every table (regardless of storage engine) has a maximum row size of 65,535 bytes.