There used to be a requirement in cPanel that the first 8 characters of a system user had to be unique on the server. You could have a username of abcdefghijklmno but then you couldn't have a username of abcdefghpqrstuv - because the first 8 characters (abcdefgh) was already in use.
This restriction was due to the way MySQL usernames were created - assuming you have the system username prefixed to the MySQL username.
Not meaning to rehash the stupidity in all of this. But this first 8 character uniqueness does not appear to be a restriction now, might've been removed for some time I'm just now noticing it.
I have some legacy systems in place that checks the uniqueness of a username's first 8 characters which would appear to no longer apply.
I suppose the reasoning for this is that all of the supported MySQL/MariaDB services now support longer database usernames, so the uniqueness of the first 8 characters is no longer an issue.
My question is - is there a first x number of character uniqueness still in play with cPanel system users?
This restriction was due to the way MySQL usernames were created - assuming you have the system username prefixed to the MySQL username.
Not meaning to rehash the stupidity in all of this. But this first 8 character uniqueness does not appear to be a restriction now, might've been removed for some time I'm just now noticing it.
I have some legacy systems in place that checks the uniqueness of a username's first 8 characters which would appear to no longer apply.
I suppose the reasoning for this is that all of the supported MySQL/MariaDB services now support longer database usernames, so the uniqueness of the first 8 characters is no longer an issue.
My question is - is there a first x number of character uniqueness still in play with cPanel system users?