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]
