• 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 username length up to 80 characters

B4c4rd1

Regular Pleskian
Hello,

MariaDB 10.x supports a username with a length of 80 characters and MySQL as of version 5.7.9, 32 characters.

Plesk supports only 16 characters. Can this value be changed in the database? Is there an invisible switch as:

Code:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa -e "insert into misc(param,val) values('db_user_length',7)"

Thanks for your Reply!
 
Last edited:
Thanks for your reply @UFHH01 . I mean the MySQL Username. MariaDB supports usernames up to 80 characters.

You mean:

Plesk user name length 1...20
Plesk user password length 5...160
System user name length 1...16
System user password length 5...255

MySQL aka MariaDB username: 80

This my littletest in PHPMyAdmin:
upload_2017-3-1_21-43-29.png


You can create here the database user:
upload_2017-3-1_21-47-12.png
 
Hi B4c4rd1,

due to the fact, that a "system user" is as well a "domain system user", or a "domain ftp user", etc. ... pls. consider to equal YOUR "MySQL aka MariaDB username length" to "System user name length". ;)
 
Back
Top