zoukankan      html  css  js  c++  java
  • MySQL中文支持问题

    0. 本文目的

    让MySQL支持中文

    1. 测试环境

    Windows XP sp2,MySQL Server 5.1,MySQL Administrator 1.2.17

    2. 操作步骤

    1)修改数据库的默认字符集

    (开始菜单) - MySQL - MySQL Server 5.1 - MySQL Server Instance Config Wizard:

    - Reconfigure Instance

    - Detailed Configuration

    - Developer Machine

    - Multifunctional Database

    - (InnoDB Tablespace Settings - next)

    - Decision Support(DSS)/OLAP

    - (networking options - next)

    - Manual Selected Default Character Set/Collation(Character Set - gb2312)(主要是这一步,其他默认即可)

    - ...

    2)修改已存在的表(table)的字符集

    在MySQL Administrator中,右击表 - Edit Table - Table Options - Character Set - gb2312

    3)修改数据列(column)的字符集

    在MySQL Administrator中,右击表 - Edit Table - Columns and Indices - 选中列 - Column Details - Column Charset - gb2312

  • 相关阅读:
    点分治
    SG函数入门
    博弈论入门
    YY的gcd
    整除分块
    gcd约分函数的应用
    C++ 模拟类型(提高)
    C++数论题(博弈论)
    C++(gcd)的应用2。
    C++暴力约分(gcd).
  • 原文地址:https://www.cnblogs.com/chenyineng/p/2019039.html
Copyright © 2011-2022 走看看