Re: MySQL Connection error

2005-08-01 Thread Ken Ray
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

Re: MySQL Connection error

2005-08-01 Thread Alan Golub
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, "l

Re: MySQL Connection error

2005-08-01 Thread Ken Ray
On 8/1/05 2:48 PM, "George Brackett" <[EMAIL PROTECTED]> wrote: > "There was an error in connecting to the database. Please check that the > connection fields are correct. Revdb error: Client does not support > authentication protocol requested by server, consider upgrading MySQL > client." > > T

Re: MySQL Connection error

2005-08-01 Thread George Brackett
This is a result of Tiger using MySQL 4.1, and there are several workarounds on the MySQL site at http://dev.mysql.com/doc/mysql/en/ old-client.html. Here's the beginning of the article at that location: " MySQL 4.1 and up uses an authentication protocol based on a password hashing algorith

Re: MySQL Connection error

2005-08-01 Thread Revinfo1155
___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

MySQL Connection error

2005-08-01 Thread Alan Golub
I've been toying around with the Database Query Builder lately, thinking about writing a tutorial for new users. I've used it in the past with PostgreSQL 8, connecting to localhost without any problems. But for the sake of a tutorial, I thought I'd go with MySQL, which seems to be far more popular,