Installing MySql on Ubuntu
for version 8.0.27
First install my-sql database:
sudo apt install mysql-server
# start the utility prompt to set the root user password
sudo mysql_secure_installation utility
Allow remote access
sudo ufw enable
sudo ufw allow mysql
S...
totoro.hashnode.dev2 min read