zoukankan      html  css  js  c++  java
  • How do I see what character set a database / table / column is in MySQL?

    Q:

    How do I see what the character set that a MySQL database, table and column are in? Is there something like

    SHOW CHARACTER SETFOR mydatabase;

    and

    SHOW CHARACTER SETFOR mydatabase.mytable;

    and

    SHOW CHARACTER SETFOR mydatabase.mytable.mycolumn;


    A:

    How do I see what the character set that a MySQL database, table and column are in? Is there something like

    SHOW CHARACTER SETFOR mydatabase;

    and

    SHOW CHARACTER SETFOR mydatabase.mytable;

    and

    SHOW CHARACTER SETFOR mydatabase.mytable.mycolumn;

    参考:

    http://stackoverflow.com/questions/1049728/how-do-i-see-what-character-set-a-database-table-column-is-in-mysql

  • 相关阅读:
    MongoDB
    Flask-Migrate
    Flask-Script
    Flask-SQLAlchemy
    SQLAlchemy
    DBUtils
    依存句法分析
    如何将本地的jar包上传到maven本地仓库中
    git使用手册
    中文网页编解码问题
  • 原文地址:https://www.cnblogs.com/xiaotengyi/p/3570534.html
Copyright © 2011-2022 走看看