• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved MariaDB setup on DOCKER via PLESK

cloudbridge

Basic Pleskian
Hello, maybe someone had also problem when mariaDB is setup on Docker via PLESK that new generated user can't login to database?
Tried to create fresh install of wordpress to test it but got error, so any help would be appreciated, thanks!
Also I can access mariadb phpmyadmin with root credentials.

MariaDB docker log:


2021-06-15 20:36:29 81 [Warning] Access denied for user 'dezy_oi'@'172.17.0.1' (using password: YES)
2021-06-15 20:36:29 82 [Warning] Access denied for user 'dezy_oi'@'172.17.0.1' (using password: YES)

Plesk Wordpress error:

Error: Error establishing a database connection. This either means that the username and password information in your `wp-config.php` file is incorrect or we can’t contact the database server at `127.0.0.1:3307`. This could mean your host’s database server is down.
 
so it means MariaDB 10.3+ is not supported... Thank you for link!
Hmm... the article was written 3 years ago and contains links for Plesk Onyx (it is EOL'ed now).

For Plesk Obsidian (Linux), a list of supported databases is:
Code:
Database servers and tools:
- MySQL 5.1–8.0
- MySQL community edition 5.5, 5.6, 5.7, 8
- PostgreSQL 8.4–10
- MariaDB 5.5-10.5
- MariaDB Connector 3.0.9
 
Hmm... the article was written 3 years ago and contains links for Plesk Onyx (it is EOL'ed now).

For Plesk Obsidian (Linux), a list of supported databases is:
Code:
Database servers and tools:
- MySQL 5.1–8.0
- MySQL community edition 5.5, 5.6, 5.7, 8
- PostgreSQL 8.4–10
- MariaDB 5.5-10.5
- MariaDB Connector 3.0.9
Well it might be that I am doing something wrong.
 
Back
Top