Ask a Question related to MySQL, Design and Development.
-
opio #1
user@host length limit in GRANT
Hello,
is it possible to switch off length limit (16 chars) for username in
mysql? I get an error '1145 (42000): The host or user argument to GRANT
is too long' in GRANT command.
I modified User column in both tables (db and user) to char(64) and
manage users and rights on my own, but it isn't best way.
thanks for any advice,
Andrew
opio Guest
-
Limit on maximum String length?
Does anyone know of a Flex limit on String size? I have tests failing on all Strings longer than about 500K. Don't know if this is a limit on... -
Anydata CSV format length limit?
Greetings. I am using Jeff Zucker's Anydata.pm (0.05) with the CSV format for a basic content management system I'm writing. One of the things I'm... -
stored proc 128 length limit
This parameter that is greater than 128 is part of a dynamic SQL statement. How do I get around this limit?? thanks, AJ -
URL length limit ?
Hi ! Here is my problem : I think an url variable could be limited, maybe someone know the maximum length I can use ? (I try to send an html... -
How can i grant priviledge to user joaquin???
Hi I just created a user in Oracle9i with: Creates user -- Create user joaquin identified by joaquin; Grants access database -- Grant connect... -
Jerry Stuckle #2
Re: user@host length limit in GRANT
opio wrote:
AFAIK, user names are restricted to 16 characters. You'll probably have> Hello,
>
> is it possible to switch off length limit (16 chars) for username in
> mysql? I get an error '1145 (42000): The host or user argument to GRANT
> is too long' in GRANT command.
>
> I modified User column in both tables (db and user) to char(64) and
> manage users and rights on my own, but it isn't best way.
>
> thanks for any advice,
> Andrew
>
to modify the MySQL code to change it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
[email]jstucklex@attglobal.net[/email]
==================
Jerry Stuckle Guest
-
strawberry #3
Re: user@host length limit in GRANT
Jerry Stuckle wrote:I guess you could have a table of pseudo-users(pseudo-user> opio wrote:>> > Hello,
> >
> > is it possible to switch off length limit (16 chars) for username in
> > mysql? I get an error '1145 (42000): The host or user argument to GRANT
> > is too long' in GRANT command.
> >
> > I modified User column in both tables (db and user) to char(64) and
> > manage users and rights on my own, but it isn't best way.
> >
> > thanks for any advice,
> > Andrew
> >
> AFAIK, user names are restricted to 16 characters. You'll probably have
> to modify the MySQL code to change it.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> [email]jstucklex@attglobal.net[/email]
> ==================
-encrypted?,username) that mysql could use to establish the correct 16
character username prior to determining access. I haven't had this
problem myself so I'm really just thinking out loud.
strawberry Guest



Reply With Quote

