fab5freddie
Basic Pleskian
- Server operating system version
- AlmaLinux 8.10 (Cerulean Leopard)
- Plesk version and microupdate number
- Plesk Obsidian 18.0.68 Update #2 Web Host Edition
Hello everyone,
I was supposed to install a forum on my server and during the installation I saw that therefore I need at least MariaDB 10.5 or higher, but my Plesk server only runs version 10.3.39. Since I host many websites on the server, I wanted to avoid an upgrade to prevent many websites from not running anymore.
I therefore wanted to install an additional database server (e.g. under port 3307) and assign new projects to it. When I wanted to add a new database server, I was asked for the password, which I don't know. Under Tools & Settings - Database Server there is also no option to change the password so that I could then use the new password to add a new server.
Reading the password in plain text with
was also not possible. What are the possibilities in this case? Unfortunately, I am not very familiar with databases.
Many thanks in advance
Greetings
I was supposed to install a forum on my server and during the installation I saw that therefore I need at least MariaDB 10.5 or higher, but my Plesk server only runs version 10.3.39. Since I host many websites on the server, I wanted to avoid an upgrade to prevent many websites from not running anymore.
I therefore wanted to install an additional database server (e.g. under port 3307) and assign new projects to it. When I wanted to add a new database server, I was asked for the password, which I don't know. Under Tools & Settings - Database Server there is also no option to change the password so that I could then use the new password to add a new server.
Reading the password in plain text with
Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
Many thanks in advance
Greetings