Creating mysql datasource problem

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

  1. #1

    Default Creating mysql datasource problem

    I'm using CF version 6.0 and MYSQL 4.0 all... connectivity info is correct but
    I get this error message:

    []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to
    connect, please check your username, password, URL, and other connectivity info.
    The root cause was that: java.sql.SQLException: SQLException occurred in
    JDBCPool while attempting to connect, please check your username, password,
    URL, and other connectivity info.

    Does anyone know what the problem is and how to fix it.

    Thanks in advance. - Joe

    joeEarl Guest

  2. Similar Questions and Discussions

    1. Problem creating CFX 7 SQL Server datasource
      When trying to create a SQL Server datasource using CFX7 Coldfusion administrator, I received the following error: # Connection verification...
    2. Problem Creating Coldfusion Datasource
      Hello, I have installed MySQL 5.0.15 and Coldfusion MX 7 Developer Edition on my Mac Powerbook G4 running OS X 10.4.5. MySQL is working okay and...
    3. Problem creating datasource
      I have a SQL Server (rivendale) with several databases. Using Enterprise Manager on rivendale I created a login "SA" that has access to database...
    4. Creating datasource with mysql- newbie question
      Hi all, I have been using a program to connect to mysql database on my shared hosting. I am now setting up a site in dreamweaver and a datasource...
    5. can't verify mySQL datasource - works in mySQL, but notin CF7
      I can't verify a local mySQL datasource in ColdFusion 7 admin. I am using Dreamweaver MX 2004 with the CF7 extensions installed. I am developing...
  3. #2

    Default Re: Creating mysql datasource problem

    I have exactly the same problem.. I am using CF version 7.0, and MySQL 4.1.10a.
    I setup a DSN for a database I have on MySQL and I get the same error listed
    here.. My fear is that the driver is listed as (MySQL 3.x). Does CF 7.0 support
    MySQL 4.1???

    Charlie-D Guest

  4. #3

    Default Re: Creating mysql datasource problem

    Woops! Sorry about this.. I found the answer right here... DOn't know why my
    initial search for "MySql 4" didn't hit this... Search for "MySQL" did though...


    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=6&thread[/url]
    id=976427&highlight_key=y&keyword1=mysql

    Sorry for adding noise to the forum...

    -Charlie


    Charlie-D 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