Re: [web2py] Re: Error mysql

2013-02-21 Thread Niphlod
no, no, no and still no. Please don't introduce more doubts than the ones already there about table migrations. If the error is "table x already exists" it means that migrations are turned ON, otherwise web2py wouldn't attempt to create them. The problem here is that db is not empty, while the

Re: [web2py] Re: Error mysql

2013-02-20 Thread samuel bonilla
the best way for migrate is: db = DAL('*mysql://root:@localhost/hasaad', migrate=True*) for migrate all table... 2013/2/20 samuel bonilla > look: > > db = DAL('*mysql://root:@localhost/hasaad', migrate=False*) > > ready > > El miƩrcoles, 20 de febrero de 2013 02:24:41 UTC-5, Hassan Alnatou