ColdFusion 6.1 and MySQL 4.1 Database

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

  1. #1

    Default ColdFusion 6.1 and MySQL 4.1 Database

    Hello: I have a workstation running the developer edition of ColdFusion 6.1 and
    MySQL 4.1, I also have a blade server running the Standard Edition of
    ColdFusion 6.1 and MySQL 4.1. On the blade server I have a database with a few
    tables populated with data. Via the ColdFusion Admin. on my workstation, I am
    able to connect to the blade server and make a data connection to the MySQL
    database. From Dreamweaver, I can see the datasource, make a record set, and
    it tests just fine. I build the page test it, all the records show, so far so
    good. I then upload the file to the blade server and preview it and I get the
    following error: Error Executing Database Query. Data source not found. I am
    a little puzzled considering the datasource I am using is on the blade server.
    Any insights? Thanks

    bob_mould Guest

  2. Similar Questions and Discussions

    1. MySQL Database not retrieving the full database
      Hi, I am using MySQL and PHP for my repository. It has 500+ records. till now it was displayiing all records in the database, but since from one...
    2. mysql - coldfusion
      how can i translate the following to work in a clodfusion query? i want it to give me the amount of items ordered. the total cost and the total...
    3. coldfusion mysql
      Connection verification failed for data source: coldfusion java.sql.SQLException: Communication failure during handshake. Is there a server running...
    4. How to use MySQL 5.0 with ColdFusion MX 7?
      Hi, I'm currently using MySQL 4.1 with Cold Fusion MX 7 and everything is working fine. Now, MySQL have released the 5.0 version which...
    5. Coldfusion MX 7 and MySQL 4.1
      I'm trying to use a MySQL 4.1 database as a Data Source with Coldfusion MX 7. I have Apache configured for Coldfusion. When adding a new Data...
  3. #2

    Default Re: ColdFusion 6.1 and MySQL 4.1 Database

    Your MySQL _database_ is on the Blade Server.

    Your workstation's CF Admin has a datasource defined to connect to your MySQL
    database.

    Your Blade server's CF Admin _does not_ have that same datasource defined.

    cf_menace Guest

  4. #3

    Default Re: ColdFusion 6.1 and MySQL 4.1 Database

    Thanks for the replay, cf_menace. I just checked, the datasources are both
    defined through the admin on the workstation and the blade server. I am still
    getting the same error. The blade server is running Windows 2003 server, is
    there something that I have to tweak on that server? Is it a windows setting of
    some kind? Maybe a firewall thing? Or could it be how I am developing the
    site, what I mean is, I have ColdFusion 6.1 running on my workstation. I am
    building the pages locally, testing locally, and then uploading to the
    production (blade) server. Should I remove ColdFusion Server from the
    workstation all together and work directly on the blade server? Just
    reaching... The is no emoticon for what I am feeling.

    bob_mould Guest

  5. #4

    Default Re: ColdFusion 6.1 and MySQL 4.1 Database

    Hi cf_menace: I solved the problem, turns out that I had a space in the
    datasource name on the blade server, so the names were not exact. Everything is
    working just fine. Thanks for your help, much appreciated.

    bob_mould 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