Mysql 4.1 and Dreamweaver

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

  1. #1

    Default 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 authorise
    itself. I've used dreamweaver with earlier versions of mysql. Is there any way
    round this?
    Thanks

    Visit [url]http://www.alexmaccaw.co.uk[/url] for quality websites

    maccman 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 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...
    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 4.1 and Dreamweaver

    maccman wrote:
    > 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 authorise
    > itself. I've used dreamweaver with earlier versions of mysql. Is there any way
    > round this?
    The password encryption system was changed in MySQL 4.0, so if you are
    using previous data migrated from an earlier version of MySQL, you will
    need to update the grants tables. Instructions are in the MySQL
    documentation at

    [url]http://dev.mysql.com/doc/mysql/en/upgrading-grant-tables.html[/url]

    MySQL 4.1 requires more up to date code libraries. You may also need to
    update your version of PHP.

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