Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default MySQL Problems

    Hi Guys

    CAn you help me???? I'm going round in circles trying to set up MySQL and
    everytime I try to Set up mu MySQL. My COmputer has a MySQL Server running and
    Apache HTTP Server running. But I can't get it wroking at all, i can't connact
    , i try to connect and i get Unidentfied error. Can you please send me an
    Bebiiners step by step way of doing it please.

    Nathan Smith

    Nathan-Smith Guest

  2. Similar Questions and Discussions

    1. Problems with mysql support in PHP
      I recently installed Red Hat Enterprise Advanced Server 3. As part of the install, I asked it to install MySQL and Apache 2. I have discovered that...
    2. problems with DBD::mysql
      Hi there, I'm having problems with th einstallation of the module DBD::mysql. When giving the command: perl Makefile.PL the script gives error...
    3. DBI and mySQL problems
      Hi, First, sorry for the wrap on the lines below, and my apologies if this message has been seen already- I appear to be having problems sending...
    4. Problems with phpMyAdmin and mySQL
      I have looked for other groups to assist but the only mysql group I could find is a german one, I am trying to set up a control user on mysql to...
    5. [PHP-DEV] MySQL problems
      Hi, since PHP5 beta is out I got tons of emails which a) complained about missing libmysql for ext/mysqli b) about licensing problems and...
  3. #2

    Default Re: MySQL Problems

    Nathan, did you ever find an answer to your problem?
    ReggieByrum Guest

  4. #3

    Default Re: MySQL Problems

    Hi,
    I am getting the same error message, I am using IIS 5.1 and PHP 5 and MySql
    V4.1. What ever i try i cannot get passed this message. I have checked the PHP,
    MySql and IIS all fine but dreamweaver just wont connect to MySql. No luck with
    the help files. Please can someone help us????? as it is driving me mad

    gurah Guest

  5. #4

    Default Re: MySQL Problems

    What host are you guys using? I've been told recently by Interland Support that
    you cannot login to MySQL on their servers using Dreamweaver . . . If anyone
    had Dreamweaver and has done this with Interland, I sure would love to know
    about it . . .

    ReggieByrum Guest

  6. #5

    Default Re: MySQL Problems

    Tech support at Interland was wrong -

    I've connected to MySQL database through Dreamweaver. I had the path wrong
    when I created a new database connection in Dreamweaver. I logged on to MySQL
    database by going to:

    [url]www.(mydomain).com/mysqladmin[/url]

    I entered my login and password and phpMyAdmin came up.
    I created a new database called, for example, stupid_rookie
    I clicked the SQL tab, and near the bottom of the page, clicked the Choose
    File button to browse to my .sql file
    Hit okay and the database populated.

    I then went to Dreamweaver, opened a file, (at least one file must be open
    before you can create a connection to MySQL.
    In the Databases tab, click the + button and choose MySQL Connection to create
    a new connection to MySQL.
    Give the connection a name
    MySQL server: (This is where I screwed up my path - since I was developing
    remotely, I thought I needed a www. path . . not so! ) If everything resides on
    the remote server, then you put in "localhost"
    So it reads:

    Connection Name: (your connection name)
    MySQL server: localhost
    User name: (your password - if you dont' know, try "root" as a user name.
    Password: (your password - if you don't know, try leaving it blank)
    Database: (the name you gave the database).

    This got me up and connected and grinning like a mule eating briars . . .

    Again: the book, "Macromedia Dreamweaver MX 2004 with asp, coldfusion, and
    php" by Jeffrey Bardzell is a MUST READ for non-technical types like myself . .
    .. :D

    ReggieByrum Guest

  7. #6

    Default Re: MySQL Problems

    My BIG problem.
    I'm following the tutorial [url]http://saladamixta.com/images/pseudos.jpg[/url].

    I've found in forums a few users got the same problem but without help or
    answers, I would like you to hel me about this. Thank You.

    Goiorgio's 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