Hi all, I have installed djangostack which installs a default djangostack database.
python manage.py syncdb works fine with my installation for the default db djangostack.
Now I have created a new project and I need to create a separate database for it. I could nt able to launch the mysql application which is in bin folder. How to get into mysql client to create new db and perform other sql queries?