Install an Unmanaged VPS with the MySQL Template
Access https://login.virtualservers.pt/ and enter your login credentials. Click Login.
After logging in, go to the VPS overview area. Identify the VPS where you want to install the template (if you have more than one) and click Manage.
Click Reinstall to start the reinstallation process.
Select the MySQL option and click Reinstall again.
A confirmation message will appear. Click Yes to confirm the reinstallation. Warning: all existing data on the VPS will be deleted, so make sure to back up any important information beforehand.
On the first boot, a random temporary password for MySQL will be generated. To view it, use the command:
grep -i pass /var/log/mysqld.log
Run the command mysql_secure_installation to secure your database.
After completing these steps, your VPS will be ready to use with MySQL, with the initial password set and the system secured.
