Data source connection problems with MYSQL

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

  1. #1

    Default Data source connection problems with MYSQL

    I am having some data source connection problems with MYSQL.

    - MAC 10.4.6 tiger
    - I just successfully installed ColdFusion 7.01
    - also - I just successfully installed mysql plus other goodies using MAMP
    - phpmyadmin let me create a test database at : [url]http://localhost:8888/MAMP[/url] ...
    - this page tells me that I can connect to mySQL server using the following
    connection parameters:
    - host = localhost (port 8889) user = root password = root
    - in the Cold fusion administrator I tried to create a new data source
    - * the only driver type that was available was mySql 3.x * ( - not sure what
    I believe that MAMP installed the latest MYSQL 5.??) ... maybe this driver is
    the problem?
    - database = test
    - port = 889
    - user name = root
    - password = root

    * error says Java. Sql sql exception: communication failure during handshake
    is there a server running on local host: 8889?

    Basically I am a novice trying to work with MYSQL....

    * question: any ideas in have the correct this situation?

    revdave Guest

  2. Similar Questions and Discussions

    1. Connection to data source error
      Hi, For the past week I am continually getting disconnected from my data source in cold fusion, and have to reconnect. But when I go to do that,...
    2. Data Source Connection Problems -- CF6 and CF7
      We have doing development locally running CF6 on a local XP SP2 machine with the latest version of the MS MSDE server. When we installed CF6 last...
    3. CF 7 data source error with MySQL 4.1
      Ok, I am struggling here. I have read everything I could find on hooking up to MySQL on a local machine and I am still getting this error. I...
    4. DB Connection Error: Data source name not found
      Hei, I am using Dreamweaver MX 6.1, XP SP2 and trying to connect to a MS Access db. I can open & preview the page & data correctly using IIS...
    5. ASP Data Source Connection Help
      I am trying to create a connection in my ASP page to a SQL Server database. This is my code for the connection string: <%Option Explicit%> <%...
  3. #2

    Default Re: Data source connection problems with MYSQL

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

    HTH

    Ted Zimmerman
    tzimmerman Guest

  4. #3

    Default Re: Data source connection problems with MYSQL

    Yippee - that worked! Thank you very much for that info!

    Now - another mysql issue...

    - I tried to create another data source from my home Cold fusion
    administrator 7.01 to a mysql test database that I have on the web
    - for this I use the supplied mysql driver 3.0
    - database = mytest
    - server = mysite.com
    - port was preset to 3306 - I don't know what my port is so I left it like
    this
    - user name = test
    - password = test

    * the error that came back =
    ' connection verification failed java.sql.sql exception: server denies access
    to data source'

    * question: why is this happening? Is there a way to fixit?

    revdave Guest

  5. #4

    Default Re: Data source connection problems with MYSQL

    still curious how to connect to an outside source...any ideas?


    revdave 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