Re: creating new database in MYSQL


Subject: Re: creating new database in MYSQL
From: Greg Jetter (greg@lazymountain.com)
Date: Sat Apr 06 2002 - 20:43:33 AKST


On Saturday 06 April 2002 06:20 pm, Mehran wrote:
> Hi:
>
> How can I creat a new database in MYSQL other than test, which is there by
> default. I am using this command as root:
>
> mysql> GRANT ALL ON newdatabase. * TO mysql_mehran;
>
> but dosen't work. It says command not found, any help is appreciated.
>
>

 look in mysqladmin , "man mysqladmin"

then after the database is created , log in to it with "mysql" and set
up the permissions , users , and start creating tables

Greg

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Sat Apr 06 2002 - 20:29:25 AKST