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

Reply via email to