Username length limit
Posted: Thu 09 Sep 2010 17:04
I get confusing error when try to connet to remote db via tunnel.php script.
Db username is test_izumgoroda_ru, and error message text is Access denied for user 'test_izumgoroda_'@'vm-zdd16.host.ru' (using password: YES).
Well, if I set username to something like abcdefghijklmnopqrstuvw, then error is "Access denied for user 'abcdefghijklmnop'@'vm-zdd16.host.ru' (using password: YES)"
It looks like there is a limit to username length (16 characters)
So how cat i connect to my db server if username is greater than 16 chars?
Db username is test_izumgoroda_ru, and error message text is Access denied for user 'test_izumgoroda_'@'vm-zdd16.host.ru' (using password: YES).
Well, if I set username to something like abcdefghijklmnopqrstuvw, then error is "Access denied for user 'abcdefghijklmnop'@'vm-zdd16.host.ru' (using password: YES)"
It looks like there is a limit to username length (16 characters)
So how cat i connect to my db server if username is greater than 16 chars?