Change your db connection string to the mysql server then fake_migrate=True
And get back with migrate=True. Search the book with fake_migrate for more explanation. Richard On Tue, Apr 3, 2012 at 4:26 PM, Kenny <nis...@gmail.com> wrote: > I inserted databases on Fluexflex's MySql. However, I had an error while > inserting them. > > The question is how can I delete SQL file in web2py application and insert > dbs all over again? > > I dropped all the tables in mysql server. However web2py application has > sql file that I cannot have an access in Fluexflex. > > So, I can't let DAL insert dbs automatically since DAL assumes that the > tables are already created. > > Any help would be appreciated. > > Thank you. >