On 09/01/06, Petr Krenzelok <[EMAIL PROTECTED]> wrote: > > So - why does it work for you? If you upgrade from older version, your > user tables are not adapted automatically, you would have to run > fix-passwords or so script to correct it. Old passwords used 16bytes > value, new ones use 41bytes value.
It works for me - but that has got nothing to do with rebol. I copied the user_info tables *as is* - telles quelles, comme disent les francais - and then all normal login on mysql worked with the old passwords. I think fix-passwords isn't necessary when you copy the tables like this (but that might be considered a quick'n'dirty way to do it!). The mysql:// scheme in rebol uses port 3306 for connection via tcp, not directly on /dev/whatevermysqluses. I am not even close to DocKimbel's level of guruism, otherwise, I would have gotten started with it long ago. HY -- Prætera censeo Carthaginem esse delendam -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
