1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP Difference between MYSQL vs. Microsoft SQL

Discussion in 'Web Development' started by Michaelpina, Jan 1, 2013.

  1. Michaelpina

    Michaelpina New Member

    There are different types of database to use. But, most people prefer to use MYSQL or SQL. What are the main advantages to use it and with which technology these databases are used.
     
  2. javierluces

    javierluces New Member

  3. infodev

    infodev New Member

    it's the same thing just for the info sql is a language there are also mysql and I think you mean sqlserver
     
  4. daviddakarai

    daviddakarai Member

    Mysql is an open source database system.
    Advantages are It is easy to use, secure, fast, scalable.
    PHP technology can work with Mysql because both are open source.
     
  5. Prachi Mehra

    Prachi Mehra New Member

    Difference :
    1. Mysql is open source database system as well as easy, secure to used.
    2. Microsoft SQL is closed source also requires more disk space.