----- Original Message -----
From: "Liu Yang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 5:00 PM
Subject: how can I use a subnet mask to limit


> Hello, mysql,
>
> I have met a problem. Look at the following, please.
>
> mysql> grant all on school.* to [EMAIL PROTECTED]/24 identified by
"win123";
> ERROR 1064: You have an error in your SQL syntax near '/24 identified by
"win123"' at line 1

i guess this is your correct command:
 grant all on school.* to [EMAIL PROTECTED]/24 identified by 'win123';


>
> I just want to limit liuxin from some limit hosts to access the mysql
server. Please tell me what I should do. Thanks.
>
> Best regards,
>
> Liu Yang
> [EMAIL PROTECTED]
> 2003-07-22
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to