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

What is Disk Contention?

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