Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Cannot reproduce to if i manually create the domain in plesk interface but i reproduce with imported domain for another plesk server (version 12.5).
In the 12.5 server the database and user wasn't registered in plesk.
This request is better to check :
SELECT domains.name AS domain_name, data_bases.name AS database_name, db_users.login, accounts.password
FROM data_bases
left join db_users on db_users.db_id = data_bases.id
left join domains on domains.id = data_bases.dom_id
left join accounts on accounts.id...
I am sorry but I have read the documentation several times and I conclude that it is impossible to register an already existing mysql database user on a database of a plesk domain.
Yes, thank you but i have already registered my database with the command you write.
What i want is to assign the user of the database (he already as all grant options to the database) in plesk because in plesk i see :
No database user
I have register an existing databases to a new domain on plesk 17.
In plesk database domain i have the message :
No database user
It's normal because i have creating the user with sql script.
To register the existing user, i use this command :
plesk bin database --register-dbuser dbuser...