On 8/1/05 3:25 PM, "Alan Golub" <[EMAIL PROTECTED]> wrote:

> On 8/1/05 4:00 PM, "Ken Ray" <[EMAIL PROTECTED]> wrote:
> 
>> Yes, we ran into this just recently. You need to change the password that is
>> stored in the DB to the "old" (pre-4.1) format for compatiblity with
>> everybody. This is the syntax at the mysql prompt (using "tempUser" as the
>> user name, "localhost" as the host, and "mypass" for the password):
>> 
>>   set password for "tempUser"@"localhost"=OLD_PASSWORD("mypass");
> 
> I'll need to wait until tonight to run this solution from home, but I just
> want to make sure I 'get it.'
> 
> Ok, so for each user accessing the 4.1 or later database, changing/setting
> the password via the OLD_PASSWORD() function stores the password in a manner
> compliant with post-4.0 versions of the server, thus allowing seamless
> (hopefully) access to the db from Rev?

Yup! You got it!

> Thanks, Ken!

No problem...


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to