Coldfusion MX 7 and MySQL 4.0 upload and download

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Coldfusion MX 7 and MySQL 4.0 upload and download

    Can someone tell me if there is a hosting company that serves ColdFusion MX 7
    in Canadian Dollars not US. Also, I've created a ColdFusion MX 7 website for a
    religious organization and I have been using MySQL 4.0 database instead of
    Microsoft Access. I was talking to a fellow about is there any way that I can
    upload my MySQL files and also download them when I want to back up the
    database and all it's content. I was told to use myPHPAdmin. Now, I never
    used myPHPAdmin. Doesn't ColdFusion have anything that I can use on my
    computer to upload and download MySQL database? Right now, I have everything
    on my hard drive and I want to upload the ColdFusion MX 7 files along with
    MySQL 4.0 database to a ColdFusion MX 7 server or who ever the hosting company
    is. Whether weekly or bi-weekly I need to make sometimes changes to the
    database and to the document.cfm files every so often. Is there a program to
    handle this? Thank you, AdonaiEchad

    AdonaiEchad Guest

  2. Similar Questions and Discussions

    1. upload and download exe or swf problem
      If i upload a swf or exe file in a domain and the exe or swf includes "sharedobject " and "loadMovie" there is a strange situation. when...
    2. Help with Upload & Download
      I can get the files to upload ok using this code i got from Macromedia website: <html> <head> <title>Upload File with ColdFusion</title> </head>...
    3. Image upload/download
      Hi all - I am new to cold fusion. I have been looking for a clean example of how to upload an image to a database (mysql) and then view that...
    4. Looking for Download/Upload Manager
      Hi, i have a medical website and i`m looking for a script similar to this one http://www.docarabia.com/filemanager/pafiledb.php but with other...
    5. File Upload and DownLoad
      I would like to create a .net web service for downloading and uploading a excel or text file How to do that? Is there any sample code / article...
  3. #2

    Default Re: Coldfusion MX 7 and MySQL 4.0 upload and download

    I don't know of any specific program similar to the one you are looking for.
    I'd be surprised if you can actually get to the data files for mySQL on your
    hosting box. All of hosting companies that I am familiar with used shared db
    and the data files are not accessible by a regular user account. ColdFusion
    will provide the ability to upload and download files (check out the cffile
    tag), but the limiting factor isn?t ColdFusion, it?s accessibility to your data
    files. What myPHPAdmin (a very nice tool) does is provide an interface to the
    database. You could easily write this yourself if you need to. Or write a
    little scheduled task (if your hosting company allows it) to gather new data
    from your mySQL tables and write to a file. Then you can send this file back to
    yourself via FTP or email.

    Mike Greider 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