Username:

Password:

Author Topic: What features make MySQL different from other databases?  (Read 760 times)

Santosbulus

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 38
What features make MySQL different from other databases?
« on: March 18, 2011, 01:27:42 AM »
Can you please let me know what are features of MySQL which make it different and better from other databases like postgresql and open source interbase sql and CA's open source database.

sakhsen

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: What features make MySQL different from other databases?
« Reply #1 on: July 04, 2011, 09:15:42 PM »
MySQL is an open source and free. Also it is widely used from small to medium business applications and more.... :-))))


Regards
Sakhsen
Logged

jamesbowl50

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: What features make MySQL different from other databases?
« Reply #2 on: August 05, 2011, 05:20:47 AM »
MySQL implements the following features, which some other database may not:
1. Multiple storage engines, allowing one to choose the one that is most effective for each table in the application
2. Commit grouping, gathering multiple transactions from multiple connections together to increase the number of commits per second

jeniferose1

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: What features make MySQL different from other databases?
« Reply #3 on: August 07, 2011, 07:52:59 PM »
SQL stands for structured query language which is used to store a database in relational database management systems. It was used to handle certain query they are insert, update, delete, alter and drop command. It is open source language and have strong security features than other databases.
Logged

willsmith12

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: What features make MySQL different from other databases?
« Reply #4 on: September 18, 2011, 11:21:50 PM »
Hi..i provides some reasons MySQL is better database compare to other databases....

MySQL is a free download
MySQL is a OpenSource
Easy Installation
Easy integration with PHP

software testing service provider in india


davematyus

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
Re: What features make MySQL different from other databases?
« Reply #5 on: October 05, 2011, 08:36:55 AM »
Hi..i provides some reasons MySQL is better database compare to other databases....

MySQL is a free download
MySQL is a OpenSource
Easy Installation
Easy integration with PHP

software testing service provider in india

Hey I am new to MYSQL and I am so glad to know all these.
Indeed, MYSQL outsmarted the other database.

Adrian

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: What features make MySQL different from other databases?
« Reply #6 on: November 27, 2011, 09:46:40 PM »
I think that some of the main reasons are :
1) free
2) open source
3) easy installation
4) easy integration with php

Nafisa

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 10
Re: What features make MySQL different from other databases?
« Reply #7 on: November 29, 2011, 11:12:50 PM »
MY SQL is a user friendly database which can work on any operating system & can download from any search engine. It's free to use & has fast usage & time consuming.

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: What features make MySQL different from other databases?
« Reply #8 on: January 23, 2012, 05:30:50 AM »
I think that some of the main reasons are :
1) free
2) open source
3) easy installation
4) easy integration with php

kadentrom

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 17
Re: What features make MySQL different from other databases?
« Reply #9 on: January 30, 2012, 09:09:00 PM »
It has got several particular features, such as multiple native and custom hard drive engines to choose from, commit grouping etc. That make it one of the highly encouraged databases for developing web applications.
Logged

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: What features make MySQL different from other databases?
« Reply #10 on: February 02, 2012, 09:33:08 AM »
I think that some of the main reasons are :
1) free
2) open source
3) easy installation
4) easy integration with php

ilhtdubai

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 103
Re: What features make MySQL different from other databases?
« Reply #11 on: March 12, 2012, 12:23:52 AM »
MySql is open source (so free), robust and fast. It is also easy to install on pretty much any operating system.

With all the tutorials you can find on the web, it is easy to learn it on your own.

It provides most of the features that a database like Oracle those.

If are building a small to medium application it will most likely suit your needs.