install mysql ubuntu 18.04
sudo apt update
sudo apt install mysql-server
sudo mysql_secure_installation
install mysql ubuntu 18.04
sudo apt update
sudo apt install mysql-server
sudo mysql_secure_installation
how to install mysql in ubuntu 20.04
## To install mysql in Ubuntu ##
sudo apt install mysql-server
## For configuration
sudo mysql_secure_installation
# For password type YES or y ... enter you password
# For removing user NO or n
# For disallow login NO or n
# For remove database NO or n
# Reload table YES or y
## DONE configurations ...
## Start mysql with below command...
sudo mysql -u root -p
# Enter password which you add in configurations
# Now you are all done...
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us