I ran into analogous problems with sqlite on fluxflex. If you have a 
working local version of the app, would it be simplest to just 
re-initialize the fluxflex repo (and mysql db) and then push a fresh 
version of the app to the fluxflex repo?

I have found that, in general, it doesn't work very well to do any 
development on the fluxflex servers through the web2py online editor. This 
is because fluxflex is designed for a strictly one-way workflow, pushing 
changes via git from my local dev folder to the fluxflex repo. The lack of 
access to the remote filesystem also makes fixing problems like this that 
arise during dev almost impossible to fix if they arise on the fluxflex 
servers.

Ian

On Tuesday, April 3, 2012 4:26:28 PM UTC-4, Kenny 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.
>

Reply via email to