All Collections
MySQL databases
phpMyAdmin
What is the database information_schema I can see in my phpMyAdmin, do i need it?
What is the database information_schema I can see in my phpMyAdmin, do i need it?
Understanding the importance of information_schema
Updated over a week ago

Whenever you access phpMyAdmin for one of your databases, you will also see a database named - information_schema:

It is created by default and allows you to retrieve metadata about the objects within a database. As it's crucial to have this database intact, there is no way of deleting or editing it.

Did this answer your question?