How can I increase username length of PhpMyAdmin/mysql user account?
Edit :
Sorry for my mistake. Its PhpMyAdmin/mysql user account not any mysql table.
Answer : http://dev.mysql.com/doc/refman/4.1/en/user-names.html
According to this article I should not do this.
refer: http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
If it’s MySQL’s User table, then login as root
THE ABOVE IS NOT RECOMMENDED
Thanks for the feedback. I have tried the above, and column
usercould be changed successfully. However, MySQL manual warns against itrefer http://dev.mysql.com/doc/refman/4.1/en/user-names.html
Thanks @BoltClock for mentioning it.