Re: [Tutor] where is my MySQL database

2012-07-25 Thread Joel Goldstick
On Tue, Jul 24, 2012 at 9:58 PM, Michael Janßen wrote: > On 25 July 2012 00:51, Zhenzhen wrote: >> >> hi, I'm working on setting up my database for django by editing the >> following file: >> mysite/settings.py >> >> for the field "name", I am suppose to put down the full path of my mySQL >> data

Re: [Tutor] where is my MySQL database

2012-07-24 Thread Michael Janßen
On 25 July 2012 00:51, Zhenzhen wrote: > hi, I'm working on setting up my database for django by editing the > following file: > mysite/settings.py > > for the field "name", I am suppose to put down the full path of my mySQL > database. > for mysql, it needs to be the database name, specified in

Re: [Tutor] where is my MySQL database

2012-07-24 Thread Alan Gauld
On 24/07/12 23:51, Zhenzhen wrote: hi, I'm working on setting up my database for django by editing the following file: mysite/settings.py for the field "name", I am suppose to put down the full path of my mySQL database. This doesn't have much to do with learing Python, or even Django... You

[Tutor] where is my MySQL database

2012-07-24 Thread Zhenzhen
hi, I'm working on setting up my database for django by editing the following file: mysite/settings.py for the field "name", I am suppose to put down the full path of my mySQL database. I did create a few databases in MySQL, however, I don't seem to be able to find them anywhere. I have tried 'g