I want to move a web2py database from one MySQL server to another.  I
dumped the database on the old server, loaded it into the new server,
and created the database user with the necessary privileges.  Then I
changed the connection string in db.py to refer to the new server.  It
connects OK but I then get this error:

  OperationalError: (1050, "Table 'auth_user' already exists")

That table does exist since I copied it over.  Why does web2py think
that it needs to create it?  How do I work around this?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to