• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Recent content by jallon

  1. J

    Forwarded to devs Plesk command line : register existing user to database domain

    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.
  2. J

    Plesk command line register existing user to domain

    The bug report : Plesk command line : register existing user to database domain
  3. J

    Forwarded to devs Plesk command line : register existing user to database domain

    TITLE: Plesk command line : register existing user to database domain PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Product version: Plesk Onyx 17.5.3 Update #20 Update date: 2017/08/29 03:09 Build date: 2017/03/17 16:00 OS version: CentOS 7 Revision...
  4. J

    Plesk command line register existing user to domain

    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...
  5. J

    Plesk command line register existing user to domain

    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.
  6. J

    Plesk command line register existing user to 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
  7. J

    Plesk command line register existing user to domain

    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...
Back
Top