In this short post, we are going to learn how to list all columns of every table in a MySQL database.
We want to get the name of the column, the name of the table it belongs to and the type of date for that column. Continue reading “Listing all columns from a MySQL database”
Tag: MariaDB
Database size of a MySQL server instance
How to obtain the database size of a MySQL Server instance? Continue reading “Database size of a MySQL server instance”