problem with database connection

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

  1. #1

    Default problem with database connection

    I am completely new to databases, etc.
    But I set up a mysql database with my godaddy account, and then thought i
    would try to connect to it using dreamweaver. so i selected the connection--
    and entered the whole connection string that it asked for, but my the life of
    me, it will not connect.

    It says SQL server does not exist or access denied.

    I have no idea if i am supposed to be creating some files. And I can't find
    anyone who has any very beginner stages advice for this problem, other than
    reading about a million people bemoan godaddy and their databases. and text
    books are no good because they are super technical and just don't apply to this.

    help please someone.

    oh... this is what my connection string looks like (as dreamweaver gives you
    the prompts and you just fill it in)

    "Persist Security Info=True;
    Data Source=mysql105.secureserver.net;
    Initial Catalog=shelleytest;
    User ID=shelleytest;
    Password=123456"

    and to my best knowledge all of these things are correct...

    shellll Guest

  2. Similar Questions and Discussions

    1. MySql database connection problem
      Hi Everyone, I've just installed ColdFusion MX 6.1 on Red Hat (it's also runing Plesk to manage all my domains. I don't konw if that throws a...
    2. Database Connection Problem
      We are using a Com Object/ADO to connect to our D3 database. The ADO connects to the database OK, but we are having a problem with it. There are 3...
    3. ASP Access Database Connection Problem
      Hey all! I'm relatively new to using ASP and i am having difficulty connecting my Access Database using the application window in Dreamweaver MX...
    4. Access DataBase Connection Problem
      There is something I don't do right. When setting up the Microsoft Jet Driver for my Access 2000 database connection, I clicked the test button and...
    5. ASPX database connection problem
      ******************** My code: ******************** <%@ Page Language="VB" debug="true" %> <%@ Import Namespace="System.Data" %> <%@ Import...
  3. #2

    Default Re: problem with database connection

    Are you using the free hosting or paid hosting from goDaddy?
    jeremyluby Guest

  4. #3

    Default Re: problem with database connection

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