Re: Create DataBase tabe for a user

2002-07-19 Thread Gerald R. Jensen
Did you first create a database named 'poll'? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 19, 2002 4:33 AM Subject: Create DataBase tabe for a user Hello, When I run "grant all on poll.* to edward@localhost identified by 'edward';" command.

Re: Create DataBase tabe for a user

2002-07-19 Thread Ralf Narozny
Hello! [EMAIL PROTECTED] wrote: >Hello, > >My system is Red Hat 6.2, My MySQL is 3.23.46 ( rpm package )... >Now, when I run "grant all on poll.* to edward@localhost identified by >'edward';" command... >I found there is no "poll" directory at /var/lib/mysql/poll ! >So, can you help me ? > >

RE: Create DataBase tabe for a user

2002-07-19 Thread Barnali
You have to create the database (poll) before doing any operation on it. Use ~mysql/scripts/mysql_install_db.sh to create a database. There may be an SQL command also to create the database - just check the mysql command reference. Regards Barnali -Original Message- From: [EMAIL PROTECTE