On Sat, Jan 5, 2013 at 9:41 AM, ANKIT BAGARIA <mr.bagaria...@gmail.com> wrote:
> I have installed mysql as databse and i am not able to create a database. I
> know the command for it but dont know where to type it. Django tutorials
> tell to run the command in database interactive. But I am not able to figure
> out how to to so. Please help me in creating a database.


It helps if you say what Operating System you use.

On mine `which mysqladmin` will tell me where it is (although it is
already on my $PATH)

The steps from my terminal are then

/usr/local/bin/mysqladmin -u $user -p create MyDataBase

It will be a variation of the steps above on your OS.

Cheers and good luck

./fxk

--
"Beer busts, beer blasts, keggers, stein hoists, A.A. meetings, beer
nights..." --Homer Simpson

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to