Installing MySql on Ubuntu
Oct 23, 2025 · 2 min read · 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...
Join discussion




