Our app continues to have problem with MySql passwords. We would like to create a function to test for password validity before it is presented to the database.
Can anyone direct me to guidelines for MySql passwords involving these 2 topics:
I'm using MariaDB 10.0.13 - the '\' character is a bit special. If defining a password using PASSWORD('text'), make sure to escape use of '\'.
Example: set password for user@localhost = PASSWORD('\\');
You can then use a single '\' for the password with mysql: mysql -u user --password='\'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With