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 '' NOT NULL,"
mysql-test/install_test_db.sh: c_t="$c_t User char(16) DEFAULT '' NOT NULL,"
mysql-test/install_test_db.sh: c_c="$c_c User char(16) DEFAULT '' NOT NULL,"
scripts/mysql_fix_privilege_tables.sh: User char(16) DEFAULT '' NOT NULL,
scripts/mysql_fix_privilege_tables.sh: User char(16) DEFAULT '' NOT NULL,
scripts/mysql_install_db.sh: c_d="$c_d User char(16) binary DEFAULT '' NOT NULL,"
scripts/mysql_install_db.sh: c_u="$c_u User char(16) binary DEFAULT '' NOT NULL,"
scripts/mysql_install_db.sh: c_t="$c_t User char(16) binary DEFAULT '' NOT NULL,"
scripts/mysql_install_db.sh: c_c="$c_c User char(16) binary DEFAULT '' NOT NULL,"


Compile & install & install db & test - it works fine :-)
Mysql version 4.0.15a.

OldFrog.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to