realbasic-nug
[Top] [All Lists]

Re: mysql 4.1.9

To: realbasic-nug at lists dot realsoftware dot com
Subject: Re: mysql 4.1.9
From: Bob Keeney <bkeeney at everestkc dot net>
Date: Mon, 31 Jan 2005 08:23:15 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20050131082545 dot D6B116DD8B2 at lists dot realsoftware dot com>
MySQL 4.1 changed the way they handle passwords. To get the existing plugin to work with the new way you'll have to use the following in the MySQL command line:

set password for 'your user name' = Old_Password('password');

Where your user name (keep the quotes) is the db user you've setup and password (again, keep the quotes) is the password you set for that db user.

There may be other workarounds but this one works fine for my customers.

Cheers,
Bob Keeney
BKeeney Software Inc.

Hi,

I just was doing some tests today, and maybe this is a FAQ... sorry
then.

but when I try to connect with a password user to the mysql server it
saids the client isn't running the right version of the mysql client
library and needs to be upgraded.

Is there anywhere a more recent version of the "MySQL Plugin.rbx"
available or is there a work arround.

I created currently a user with no password and in that case the "MySQL
Plugin.rbx" works

thx,

mvo

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>