Home  >  Q&A  >  body text

mysql 哪个版本稳定好用

之前使用版本5.1.30,如下,

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 411566
Server version: 5.1.30-log Source distribution

有个致命的问题:主从备份无法设定备份时间,只能实时

根据评论更新选择:
5.1.30: 不选择,没有定时备份功能,就是主从的时候,必须实时的。想定时不行

5.5.18: 理由:稳定,各个大牛公司都在用,所以我也用

巴扎黑巴扎黑2742 days ago1013

reply all(5)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 13:41:24

    Quote someone else’s answer:

    Don’t upgrade the database casually. If you use this, it is more stable. Just don't upgrade and don't cause trouble for yourself. We are still using the 5.0.37 google patch version. If you really want to find something to do, I recommend Facebook to use version 5.1.53, and Twitter to use version mysql5.5, taobao mysql 5.5.18.

    Original address: http://www.oschina.net/question/147332_108175

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 13:41:24

    MySQL official latest version 5.5 or 5.6. Third parties on Linux can try Percona Server.

    reply
    0
  • PHPz

    PHPz2017-04-17 13:41:24

    Our company uses 5.6

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:41:24

    Taobao used to use the original Oracle.
    In the mid-term business expansion, it began to customize Mysql to build a very large data cluster.
    Now we use independent research and developmentOceanBase. Taobao did not have a frying pan during Double Eleven because it relied on this thing.
    As Taobao’s business continues to grow, it is gradually replacing its own database. The replacement process is quite painful and long.
    As for which version your company uses, in fact, you only need to go to the mysql official website to download a current stable version in the early stages of your project creation.
    Before the database reaches a bottleneck, it is not recommended to switch database versions frequently during project operation.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:41:24

    dev.mysql.com uses 5.5

    reply
    0
  • Cancelreply