21 Jun
2011
21 Jun
'11
12:34 a.m.
Literally, all we need to be able to do is change the connection string on the MySQLUserFolder and few ZMySQLDA objects before Zope fires up. I've been hacking on a command-line utility to do this directly in the ZODB, but I can't seem to get it to be able to commit the change:
Found the bug. In case it helps anyone else, this program will let you get or set a ZODB object property from the command line: https://gist.github.com/78dbf3a992ab7c255f95 -J