could you guys please explain for me HOW these databases ARE CREATED :
- mysql
- phpmyadmin
- information_schema
- performance_schema
I know it’s a novice question, I might GUESS the answer for some of them, for example “the reason phpmyadmin database is created” IS because I installed phpmyadmin and this database was created alongside . That’s not for sure, so I just need some clarification.
Thank you !
These are the standard set of databases shown when you execute
SHOW DATABASESon a clean MySQL install.Any other databases are user/application created.