大家现在用的mysql版本都是 哪个?  比较稳定的?

解决方案 »

  1.   

    mysql> select @@version;
    +----------------------+
    | @@version            |
    +----------------------+
    | 5.1.37-community-log |
    +----------------------+
      

  2.   

    http://dev.mysql.com/downloads/
    mysql 5.1.42
      

  3.   

    现在发布的最新版是 5.1.425.1 比 5.0 多了Event scheduler
    Partitioning
    Pluggable storage engine API
    Plugin API
    Row-based replication
    Server log tables
      

  4.   


    Row-based replication ?
    我用5.1怎么没感觉到?slave的后台总是由system user执行insert,delete或update的语句!
      

  5.   

     Row-based replication你要把你的BINLOG设置为ROW-BASED。当然这样会导致BINLOG会很大。
      

  6.   

    我用5.0,在ubuntu找不到打包好的5.1版本
      

  7.   

    +-----------------------+
    | version()             |
    +-----------------------+
    | 5.1.21-beta-community |
    +-----------------------+