• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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