Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

File metadata and controls

10 lines (7 loc) · 314 Bytes

MySQL

From https://www.siteground.com/tutorials/php-mysql/mysql.htm:

MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).

Installation

sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev mysqltuner