connecting a database using godaddy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #16
    Originally posted by nicoletsii
    Sorry I already had the database created in Access that's why i asked. Were can I safely download mysql server to install it?

    Comment

    • nicoletsii
      New Member
      • Oct 2008
      • 15

      #17
      Ok I had downloaded it but can't figure out how to install it.

      Comment

      • ak1dnar
        Recognized Expert Top Contributor
        • Jan 2007
        • 1584

        #18
        Originally posted by nicoletsii
        Ok I had downloaded it but can't figure out how to install it.
        Everything you need were there on the URL provided in my earlier post. make sure to use google or your favorite search engine application before asking more questions.

        Comment

        • nicoletsii
          New Member
          • Oct 2008
          • 15

          #19
          Thank You for your help I downloaded the wrong one at first that was the problem.

          Comment

          • nicoletsii
            New Member
            • Oct 2008
            • 15

            #20
            I'm sorry to keep bothering you but i'm really having some issue with this database & godaddy after I get this working I will not use godaddy ever again. anyways what do I need to do to connect my database to my web site. The database is created but I tried to use a connection string that keeps tell me that there's something wrong with my server & when I called them (godaddy) they told me that 's it 's on my behalf. How do you connect your database to your web site?

            Comment

            • ak1dnar
              Recognized Expert Top Contributor
              • Jan 2007
              • 1584

              #21
              Originally posted by nicoletsii
              I'm sorry to keep bothering you but i'm really having some issue with this database & godaddy after I get this working I will not use godaddy ever again. anyways what do I need to do to connect my database to my web site. The database is created but I tried to use a connection string that keeps tell me that there's something wrong with my server & when I called them (godaddy) they told me that 's it 's on my behalf. How do you connect your database to your web site?
              Please show us the source codes that you have used recently. and Tell us what is getting as the error message.

              Comment

              • nicoletsii
                New Member
                • Oct 2008
                • 15

                #22
                1.DRIVER={MySQL ODBC 3.51 Driver}; 2.SERVER=hxxmys qlxx.secureserv er.net; PORT=3306; DATABASE='datab ase name';
                3.USER=tsiiinc; PASSWORD='your password'; OPTION=0;

                with the right settings for my database

                This is the code I was trying to use , but not matter what code I use no matter what I put it keeps giving me this error, I called godaddy too and they said that the server is working just fine. I just need to find a new hosting server.

                ERROR
                #1064 you have an error in your sql syntax; check tne manual that corresponds to your mysql server version for the right sytax to use near " driver = { mysql ODBC 3.51 Driver}' at line 1

                Comment

                • nicoletsii
                  New Member
                  • Oct 2008
                  • 15

                  #23
                  Originally posted by nicoletsii
                  1.DRIVER={MySQL ODBC 3.51 Driver}; 2.SERVER=hxxmys qlxx.secureserv er.net; PORT=3306; DATABASE='datab ase name';
                  3.USER=tsiiinc; PASSWORD='your password'; OPTION=0;

                  with the right settings for my database

                  This is the code I was trying to use , but not matter what code I use no matter what I put it keeps giving me this error, I called godaddy too and they said that the server is working just fine. I just need to find a new hosting server.

                  ERROR
                  #1064 you have an error in your sql syntax; check tne manual that corresponds to your mysql server version for the right sytax to use near " driver = { mysql ODBC 3.51 Driver}' at line 1
                  I'm assuming no one know anything about this. Just to let everyone know i'm not the only one with these issues.
                  i'm

                  Comment

                  • nicoletsii
                    New Member
                    • Oct 2008
                    • 15

                    #24
                    Originally posted by nicoletsii
                    I'm assuming no one know anything about this. Just to let everyone know i'm not the only one with these issues.
                    i'm
                    512 views within 1 month shows how many people really need help with godaddy's database services. i will help all as soon as i figure it out.

                    Comment

                    • nicoletsii
                      New Member
                      • Oct 2008
                      • 15

                      #25
                      go daddy already has phpmyadmin install in the database

                      Comment

                      • fury
                        New Member
                        • Nov 2008
                        • 1

                        #26
                        Here is Your Solution...

                        Either get dedicated hosting from GoDaddy or get a better hosting provider. I would go with the latter, I currently have godaddy for both of my websites and I have been disappointed many times by their lack of customer support and the way they disable so many of the features you would expect from a hosting provider (E.g such as your problem, no remote database access).

                        Here is the solution I found for your problem (also the one I was having during development)

                        "Unfortunat ely, we do not allow external connections to our database servers. When connecting to a database in your Shared Hosting account, you must access it through the Database section of the Hosting Control Center."

                        Can I connect to my database remotely? - Help Center—Kn owledge Base and FAQ


                        Oh and you can use access as your development database (on your computer) and then just export the database to a file and then import it to mysql on your live server. There is no reason why you should have to download mysql and use that instead of whatever development database you want to use. Any database server will have these import/export features (even Excel has them).

                        Comment

                        • bwtharp
                          New Member
                          • Dec 2009
                          • 1

                          #27
                          godaddy access

                          Actually, GoDaddy does allow remote access to the databases. When creating the database be sure to check the box "allow remote access". Things will work fine. The default is no access.

                          Bruce

                          Comment

                          Working...