Re: question about mysql sintax

2011-03-03 Thread Darac Marjal
On Wed, Mar 02, 2011 at 01:08:49PM -0600, mike cutie and maia wrote: >hi, > >  > >when I enter this to create a database for my mail server I get errors >here is the code followed bye the error > >  > >mysql> GRANT SELECT ON mailserver.* >   TO 'mailuser'@'127.0.

question about mysql sintax

2011-03-02 Thread mike cutie and maia
hi, when I enter this to create a database for my mail server I get errors here is the code followed bye the error mysql> GRANT SELECT ON mailserver.* TO 'mailuser'@'127.0.0.1' IDENTIFIED BY 'mailuser2009'; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query