I boosted the username to 32 chars in the mysql.user and the mysql.db tables. Same error. I will try 64. But the docs seem to indicate that 16 is the limit for the GRANT command.
Alan Knowles wrote: > one of the install hacks on nadmin modifies the field length of the > mysql username to 64 chars. > > Vincent Stoessel wrote: > >> Vincent Stoessel wrote: >> >>> Yes, an admin question; >>> I am trying to create a company database in nadmin >>> but I get this error: >>> The host or user argument to GRANT is too long >>> >>> followed by a lot of the following: >>> Warning: Access denied for user: >>> '14PbDPmU0E9hsOdN66Ewkuv3JK9n@localhost' (Using password: YES) in >>> /var/midgard/Cache/56.php(823) : eval()'d code on line 87 >>> >>> has any ever been able to install nadmin company database? >>> >>> >> >> I think I figured out my own problem. According to the >> mysql manual: >> >> For the moment, GRANT only supports host, table, database, and column >> names up to 60 characters long. >> A user name can be up to --->16<--- characters. >> nadmin tries to create username with about 26-27 chars. Thus the error. >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Vincent Stoessel [EMAIL PROTECTED] Linux and Java Application Developer (301) 362-1750 AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
