How to find out the charset of a database and table with PHPmyAdmin?

Viewed 8103

Is there a way in PHPMyAdmin to find out the charset of a table and/or a database?

The only thing that ist shown, is the collation. But as far as I understood, the collation only tells the database how to compare the data, and the charset tells the database how to store the data.

2 Answers
Related