User Profile
Collapse
-
go daddy already has phpmyadmin install in the database -
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....Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
Thank You for your help I downloaded the wrong one at first that was the problem.Leave a comment:
-
Ok I had downloaded it but can't figure out how to install it.Leave a comment:
-
Sorry I already had the database created in Access that's why i asked. Were can I safely download mysql server to install it?Leave a comment:
-
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.Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
I'm using go daddy's database mysql & they are saying that you can use in conjuction with php & other scripting languages....Leave a comment:
-
How would you do that? As you can tell I have no clue about servers....Leave a comment:
-
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) ;...Leave a comment:
-
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?
No activity results to display
Show More
Leave a comment: