Filling schema table
Short Description
A table in the information_schema database is being created
Detailed Description​
INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges. Other terms that are sometimes used for this information are data dictionary and system catalog.
How to reduce this wait​
This should only occur at database set-up time. If you see this in a running system - check what your administrators are doing.
Additional Links​
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.