Hi, I've changed the length of the field 'user' in the table 'user' in the mysql DB, to varchar(128), because we need longer names to identify our users based on their domain names. Something like: each user is identified by a valid domain name. The same thing we are doing with the DB field.
The thing is that even though I changed the length of 'user' and 'db' to varchar(128) binary in the tables 'user', 'db' and 'host', I'm getting the login name truncated in the 32th character. If the limitation was 16 character before the changes, why am I getting this 32 characters limitation after the changes? Any ideas? Thanks, Gustavo --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php