MySQL: Show your database with its character set


I just wanted to take note of this as this is such a helpful query.


SELECT * FROM information_schema.SCHEMATA WHERE SCHEMA_NAME LIKE '%DBNAME%

Comments

Popular posts from this blog

Converting sectors into MB - Useful in understanding the sectors in iostat in Linux

What is Disk Contention?

Installing MySQL from source: Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)