Mysql

From Hamara Wiki
Jump to: navigation, search

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