MySQL with Dreamweaver.....?

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

  1. #1

    Default MySQL with Dreamweaver.....?

    I have been trying to get MySQL working with Dreamweaver, but it seems
    impossible....
    When I try to test the MySQL connection I always get: "An unidentifed error
    occured". I have tried the settings every way possible i think.. Sometimes a
    error message displaying someting about syntax error comes instead. But cant
    get it connected.
    So I browsed macromedia.com, found that updating to 7.0.1 should fix the
    problem, so I updated, but still the same..
    So can someone please help me, beacause I am completley stuck!

    I run IIS localy on Windows XP pro. I have installed the latest version og PHP
    and MySQL.. Dreamweaver MX 2004 v 7.0.1 is installed.

    sofdjasdifaspidfdasf Guest

  2. Similar Questions and Discussions

    1. mysql dreamweaver
      :confused; I really need some expert help here! Im just trying to follow a simple tutorial. The tutorial is about makeing a login, registration,...
    2. PHP mySQL + Dreamweaver
      My BIG problem, (as posted in a previous reply) I'm following the tutorial http://saladamixta.com/images/pseudos.jpg. I've found in forums a...
    3. Mysql 4.1 and Dreamweaver
      I'm having trouble connecting to a mysql 4.1 database using dreamweaver. When ever I try and do so a message says that the application cannot...
    4. Dreamweaver PHP MySQL connections
      change your mysql server to just localhost (without the http part) On Thu, 21 Aug 2003 20:01:57 +0100 "Graham Thomson"...
    5. MYSQL and Dreamweaver
      Apparently I have not installed, or configured something correctly. Basics, Windows XP, IIS, MySQL 4.0.1.3 - Dreamweaver MX. I have installed...
  3. #2

    Default Re: MySQL with Dreamweaver.....?

    can u connect via mySql Administrator or phpMyAdmin?

    UltraDav Guest

  4. #3

    Default Re: MySQL with Dreamweaver.....?

    Do you have any extensions installed ??

    I found that PHPakt can sometimes give these errors.

    Also have you tried it via a FTP type connection.

    On my machine I had it working with Apache and then one day it just stopped
    working and no matter what I tried I couldnt fix it.

    I work via FTP with a server now and I never get this error.

    music4missions Guest

  5. #4

    Default Re: MySQL with Dreamweaver.....?

    I had the same problem here is how i fixed it:
    Check all ur settings are correct and ur mysql server + ur webserver such as
    apache....
    the default username for mysql is root unless u define another....
    take the http:// away from the from of ur mysql server address.... For ex.
    mine is localhost:3306 (127.0.0.1:3306) try both
    when i corrected this there was another error... this was fixed by changing
    the password to 16 bit the instructions for this are on the mysql website...
    There is a helpful admin tool there too which has a system tray tool for mysql
    this is uselful for checking if ur server is running cool....

    markieoncraic05 Guest

  6. #5

    Default Re: MySQL with Dreamweaver.....?

    Originally posted by: sofdjasdifaspidfdasf I have been trying to get MySQL
    working with Dreamweaver, but it seems impossible.... When I try to test the
    MySQL connection I always get: 'An unidentifed error occured'. I have tried the
    settings every way possible i think.. Sometimes a error message displaying
    someting about syntax error comes instead. But cant get it connected. So I
    browsed macromedia.com, found that updating to 7.0.1 should fix the problem, so
    I updated, but still the same.. So can someone please help me, beacause I am
    completley stuck! I run IIS localy on Windows XP pro. I have installed the
    latest version og PHP and MySQL.. Dreamweaver MX 2004 v 7.0.1 is installed.
    What version of MySQL are you using? There is a known problem with PHP and
    MySQL 4.1 - you can view a knowledgebase article on the subject at:
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=c45f8a29[/url] I did
    some testing on a couple of servers - one has MYSQL 4.1, the other has version
    4.0.18. I can connect to the latter no problem using PHP, but can't connect to
    the 4.1 server ('HTTP error code 405'). Fortunately I code mainly in ASP and
    have no problems accessing either server, so I haven't had to research further
    into the problem. Hopefully the above-mentioned article will help.

    dlutz22 Guest

  7. #6

    Default Re: MySQL with Dreamweaver.....?

    I installed the PHAkt extension from InterAKT and never had a problem again.

    Cheers

    Chuck
    chuckomalley 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