User Profile

Collapse

Profile Sidebar

Collapse
nicoletsii
nicoletsii
Last Activity: Dec 19 '08, 08:57 PM
Joined: Oct 8 '08
Location: ohio
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nicoletsii
    replied to connecting a database using godaddy
    go daddy already has phpmyadmin install in the database
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    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....
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    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...
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    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...
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    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...
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    Thank You for your help I downloaded the wrong one at first that was the problem.
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    Ok I had downloaded it but can't figure out how to install it.
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    Sorry I already had the database created in Access that's why i asked. Were can I safely download mysql server to install it?
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    Can you use access to create the database? & use microsoft access? I have tried but can not upload it or get the dsn right. Do you know anything about that? What am I doing wroong? They also have SQL Server but i can not insert columns in it & really i'm lost with that.
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    Actually I do know alot about the coding so I do more coding then just creating. I really don't think the problem is with dreamweaver. I 'm really thinking that the problem is with my hosting server ( godaddy). Do you know anything about godaddy? See someone else within the company had the web site set on linux instead of windows. So I changed it back to windows & they give you 3 different was to create the database MySQL, Access and & SQL...
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    I do have an associates degree in web development but I have never had such problems connecting to a database. c I used dreamweaver to create my site & go daddy for my hosting server & for some reason u can't use the database in dreamweaver in godaddy. So I created a database in godaddy and was trying to connect it to my web site that way. Do you have any solutions to this problem? I 'm was just going to change my hosting server. I've done...
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    I'm using go daddy's database mysql & they are saying that you can use in conjuction with php & other scripting languages....
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    How would you do that? As you can tell I have no clue about servers....
    See more | Go to post

    Leave a comment:


  • nicoletsii
    replied to connecting a database using godaddy
    sorry here is the code
    [PHP]<?php
    //connect to database
    $hostname = 'h41mysql47.sec ureserver.net';
    $username = ' username';
    $password = 'userpass';
    $dbname = 'dbname';
    $usertable = 'usertable';
    $yourfield = ' yourfield';

    mysql_connect($ hostname, $username, $password) OR DIE
    (' unable to connect to database! please try again later.');
    mysql_select_db ($databasename) ;...
    See more | Go to post
    Last edited by Atli; Oct 9 '08, 06:07 PM. Reason: Added [code] tags.

    Leave a comment:


  • nicoletsii
    started a topic connecting a database using godaddy

    connecting a database using godaddy

    I have been tring to connect to my database using godaddy i keep getting an error#1064 you have an error in your SQL syntax check the manual that corresponds to your MYSQL server version for the right syntax to use near
    [PHP]<?php
    // connect to database
    $hostname = 'h41mysql47'.se cure.net';[/PHP]
    How can I fix this?
    See more | Go to post
    Last edited by Atli; Oct 8 '08, 10:21 PM. Reason: Added [code] tags.
No activity results to display
Show More
Working...