Sentora Support Forums

Full Version: MySQL / MariaDB Password Restrictions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone, I just wanted to congratulate you all on the release of 1.0.0!
I was literally in the process of installing VestaCP and randomly searched what the status of Zpanel was.
I've got nearly a decade of time with cPanel but wanted to see if there was anything out there without all of the bloat and stumbled upon the new release. So far so good!

Anyway, I wanted to ask why when resetting a password in MySQL / MariaDB we're restricted from using special characters? I'd much prefer to have a multi-dimensional password which includes Uppercase, lowercase, numeric, and special characters for my DB passwords.

Any insight on whether this restriction can be lifted, or if it's just something I'll have to live with would be greatly appreciated.

Thanks again! And let me know how I can help contribute!

Environment - Fresh CentOS 7 install on VPS.
What kind of special characters? $* ?
(02-03-2015, 06:16 PM)Me.B Wrote: [ -> ]What kind of special characters? $* ?


excuse my intrusion, I think it refers to any character in this case is supported by MariaDB for passwords and sentona can afford to compatibility and software.

Regards.
Which is?

As we use the same backend for mysql & mariaDB we should currently stick to the common ground to avoid conflicts:

http://dev.mysql.com/doc/refman/5.6/en/v...lugin.html

But we may check this point.
Sorry for the late response, I was tied up at the office all day.
My initial password I tried included a !, however I got this error message.
"Your MySQL password is not valid. Valid characters are A-Z, a-z, 0-9."
I know for a fact I've used !'s in passwords with cPanel without issue, and pretty sure I've used $'s too.
I can't find any MySQL or MariaDB documentation outlining restrictions on passwords for users, but I may be overlooking some other system incompatibility that is built into Sentora.

Thanks for taking a look!