PHP mysql remote testing server nightmare

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default PHP mysql remote testing server nightmare

    Hi,

    I am having trouble setting up a mysql connection using dreamweaver mx 2004 on
    a win2k machine. The database is hosted remotely and was setup using the
    phpadmin gui available from my web host.
    [url]http://secure.resellerspanel.com/login/login.html][/url].
    My site definition setup is correct because I can upload files to my hosting
    provider without any problems. I know php is functioning properly because I
    have checked with the phpinfo() and it comes back with the correct information.
    Using the database connection utility in dreamweaver with the correct sql
    server information, username, password, I tried selecting a database,
    dreamweaver connects to my hosting provider successfully, tests the database
    connection, but comes back with error message: "unindentified error message
    occurred".
    I have tried searching the internet for some answers, however all sem to
    tackle the problem from a local point of view and talk about having the correct
    version of php and mysql installed, but i'm using a remote host with it all
    setup.

    Any help would be much appreciated, many thanks in advance
    A very frustrated Tw|tchie:confused;

    Tw|chie Guest

  2. Similar Questions and Discussions

    1. CFQUERY a Remote MySQL Server
      I have two networked MySQL web servers. My site root is on Server1, but I want to interrogate a database from Server2. How do I specify in the...
    2. Remote Testing Server
      I am following the Blog tutorial many of you are I'm sure are familiar with. I have a little problem though. I can't set up a testing server on my...
    3. Other reasons for "The testing server did not execute any of the scripts in your document (PHP/MySQL)
      I've been getting this error message quite often when trying to use live data view after amending previously working code: <-- The testing...
    4. * * * Connecting DW to a REMOTE 'Testing server' * * *
      Hello all, I've now spent 7 full 12 hour days on this, with no success... I am begging for help. Books, google, macromedia, the forums have all...
    5. Connect to MySQL using local testing server on OS X
      Hello, It has taken me ages to get mysql on my Mac. I created the database I needed, (that was the easy part), and opened Dreamweaver, ready to...
  3. #2

    Default Re: PHP mysql remote testing server nightmare

    Tw|chie wrote:
    > I am having trouble setting up a mysql connection using dreamweaver mx 2004 on
    > a win2k machine. The database is hosted remotely and was setup using the
    > phpadmin gui available from my web host.
    The first question would be to ask your host if it permits remote access
    to MySQL databases. Most of them don't, for security reasons.

    I believe Dreamweaver has some method of getting around this
    restriction, but I've never tested it myself. Because using a remote
    host as a testing server is much slower, I've always recommended
    creating a local testing environment.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  4. #3

    Default Re: PHP mysql remote testing server nightmare

    Hi, David,

    Thanks for your quick reply.

    I thought of asking my host just after I posted this and your right, they do
    not allow access for security reasons.
    I am very interested in knowing how to get round the restriction, as I have a
    4mb broadband connection my upload speeds are very reasonable.

    regards

    Richard

    Tw|chie Guest

  5. #4

    Default Re: PHP mysql remote testing server nightmare

    Tw|chie wrote:
    > I thought of asking my host just after I posted this and your right, they do
    > not allow access for security reasons.
    > I am very interested in knowing how to get round the restriction, as I have a
    > 4mb broadband connection my upload speeds are very reasonable.
    You may find this article of help:

    [url]http://www.dreamweavermxsupport.com/index.php?type=article&id=85&block=1&pid=60&sid=61[/url]

    It was written for Dreamweaver MX, but it may still be relevant. It was
    written by Gareth Downes-Powell, who is very knowledgeable and reliable
    (he also hangs around here from time to time).

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  6. #5

    Default Re: PHP mysql remote testing server nightmare

    Brilliant, the article resolved the problem!! :))))

    Thanks very much for finding it for me and thanks to Gareth Downes-Powell for writing it.

    Tw|chie Guest

  7. #6

    Default Re: PHP mysql remote testing server nightmare

    Tw|chie wrote:
    > Brilliant, the article resolved the problem!! :))))
    >
    > Thanks very much for finding it for me and thanks to Gareth Downes-Powell for writing it.
    Thanks for letting me know it worked. I must experiment with some time.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers 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