Saturday 17 May 2014

What is MySQL?

MySQL is very important or we can say that it's a main database used in PHP (Hyper Text Preprocessor)
For exmaple if we are creating a new website so that our all data means user informations like (mobile number,name,email etc) are stored in database in tabular form.

Various definition of MySQL are-



-MySQL is a database system used on the web
-MySQL is a database system that runs on a server
-MySQL is ideal for both small and large applications
-MySQL is very fast, reliable, and easy to use
-MySQL supports standard SQL
-MySQL compiles on a number of platforms
-MySQL is free to download and use
-MySQL is developed, distributed, and supported by Oracle Corporation.

More information about MySQL-



MySQL is a fast, easy-to-use RDBMS being used for many small and big businesses. MySQL is developed, marketed, and supported by MySQL AB, which is a Swedish company. MySQL is becoming so popular because of many good reasons:

1) MySQL is released under an open-source license. So you have nothing to pay to use it.

2) MySQL is a very powerful program in its own right. It handles a large subset of the functionality of the most expensive and powerful database packages.

3) MySQL uses a standard form of the well-known SQL data language.

4) MySQL works on many operating systems and with many languages including PHP, PERL, C, C++, JAVA, etc.

5) MySQL works very quickly and works well even with large data sets.

6) MySQL is very friendly to PHP, the most appreciated language for web development.

7) MySQL supports large databases, up to 50 million rows or more in a table. The default file size limit for a table is 4GB, but you can increase this (if your operating system can handle it) to a theoretical limit of 8 million terabytes (TB).

8) MySQL is customizable. The open-source GPL license allows programmers to modify the MySQL software to fit their own specific environments.


Note-Hello every one if you like this post please comment and share and want to know anything else related to mysql i ll help you.Thanks

Posted by Amit Tiwari

No comments:

Post a Comment