[Rails] Re: MySQL noob question: Where can I find the database when I create one?

2009-08-05 Thread Sijo Kg
Hi If you installed in c drive then the location will be C:\mysql\data\ And one more thing to create/drop your development,test,production dbs need not go to mysql console There are rake tasks for that From your project directory do rake db:create #creates developmentdb you specified

[Rails] Re: MySQL noob question: Where can I find the database when I create one?

2009-08-05 Thread Frederick Cheung
On Aug 5, 4:32 am, Sinclair wrote: > See my screenshot of the command > here.http://a.imagehost.org/0843/mysqladmin.png > > When I type the following: > mysqladmin create --user=root --password= > > Is my command executed simply by pressing "Enter" after the command? > Am I missing so