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

  1. #1

    Default HEELLLPPPPP!!!!!!

    :brokenheart;

    I am having real problems uploading a database, and getting very poor support
    from my web host. Im using dreamweaver MX and creating a database for figurines
    with prices, retirement dates ect... Ive done this in microsoft access 2003. I
    have a conversion program to mysql. If anyone could answer the following
    questions i would really be grateful. You will have to explain it like im a six
    year old.
    1. Can i upload it to any file on my server, or would it have to be in
    public_htm ?
    2. Do i then define my testing server as this folder on my server.
    3. Instead of using my SQL can i upload an access server anywhere for a
    reasonable price ?

    I have an account with [url]www.bluehost.com[/url] who provide 50 database slots. The
    program i use to convert the access database to mysql wants to know the
    following information :
    1.Host
    > 2.port
    > 3.username
    > 4.password.
    When i asked my provider, they seem to be suggesting i put in my computers ip
    address for host. Are they not understanding me? Has anyone got any points or a
    tutorial anywhere.

    Thanks.

    Very confused.

    Paul.


    smellybigdog Guest

  2. #2

    Default Re: HEELLLPPPPP!!!!!!

    > When i asked my provider, they seem to be suggesting i put in my
    computers ip
    > address for host. Are they not understanding me? Has anyone got any points
    or a
    > tutorial anywhere.
    And ACCESS DB is a stand-alone file that you can upload independantly. A SQL
    DB requires the SQL engine. It's not a standalone, portable file. So, as
    your ISP is saying, you need to import your data into it.

    You should be able to use Access...but you'd need to make sure the host will
    support it.

    As for the importing instructions, it sounds like your web host are idiots.
    The Host is *their* server...namely the server running SQL.

    -Darrel


    darrel Guest

  3. #3

    Default Re: HEELLLPPPPP!!!!!!

    thanks darrel, appreciate your time. Anybody got any suggestions where i could host an access database at reasonable cost?
    smellybigdog Guest

  4. #4

    Default Re: HEELLLPPPPP!!!!!!

    From what I've seen, MS Access isn't the most web-friendly database, and if
    you've got a converter to take your Access data and pop it into mySQL, that
    might the better way to go.
    As far as getting to your mySQL database, it looks like bluehost has an
    extensive FAQ section, including how to setup, get to, assign users, and
    configure with DW.
    You have some kind of control panel for your domain. The instructions 'seem'
    pretty straigtforward:
    1. Login to your control panel [url]http://yourdomain.com/cpanel[/url]
    2. Click on MySQL databases
    3. Add database
    4. Add database users
    5. Add users to new database
    Once the DB is set up, use your converter tool to convert your Access to mySQL.
    Then, you can upload the resulting file to your server. and import it into
    your new mySQL database.

    But in answer to to your converter question, it looks like:
    Host would (probably) be ftp.[Your_Domain_Name].com
    directory would be public_html
    SQL port is typically 3306
    username is whoever you're using from the steps above
    password "ditto"^

    DW can't connect to a DB if it doesn't exist.

    Did you browse their help files? (copy the whole string that follows:
    [url]http://helpdesk.bluehost.com/kb/index.php?mode=view_entry&kbid=155&kbcat=12[/url]

    Good luck.

    rickvv1 Guest

  5. #5

    Default Re: HEELLLPPPPP!!!!!!

    > From what I've seen, MS Access isn't the most web-friendly database

    Why do you say that? It's an ideal solution for the small site.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "rickvv1" <webforumsuser@macromedia.com> wrote in message
    news:d6kqv7$jus$1@forums.macromedia.com...
    > From what I've seen, MS Access isn't the most web-friendly database, and
    > if
    > you've got a converter to take your Access data and pop it into mySQL,
    > that
    > might the better way to go.
    > As far as getting to your mySQL database, it looks like bluehost has an
    > extensive FAQ section, including how to setup, get to, assign users, and
    > configure with DW.

    Murray *TMM* Guest

  6. #6

    Default Re: HEELLLPPPPP!!!!!!

    Since you converted it to MySQL, do you use PHPMyAdmin to administer the
    database? If so, I went through quite a bit getting mine set up for
    upload/download to backup my online db to my PC as well as restoral into my
    testing server's db (and vice/versa if gawd-forbid something should happen to
    the online db).
    Not sure if this will help you but I documented all of the steps I needed to
    do and you're welcome to look at it to see if it helps you. Go to
    [url]http://www.chuckomalley.net/help/[/url] and you'll see links for backup and restoral
    of MySQL databases using PHPMyAdmin.

    Cheers

    Chuck

    chuckomalley Guest

  7. #7

    Default Re: HEELLLPPPPP!!!!!!

    > Why do you say that? It's an ideal solution for the small site.

    Acceptable, maybe. Ideal? Never. This *is* MS Access we're talking about,
    here. ;o)

    -Darrel


    darrel Guest

  8. #8

    Default Re: HEELLLPPPPP!!!!!!

    <shrug>

    Ideal for the small site.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "darrel" <notreal@hotmail.com> wrote in message
    news:d6lju6$o45$1@forums.macromedia.com...
    >> Why do you say that? It's an ideal solution for the small site.
    >
    > Acceptable, maybe. Ideal? Never. This *is* MS Access we're talking about,
    > here. ;o)
    >
    > -Darrel
    >
    >

    Murray *TMM* Guest

  9. #9

    Default Re: HEELLLPPPPP!!!!!!

    > Ideal for the small site.

    How is it more ideal than running a SQL DB?

    -Darrel


    darrel 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