Hi, InnoDB
data file (ibdata1) was growing fast and it reached more than 35 GB, so that I tried to separate this file into ibdata file per table and I did these steps: 1-Took backup from all databases. 2-Uninstalled MySQL and re-installed fresh one. 3-Configured InnoDB option innodb_file_per_table to be enabled. 4-Restored all databases. and then ibdata file was created indeed to ...