Cant create datasource

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

  1. #1

    Default Cant create datasource

    I having trouble creating a datasource. MySQL service is running, but when i
    try to create the DS it fails with this error: I am running w2k, apache 2.0.52,
    mysql 4.1.11. I also noticed that SQLYog will not connect either. Anyone have
    any suggestions? TIA Connection verification failed for data source:
    2005clubevent java.sql.SQLException: Cannot connect to MySQL server on
    xxx.xxx.xxx.xxx:3306. Is there a MySQL server running on the machine/port you
    are trying to connect to? (java.net.ConnectException) The root cause was that:
    java.sql.SQLException: Cannot connect to MySQL server on xxx.xxx.xxx.xxx:3306.
    Is there a MySQL server running on the machine/port you are trying to connect
    to? (java.net.ConnectException)

    rmorgan Guest

  2. Similar Questions and Discussions

    1. Cannot create datasource
      I am having a problem with my registry. I am not able to create new datasources because of this problem. The error I get when I try to create a new...
    2. Cannot Create MS Access Datasource
      I have seen this problem posted on google groups but really no definitive answer. Machine Specifications: Windows Server 2003 Macromedia...
    3. Dynamically create datasource
      Hi http://groups.yahoo.com/group/coldfusion-howto/message/3086
    4. Anyway to create a datasource without using CFIDE
      Anybody know how to create a datasource name using native Oracle driver without using the CFIDE in CFMX7? I checked out the cfquery tag and it is...
    5. Unable to create datasource
      Has anyone been able to come up with answer for this issue? I am experiencing it and can't add datasources due to this bug.
  3. #2

    Default Re: Cant create datasource

    CFMX doesn't support MySQL 4.1. You'll either have to use MySQL 4.0 or get the
    MySQL JDBC driver and it link it that way.

    It kind of sucks, because I like MySQL 4.1. I just hope it supports MySQL 5
    when it's released.

    Defuse Guest

  4. #3

    Default Re: Cant create datasource

    That does suck, but I know someone that is usin 4.1.10 and it works fine with cfmx7, only difference really is he is using a *nix system.

    rmorgan Guest

  5. #4

    Default Re: Cant create datasource

    He's probably using different JDBC drivers. Find out which one he has and see if you can make it work. I'm not saying it won't work, but it's not too terribly easy.
    Defuse Guest

  6. #5

    Default Re: Cant create datasource

    I will look into it, but does that also explain why SQLyog will not connect as well?
    rmorgan Guest

  7. #6

    Default Re: Cant create datasource

    I'm not familiar with SQLyog, but if it's tied into MySQL in any way, probably.
    Defuse Guest

  8. #7

    Default Re: Cant create datasource

    rmorgan wrote:
    > I having trouble creating a datasource. MySQL service is running, but when i
    > try to create the DS it fails with this error: I am running w2k, apache 2.0.52,
    > mysql 4.1.11. I also noticed that SQLYog will not connect either.
    Then it is a MySQL error, not a CF error.

    > Connection verification failed for data source:
    > 2005clubevent java.sql.SQLException: Cannot connect to MySQL server on
    > xxx.xxx.xxx.xxx:3306. Is there a MySQL server running on the machine/port you
    > are trying to connect to?
    That looks like a pretty clear error message to me. Is there a
    MySQL server running on the machine/port you are trying to
    connect to?


    --
    Jochem van Dieten
    Team Macromedia Volunteer for ColdFusion, beer and fun.
    Jochem van Dieten - TMM Guest

  9. #8

    Default Re: Cant create datasource

    Yes, there is a MySQL server running. CF, and SQLyog will not connect. SQLyog gives a bad handshake error. However, MySQL administrator connects to it just fine remotely.
    rmorgan Guest

  10. #9

    Default Re: Cant create datasource

    Nevermind, found a solution. It seems like a band aid fix, but what can you do?

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url]

    rmorgan 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