Installation of MySQL server in Linux/Ubuntu

Installation of MySQL server in Linux/Ubuntu by using the terminal.

Image result for mysql

  1. Open Terminal on your computer or  press(ctrl+alt+t).
  2. sudo apt-get dist-upgrade
  3. sudo apt-get install mysql-server
  4. It will install MySQL server.
  5. In between installation, it asks for the password of MySQL, you have to chose the password of the MySQL (root) and press enter.
  6. after the installation completion type -> mysql and press enter, it will start the MySQL server. 

Comments

Popular posts from this blog

How to install and configure MySQL WORKBENCH in Ubuntu.