Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread John Paul Ashenfelter
, August 27, 2005 2:22 PM Subject: Re: MySQL - CF: Access Denied when using password Thanks Dave, but I have set up a dummy user locally with the same username and password as that of the live application, so I don't think that is the issue... It works absolutely great as long as I

SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread Josh Nathanson
Ashenfelter [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, August 30, 2005 6:56 AM Subject: Re: MySQL - CF: Access Denied when using password On 8/29/05, Bryan Stevenson [EMAIL PROTECTED] wrote: CF 7 comes with a MySQL 3.1 driverif you're using 4.1, there is a different

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread Bryan Stevenson
Yup, I posted this originally and got the problem solved by downloading the jdbc connector/j from mysql.org - I had to use connector version 3.0 though, maybe because I am on CFMX6.1 -- the 3.1 version (recommended) didn't work for me. and for me the JDBC connector works for verifying

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread dave
it is to dispense wisdom and abuse at the same time. From: Bryan Stevenson [EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 12:51 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: SOLVED Re: MySQL - CF: Access Denied when using password Yup, I posted

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread Bryan Stevenson
Thankfully this project will end up on MS SQL Server ;-) hopefully not!!! while ms sql server (and as crystal tech likes to call it mysql server 2000, great job of training them techs ct!!! very knowledgable) is a decent product, some of us and our clients choose to use better platforms

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread dave
it is to dispense wisdom and abuse at the same time. From: Bryan Stevenson [EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 1:22 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: SOLVED Re: MySQL - CF: Access Denied when using password Thankfully this project

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread Bryan Stevenson
LOL...never shoulda named ya the Disruptor... Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread dave
LOL...never shoulda named ya the Disruptor... yeah but ya did and now i have an image to uphold and even you as the creator are not a immune! ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time.

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread Will Tomlinson
LOL...never shoulda named ya the Disruptor... I believe it's really the disruptured Bryan. :) ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: SOLVED Re: MySQL - CF: Access Denied when using password

2005-08-30 Thread dave
-talk@houseoffusion.com Subject: Re: SOLVED Re: MySQL - CF: Access Denied when using password LOL...never shoulda named ya the Disruptor... I believe it's really the disruptured Bryan. :) ~| Logware (www.logware.us): a new

Re: MySQL - CF: Access Denied when using password

2005-08-29 Thread Bryan Stevenson
Message - From: Josh Nathanson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, August 27, 2005 2:22 PM Subject: Re: MySQL - CF: Access Denied when using password Thanks Dave, but I have set up a dummy user locally with the same username and password as that of the live

RE: MySQL - CF: Access Denied when using password

2005-08-29 Thread Mark A Kruger
uh oh now you've done it. Prepare for a wall of fire -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 12:37 PM To: CF-Talk Subject: Re: MySQL - CF: Access Denied when using password CF 7 comes with a MySQL 3.1 driverif you're

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Will Tomlinson
I experienced the same kind of problem a long time ago when I was using MySQL. Ran into it with SQL server I think too. Don't ask me why, but I believe what I did that worked was to go straight thru my Windows Control panel to setup the datasource. Control Panel Administrative Tools Data

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Hi Josh, I just got through going through this myself. There is a tech note regarding this issue (courtesy of the House of Fusion blog). Once I followed the instructions it appears to be working fine for me. I am using CFMX7, but the tech note is for MX, so it should work.

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Jeff Fleitz
Sorry, meant Fusion Authority blog. -- v/r, Jeff Fleitz ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with

Re: MySQL - CF: Access Denied when using password

2005-08-28 Thread Mike Alberts
The password algorithm was changed in MySQL 4.1. That is why you are having problems. Go here: http://dev.mysql.com/doc/mysql/en/old-client.html or here: http://rucus.ru.ac.za/docs/mysql/Old-client.html and you will find your solution. HTH Mike

Re: MySQL - CF: Access Denied when using password SOLVED

2005-08-28 Thread Josh Nathanson
@houseoffusion.com Sent: Sunday, August 28, 2005 7:05 AM Subject: Re: MySQL - CF: Access Denied when using password Sorry, meant Fusion Authority blog. -- v/r, Jeff Fleitz ~| Logware (www.logware.us): a new and convenient web-based

MySQL - CF: Access Denied when using password

2005-08-27 Thread Josh Nathanson
Hello all, I have set up MySQL on my local box, everything works fine until I try to use a password when creating a datasource in CF Administrator. I get the 1045 Access Denied error. I am able to create the datasource fine if I don't use a password, so I know the issue is not caused by

re: MySQL - CF: Access Denied when using password

2005-08-27 Thread dave
, 2005 1:49 PM To: CF-Talk cf-talk@houseoffusion.com Subject: MySQL - CF: Access Denied when using password Hello all, I have set up MySQL on my local box, everything works fine until I try to use a password when creating a datasource in CF Administrator. I get the 1045 Access Denied error. I am

Re: MySQL - CF: Access Denied when using password

2005-08-27 Thread Josh Nathanson
[EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, August 27, 2005 1:07 PM Subject: re: MySQL - CF: Access Denied when using password that would be because your local MySQL install doesnt have the same pw's as your live one therefor you are trying to give it a username

Re: MySQL - CF: Access Denied when using password

2005-08-27 Thread dave
Subject: Re: MySQL - CF: Access Denied when using password Thanks Dave, but I have set up a dummy user locally with the same username and password as that of the live application, so I don't think that is the issue... It works absolutely great as long as I don't try to use a password. For some

Re: MySQL - CF: Access Denied when using password

2005-08-27 Thread Andrew Grosset
Hello all, I have set up MySQL on my local box, everything works fine until I try to use a password when creating a datasource in CF Administrator. I get the 1045 Access Denied error. I am able to create the datasource fine if I don't use a password, so I know the issue is not caused