mysql - Query to show all tables and their collation -


is there query can run in mysql shows tables , default collation? better if there on show collations on columns of tables.

select table_catalog, table_schema, table_name, column_name, collation_name     information_schema.columns 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -