MySQL driver failing to connect

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default MySQL driver failing to connect

    I was using the MySQL driver 3.51 to upload an ACCESS table to a MySQL table on
    my host. Then I world read the table with ColdFusion MX. Evreything was working
    until I upgraded my Windows 2000 on my workstation here from SP3 to SP4 and
    also did the security patches. Now, however, the SQL driver no longer works. I
    uninstalled the driver, Uninstalled Access, then reinstalled Access and then
    the driver. Doesn't work and I get the message:
    ODBC - call failed
    [MySQL][OBDC 3.51 Driver] User canceled (#0)

    The message is from Access.

    Any clues? Disabling the Firewall doesn't help. My host says everything looks
    good there, and my ColdFusion programs that read other MySQL database tables
    still active in the databaSe seem to work. They don't, however, use that
    driver.

    carltown Guest

  2. Similar Questions and Discussions

    1. LWP connect failing - bad hostname
      I have two different scripts that use the LWP module that stopped working yesterday, June 6. I ran the following script to verify that the problem...
    2. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    3. failing to connect to MySQL
      WinXP Pro CFMX 6.1(using built in webserver) MySQL 4.1.13a-nt via TCP/IP Okay, I have tried connecting to my DB following the instructions at...
    4. Cannot connect MySQL driver in Administrator
      Setting up OBDC driver for MySQL in Windows OBDC Manager, version 3.51, works fine. Windows is XP Professional and latest super patch (Service...
    5. Cannot connect with OCI driver and Oracle 9i (9.2)
      Hello all, I have been trying to use the OCI driver to connect to Oracle 9i, but have been getting the following error: java.sql.SQLException:...
  3. #2

    Default Re: MySQL driver failing to connect

    It seems like the myODBC configuration wasn't successful. I would reinstall, and then follow closely the [url]http://dev.mysql.com/doc/refman/5.0/en/dsn-on-windows.html[/url].


    BKBK Guest

  4. #3

    Default Re: MySQL driver failing to connect

    On the Connector ODBC panel of Control Panel, when I do a Test the connection
    works without an error. Access won't upload, however.

    More info: I installed the 3.51 on a laptop that is SP3 and get the same error
    message when attempting to upload a fresh database.

    The connectior now is 3.51.12. The connector I use to use is 3.51.06. I can't
    find the old connector on the MySQL site any more. Is there an archives with it
    somewhere? Maybe I should try it.

    carltown Guest

  5. #4

    Default Re: MySQL driver failing to connect

    I can't find the old connector on the MySQL site any more. Is there an archives
    with it somewhere? Maybe I should try it.
    I wouldn't bother about it, really. As a general rule, newer versions of MySQL
    products contain substantial hotfixes. It is therefore advisable to stay with
    the current version.

    There is a tool that could do the job, perhaps even better:
    [url]http://dev.mysql.com/downloads/migration-toolkit/1.0.html[/url].



    BKBK Guest

  6. #5

    Default Re: MySQL driver failing to connect

    Thanks for the tip. I loaded the migration toolkit 1.0.21 and exploring it.

    Moving an Access table to MySQL on the host. I did the settings on the Access
    database the tookkit suggests, then tried the migration. On the creation
    results page I get:
    Access denied for user 'newworld@24.20.76.253' for database 'stopspam'

    That IP is for my Comcast access - my host is 65.109.144.53 .

    There were no error message until then, but two things puzzled me. On the
    soucre (Access) database, it asked for User and Password. There is none for the
    Access database source. Second, on the object type select I though I should be
    selecting a table. The screen is blank, however.

    Other than that, it acted like it worked until the Creation Results page.
    Any clues?

    carltown Guest

  7. #6

    Default Re: MySQL driver failing to connect

    You indeed have to specify the username/password for the source database(Access) and then again for the destination database(MySQL).


    BKBK Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139