For everyone - I modify these files:
include/mysql_com.h:#define USERNAME_LENGTH 16
tools/mysqlmanager.c:#define MAX_USER_NAME 16
mysql-test/install_test_db.sh: c_d="$c_d User char(16) DEFAULT ''
NOT NULL,"
mysql-test/install_test_db.sh: c_u="$c_u User char(16) binary
DEFAULT '' NO
Jay Blanchard wrote:
[snip]
There is limitation on user name in mysql - it can
be up to 16 characters. How change this limit? Need
I recompile mysql?
[/snip]
[UNTESTED WARNING!]
Why not just ALTER the user table?
[/UNTESTED WARNING!]
Thank for reply. I ALTER all 'User' columns
in 'mysql'
[snip]
There is limitation on user name in mysql - it can
be up to 16 characters. How change this limit? Need
I recompile mysql?
[/snip]
[UNTESTED WARNING!]
Why not just ALTER the user table?
[/UNTESTED WARNING!]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/
There is limitation on user name in mysql - it can
be up to 16 characters. How change this limit? Need
I recompile mysql?
Thanks!
OldFrog.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]