Mysql
From Hamara Wiki
mysql-client and mysql-server Installation
mysql-server:
- Open a terminal and type the command:
sudo apt-get install mysql-server
mysql-client:
- Open a terminal and type the command:
sudo apt-get install mysql-client