Wednesday, 12 June 2013

What is MySQL?

About MySQL ....


MySQL is the world's most popular open source database software,

 MySQL is a key part of LAMP (Linux, Apache, MySQL, PHP / Perl / Python), the fast-growing open source enterprise software stack. More and more companies are using LAMP as an alternative to expensive proprietary software stacks because of its lower cost and freedom from platform lock-in.

Our Continued MySQL Values

We want the MySQL database to be: 

  •  The best and the most-used database in the world for online applications
  •  Available and affordable for all 
  •  Easy to use
  •  Continuously improved while remaining fast, secure and reliable
  •  Fun to use and improve
  •  Free from bugs

  1. MySQL is a database system used on the web
  2. MySQL is very fast, reliable, and easy to use
  3. MySQL is ideal for both small and large applications
  4. MySQL is a database system that runs on a server
  5. MySQL compiles on a number of platforms
  6. MySQL is free to download and use
  7. MySQL is developed, distributed, and supported by Oracle Corporation
  8. MySQL supports standard SQL
  9. MySQL is named after co-founder Monty Widenius's daughter: My

For Download MySQL Database



MySQL Related To PHP

PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)


Like Queries

Select Username, UserID from Employee

Select * From Employee


No comments:

Post a Comment