< div class="content-split">
Can I move my mysql database without moving information_schema?
I am moving all my websites to one server and I want to know if the information_schema can be omitted because I have multiple different websites from different servers.
information_schema is a virtual database for querying database metadata.
You don’t have to move it, from other The database automatically generates data.
I am moving all my websites to one server, I want to know if I can omit the information_schema, because I have multiple from different servers Different websites.
Information_schema is a virtual database for querying database metadata.
You don’t have to move it, it is automatically generated from other databases Data.