Skip to main content

New Page

  • Update the package index
sudo apt update
  • Install the MySQL server package
sudo apt install mysql-server
  • Start MySQL server
sudo systemctl start mysql.service
  • Check MySQL server status
sudo systemctl status mysql