Problems connecting to a database

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

  1. #1

    Default Problems connecting to a database

    I am trying to use the Application Tutorial provided with Dreamweaver MX 2004.
    I running:
    Apache 1.3.33
    PHP 5
    MySQL 4.1.10

    I've tested PHP and it works. The problem is when I try to connect to the
    database I get the following error:
    "An unidentified error has occured" and it doesn't show any database.

    qwertyuiopbgutegnki Guest

  2. Similar Questions and Discussions

    1. Help connecting Database
      I get the following error when trying to connect my database to the file in Dreamweaver. Here is the error that is returned Unable to update the...
    2. Problems connecting to the SQL database (2)
      I posted a letter some minutes ago, and want to add the errormessage I get when I try to connect to the database. The message is: SQL-server...
    3. help connecting to database
      Hello, We are in the process of setting up ssl on our sql box. What do we need to do to modify our connection string to send/receive info from...
    4. problems connecting to database from outside.
      Hi,I haven't been able to figure this out. I'm able to connect to a database using the internal url (servername:...), but not using the domain...
    5. Problems connecting to SQL Database through ASP (ADO)
      Update - When I try to hardcode the cn.open with the connection string, I get this: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login...
  3. #2

    Default Re: Problems connecting to a database

    Hi,
    I hope this technote will help you correct the problem
    [url]http://www.interaktonline.com/Products/Free-Products/PHAkt/Technotes/Details/An+unidentified+error+has+occured+-+Dreamweaver+with+PHP.html?id_thn=57[/url]

    Alexandru

    qwertyuiopbgutegnki wrote:
    > I am trying to use the Application Tutorial provided with Dreamweaver MX 2004.
    > I running:
    > Apache 1.3.33
    > PHP 5
    > MySQL 4.1.10
    >
    > I've tested PHP and it works. The problem is when I try to connect to the
    > database I get the following error:
    > "An unidentified error has occured" and it doesn't show any database.
    >
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN Guest

  4. #3

    Default Re: Problems connecting to a database

    MySQL 4.1 changed on the way it interacts with PHP, for that reason I
    suggest you to read more about this new change either on the MySQL manual
    for 4.1 or on PHP 5.0 and on.

    On Wed, 2 Mar 2005 21:54:51 +0000 (UTC), qwertyuiopbgutegnki
    <webforumsuser@macromedia.com> wrote:
    > I am trying to use the Application Tutorial provided with Dreamweaver MX
    > 2004.
    > I running:
    > Apache 1.3.33
    > PHP 5
    > MySQL 4.1.10
    >
    > I've tested PHP and it works. The problem is when I try to connect to
    > the
    > database I get the following error:
    > "An unidentified error has occured" and it doesn't show any database.
    >


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  5. #4

    Default Re: Problems connecting to a database

    Sorry, click on the send way too fast, here is some documentation on your
    possible issues:
    [url]http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html[/url]
    and
    [url]http://dev.mysql.com/doc/mysql/en/upgrading-from-4-1.html[/url]

    and more importantly the password hashing changes:
    [url]http://dev.mysql.com/doc/mysql/en/password-hashing.html[/url]

    On Wed, 2 Mar 2005 21:54:51 +0000 (UTC), qwertyuiopbgutegnki
    <webforumsuser@macromedia.com> wrote:
    > I am trying to use the Application Tutorial provided with Dreamweaver MX
    > 2004.
    > I running:
    > Apache 1.3.33
    > PHP 5
    > MySQL 4.1.10
    >
    > I've tested PHP and it works. The problem is when I try to connect to
    > the
    > database I get the following error:
    > "An unidentified error has occured" and it doesn't show any database.
    >


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado 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