I am looking at mysql installation (Version 5.7.19). The mysqld is running and has innodb_file_per_table set to on. Looking at the tables using a mysql client shows up that tables all have engine "InnoDB" set. There are files ibdata1 and ibdata2 in innodb_data_file_path and also the .ibd files. I wondering now since it was my newbee understanding that innodb_files_per_table obsoltes the ibdata* files? Am I wrong or is the presence of the .ibd files and ibdata* files at the same time an indication for a mis-configured database?
- The Overflow Blog
-
- Featured on Meta
-
-
-
Related
Hot Network Questions
- Testing binary data for statistical independence
- How do we see the whole observable universe?
- The Worst Possible Chess Move
- Why optional studs on MTB shoes?
- Was the spittle and mud in John 9:6-7, symbolic, a catalyst to faith, or a required act of obedience?
- Does paint contain plastic?
- Does lighting weapons on fire do anything?
- Algebra isomorphic to its complex conjugate
- Selberg's result on primes in short intervals
- “Why don’t these images look like 4:3 even though the book says 4:3?”
- Fish-wielding man drowns and his enemy leaves town
- Why doesn't leaked confidential information often result in prosecutions for the leaker(s)?
- Movie about two immortals: a young girl and an older guy. The guy would collect and kill people for the girl to feed on
- What is the power of the purse?
- Choosing Capacitor for Buck Converter
- How to use ISO 8601 dates in a sentence?
- Can you prove equality of two expressions by setting them equal in an equation?
- How far can an infinite number of unit length planks bridge a right-angled gap?
- Recharge battery when it hits 50% or 5%?
- Can a chocolate bar contain alcohol naturally?
- complete measurable space with respect to pushforward measure
- Is there a term for the sound the orchestra produces when they tune?
- What term describes a person who always remains ill?
- Why do I get so many applications from Mekelle university students?
lang-sql
ibdata*, that is a different question. (And it has been Asked and Answered many times.)