MySQL Tutorial Part 1: Run MySQL Server and MySQL Client

preview_player
Показать описание
In this video we will learn how to run MySQL server and MySQL client.

MySQL is an open-source relational database management system (RDBMS).

A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server.

A relational database stores data in separate tables rather than putting all the data in one big storeroom. The database structures are organized into physical files optimized for speed. The logical model, with objects such as databases, tables, views, rows, and columns, offers a flexible programming environment.

Open Source means that it is possible for anyone to use and modify the software. Anybody can download the MySQL software from the Internet and use it without paying anything.

Рекомендации по теме