Is posible to save extra text information (comment, desctiption, etc...) about databases in MySQL.
Something like:
SELECT TABLE_COMMENT FROM information_schema.TABLES
but for database, not table?
No you cant. Mysql allows comments only for tables and columns. You would need to store it somewhere else (maybe create something like information_schema with comments).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With