mysql

  • 中文乱码问题解决
    [mysqld]
    datadir=/var/lib/mysql
    default-character-set=utf8
    [client]
    default-character-set=utf8
  • 分区
    Alter table WS_TJPage partition by hash(tjsetId) partitions 1024;
    如果表有主键,则主键中要包括分区
    分享到:

相关文章:

  1. 近200亿图片市场谁来抢
  2. Photo Sites Stay in the Game with Social Media
  3. 图片共享前景光明 智能相框搅局数码相框
  4. 怎样编写图片关键词
  5. 推荐25个在线制作照片特效的网站
  6. Tracked.com Launches Massive Structured Database Of People And Companies
  7. 对cctv的态度
  8. 转:中国的论坛(BBS)文化

Article written by xypcn

Leave a Reply

You must be logged in to post a comment.