Error verifiying mysql db...

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

  1. #1

    Default Error verifiying mysql db...

    I have installed the files that the document at
    [url]http://http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=view&id=K[/url]
    C.6ef0253&extid=6ef0253&dialogID=8443584&iteration ID=1&sessionID=9630decc2603631
    77b49&stateID=0%200%208447535&mode=simple but now I am recieving the error
    above and I cannot seem to locate the source it.

    Windows XP pro SP2
    CF 6
    MySQL 4.1

    Any help would be appreciated.

    Also I am new to cf and mysql so please forgive my ignorance...

    -Ryan

    rhyno13 Guest

  2. Similar Questions and Discussions

    1. MYSQL DATASOURCE ERROR
      I'm having some issues connecting MYSQL 5.0 DB to coldfusion mx 7, basiclly I can't created a datasource. Oh and I get this error message. ...
    2. mySQL error
      on tryin to run mysql on cmd prompt c:\mysql\bin> mysql error 2003: Can't connect to mySQL server on 'localhost' (10061) Why i get this error...
    3. 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'...
    4. Error Configuring MySQL
      Basically I am making a website named: familycentral I tried to make a data source connection with MySQL, and after reading the forums I realized...
    5. mySQL error in PHP that works directly in mySQL
      Hi, I created this query: CREATE TEMPORARY TABLE tmp SELECT photos.Name FROM photos LEFT JOIN PhotoNames ON ( photos.Name = PhotoNames.Name )...
  3. #2

    Default Re: Error verifiying mysql db...

    On 2005-05-14 18:52:34 -0500, "rhyno13" <webforumsuser@macromedia.com> said:
    > I have installed the files that the document at
    > [url]http://http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=view&id=K[/url]
    C.6ef0253&extid=6ef0253&dialogID=8443584&iteration ID=1&sessionID=9630decc2603631
    77b49&stateID=0%200%208447535&mode=simple
    >
    > but now I am recieving the error above and I cannot seem to locate the
    > source it.
    > Windows XP pro SP2
    > CF 6
    > MySQL 4.1
    >
    > Any help would be appreciated.
    >
    > Also I am new to cf and mysql so please forgive my ignorance...
    >
    > -Ryan
    What error do you get? Chances are you're using the built-in drivers
    that ship with CF, but you're using MySQL 4.1. If that's the case,
    you'll need to use the newer JDBC drivers for MySQL. Do a search on
    macromedia.com for mysql and you'll get the relevant technotes.

    Also, if you're really using CF 6 I would strongly suggest upgrading to
    6.1. It's free and there were numerous bug fixes and performance
    enhancements in 6.1.

    Matt
    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* 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