MySQL INTRODUCTION

 

 

MySQL is a very popular open-source relational database management system (RDBMS).

  • MySQL is a relational database management system
  • MySQL was first released in 1995
  • MySQL is open-source
  • MySQL is free
  • MySQL is ideal for both small and large applications
  • MySQL is very fast, reliable, scalable, and easy to use
  • MySQL is cross-platform
  • MySQL is compliant with the ANSI SQL standard
  • MySQL is developed, distributed, and supported by Oracle Corporation

To build a web site that shows data from a database, you will need:

  • An RDBMS database program (like MySQL)
  • A server-side scripting language, like PHP
  • To use SQL to get the data you wa
  • To use HTML / CSS to style the page