Oh, I see. Since the password is part of the connect string, the connection string hash used for migrations has changed. Web2py is apparently trying to recreate existing tables, assuming that this is a different database.
Correct? I guess I need to read the migration section in the manual more closely... :-)

