2024-07-08
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Table of contents
Step 5: Change password and permissions
Before doing any software installation, make sure your system's package lists are up to date. Open a terminal and run the following command:
sudo apt update
After updating the package list, we can check the available MySQL installation packages here:
# View available installation packages
sudo apt search mysql-server