So I'm about to upgrade manually, but after reading through these posts, I want to make sure that I don't have a problem with the fake info I put into the database to bypass the registration procedure. Here is what I originally used:
INSERT INTO "user" VALUES('aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa','xxxx@xxxx.xxx','xxxx@xxxx.xxx','a', 'a','FALSE','FALSE','FALSE');
Am I correct in assuming that this will not work? Should I change this to:
INSERT OR REPLACE INTO "user" VALUES('','','','','', '','','',''); Or something else? The first two fields I believe have a NOT NULL requirement, so I would think I need to set them to something other than ''. Sorry--I am confused. If someone could elaborate on what actually works to bypass the registration for firmware 3.19.5613, I'd appreciate it. Thanks.
|