Invader Zim
Verified User
- Joined
- Sep 4, 2004
- Messages
- 184
So, I have this client, whose username is the same as his domain name, which makes it easier for us to know exactly which user is connected to which domain. His username is 14 charachters long.
Now I want to make a database for him. But alas, even tho the database name length is no problem (<14characters>_forum) the username is too long (<14characters>_user):
Why am I forced to give a database a certain name (in this case prepended with the username, followed by an underscore etc? And ofcourse the same name applies to the username @ mysql.
I mean, it can be handy to have databases begin with the user's name, but forcing it...
Anyway around this situation?
Now I want to make a database for him. But alas, even tho the database name length is no problem (<14characters>_forum) the username is too long (<14characters>_user):
Code:
ERROR 1145: The host or user argument to GRANT is too long
Why am I forced to give a database a certain name (in this case prepended with the username, followed by an underscore etc? And ofcourse the same name applies to the username @ mysql.
I mean, it can be handy to have databases begin with the user's name, but forcing it...
Anyway around this situation?