Database is collection of
related data. Database is a collection of information that is organized so that
it can easily be accessed, managed, and update. Database cans any size and any
Type.
With PHP You can connect to
and manipulate databases.
MYSQL is most popular
database system in PHP.
What is MySQL
- MySQL is database system that runs on server
- MySQL uses standard SQL
- MySQL is a fast easy to use RDBMS being used for many small and big business. MySQL is developed and supported by MySQL AB.
- MySQL is released under an open source license. So you have nothing to pay to use it.
- MySQL is database system used on web .
- MySQL compiles on a number of plateforms.
- The data in MySQL database are stored in tables. A tables is a collection of related data, and it consists of column and rows.
- MySQL is set of queries used for insert, delete and update the data in database.
- MySQL is a very powerful program in its own right. It handle a large subset of the functionality of the most expensive and powerful database package.