Re: limatation on user name in mysql - 16 characters: SOLVED

2003-12-10 Thread OldFrog
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

Re: limatation on user name in mysql - 16 characters

2003-12-09 Thread OldFrog
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'

RE: limatation on user name in mysql - 16 characters

2003-12-09 Thread Jay Blanchard
[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/