On Thursday 13 March 2003 12:25, boka wrote:

> I have tried to find a solution to my problem on groups, FAQs, with no
> effect.
>
> GRANT Select,Insert,Update,Delete ON `sprzet`.* TO
>     -> 'azsxdcfv_azsxdcfvgb'@'azs.azsxdcfvg.az';
> ERROR 1145: The host or user argument to GRANT is too long
>
> hmm ...
>
> mysql> show columns from user;
> +-----------------+-----------------+------+-----+---------+-------+
>
> | Field           | Type            | Null | Key | Default | Extra |
>
> +-----------------+-----------------+------+-----+---------+-------+
>
> | Host            | char(60) binary |      | PRI |         |       |
> | User            | char(50) binary |      | PRI |         |       |
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Because you changed length of User column manually. The length of the column 
User is 16, not 50.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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

Reply via email to