• 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 Error when creating a WordPress - root@localhost does not exist

Aleix

New Pleskian
Hi,

I am trying to create a WordPress in one of my Domains
However, Plesk answers me with this error:upload_2019-10-15_17-52-52.png

The username I am using is admin, so I do not know why Plesk is giving me this error
upload_2019-10-15_17-56-37.png

Is there any way to solve this?
I used a backup but it didn't solve it

Thanks in advance
 
Probably this is caused by unsupported MariaDB 10.4.x is installed on the server. Major supported MariaDB version is 10.2

The root cause of the issue is mysql.user Table
...
In MariaDB 10.4 and later, the mysql.global_priv table has replaced the mysql.user table, and mysql.user is now a view.
 
Hi @IgorG,
Thank your for your response.

You were right, I had installed a version which was not supported
I installed MariaDB 10.2 and now it seems everything is working fine.

Stupid things happen when you do not read... My bad! :)
 
Back
Top