Can someone help me out with an annoying database connection problem ? I have a local database in my PC using MySQL. I created the tables and loaded the data. But whenever I try to start my application, it keeps saying that some table already exist "
127.0.0.1.2013-02-15.09-51-45.a00216cb-bedd-484c-b1be-e79b3fd7d3e7 <class 'gluon.contrib.pymysql.err.InternalError'> (1050, u"Table 'location_tracking' already exists") I have another application that uses this database already. All I want to do is create another application using tthe same database schema. Is this possible ? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

