从来也没有用过Mysql,现在做个小项目,大约15个客户端。
想使用免费的数据库,希望大家给点意见。1、开发是不是有很大难度,开发上主要会遇到的困难是什么?(我以前用MsSQL Server,最好比较一下)2、在安全性上,有没有问题。3、在效率上又没有什么问题。4、在后期维护上的困难主要是什么?谢谢

解决方案 »

  1.   


    15个客户端?应该够用了
    数据量将很大?这也不成问题,拷一段mannul上的原文"MySQL 3.22 had a 4GB (4 gigabyte) limit on table size. With the MyISAM storage engine in MySQL 3.23, the maximum table size was increased to 65536 terabytes (2567 – 1 bytes). With this larger allowed table size, the maximum effective table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits. The InnoDB storage engine maintains InnoDB tables within a tablespace that can be created from several files. This allows a table to exceed the maximum individual file size. The tablespace can include raw disk partitions, which allows extremely large tables. The maximum tablespace size is 64TB. "开发难度?除了两者提供的一些函数的不同,基本语法没有区别这几个问题都不是问题你要知道,国外的一些大网站都是用mysql的
      

  2.   

    sqlserver好好的,别找罪受。如果为了多学一个技术,到是个理由。
      

  3.   

    MySQL是免费的啊,我们现在也正在用它
      

  4.   

    MYSQL的数据库查询在目前的数据库中是最快的,最有效率,推荐使用
      

  5.   

    MYSQL的数据库查询在目前的数据库中是最快的,最有效率,推荐使用
    ==============
    他最快,是以为他的功能在目前的数据库中功能最少。让orace和ms做一个跟mysql等同功能的,能比mysql快100倍。等你发现你要使用一个功能,而mysql没有的时候,你就抓狂吧假如只有4.版本的时候,你当然也可以把100行的sql语句拼写在源代码里,呵呵。