oceans Posted July 6, 2007 Share Posted July 6, 2007 Dear People, Does anyone know what is the max length of the password we can give for mysql database user? Quote Link to comment https://forums.phpfreaks.com/topic/58671-solved-password-max-length/ Share on other sites More sharing options...
paul2463 Posted July 6, 2007 Share Posted July 6, 2007 On some systems, the library routine that MySQL uses to prompt for a password automatically limits the password to eight characters. That is a problem with the system library, not with MySQL. Internally, MySQL doesn't have any limit for the length of the password. To work around the problem, change your MySQL password to a value that is eight or fewer characters long, or put your password in an option file. courtesy of the <a href="http://dev.mysql.com/doc/refman/5.0/en/user-names.html">MySQL 5.0 Reference Manual</a> Quote Link to comment https://forums.phpfreaks.com/topic/58671-solved-password-max-length/#findComment-291066 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.