How to install MySql
on Ubuntu 18.04
Update Ubuntu
# sudo apt-get
update
Upgrade Ubuntu:
#sudo apt-get
upgrade
Check MySql is
installed or not:
#mysql –version
If MySql is not
installed then:
Install Mysql
Server:
#sudo apt-get
install mysql-server
Check the status of
MySql:
#sudo systemctl
status mysql
Install MySql
(Secure):
#sudo
mysql_secure_installation
Run MySql:
#sudo mysql
==================== Enjoy ================================
No comments:
Post a Comment