Thanks for the info..it's working great here now.. Had to boot the windoze
to get it right.

Next I just have to get my ASTA Server and Client hooked in and I am good to
go..did a small test  and it seemed to be fine

If anyone happens to be Delphi type go to
http://www.astatech.com/support/servers.htm and download the MySQL Server
there..


Cheers

Mike

-----Original Message-----
From: Thiru [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 10:42 PM
To: Mike
Cc: Mysql
Subject: Re: Good tutorial sites



I have got the same confg and works perfect. WinNT & Linux MySQL.
Why dont U directly edit the user table of mysql DB.

Let Host be '%' and give some username & password.
mysql> insert into mysql.user
values('%','username',password('passwd'),'Y','Y',....'Y');

For test purpose let all priv fields be 'Y'.

Then try again it shud work.

Cheers!

Thiru

On Thu, 15 Feb 2001 22:28:31 -0700
"Mike" <[EMAIL PROTECTED]> wrote:

-> Hi All
->
-> Where are some good tutorial sites for beginners in the MySQL World. I
read
-> the man pages as sugested but I am stuck on the GRANT HOST issues. I am
-> connecting my NT MyODBC to my LINUX's MySQL Server.
->
-> I tried
-> mysql> GRANT ...
->            ON *.*
->            TO myusername@"%100.100.100.1"
->            IDENTIFIED BY 'mypassword';
->
->
-> but I get a syntax error.
->
-> Good news is I figured out how to build tables<g>
->                                                             /'^'\
->                                                            ( o o )
-> -------------------------------------------------------oOOO--(_)--OOOo---
---
->
->               Mike Benzel
->              ---------------
-> To err is human, to really foul things up requires a computer.
->                                                         .oooO
->                                                         (   )   Oooo.
-> ---------------------------------------------------------\
---(   )-------
->                                                           \_)    ) /
->                                                                 (_/
->
->
-> ---------------------------------------------------------------------
-> 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
->
->

¨æêlÅ·B
æëµã­I
---------------------------
  T[rXJ­
  peB@(a) eB
  àü|2402
---------------------------

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



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