MySQL Dreamweaver connection help

Status
Not open for further replies.

Gunshock

New Member
Messages
17
Reaction score
0
Points
0
I need help connecting to my database with Dreamweaver CS3. the logging in form looks like this:

MySQL Server: rocktalk.x10hosting.com
Username: gunshock_users
Password: *mysqlpassword*
Database: gunshock_users

I try to log in based on my short knowledge of this, can someone tell me what to enter into those fields to correct me if I am wrong?

It also says something about rocktalk.x10hosting.com/public_html/_mmServerScripts/MMHTTPDB.php, test server not mapping to the URL or something?

Sorry for my short knowledge but please Help ASAP thanks!
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Did you already create the database, the user, and assign the user permissions to the database?

If so those fields should be right. If you are connecting from your home computer though I would need you to PM me your IP address since we don't allow MySQL connections through the firewall unless we add them.

-Corey
 

Gunshock

New Member
Messages
17
Reaction score
0
Points
0
Thanks and I PM'ed you my IP, because I am trying to connect through my home computer. Thanks again Corey
 

deadimp

New Member
Messages
249
Reaction score
0
Points
0
Just to be sure, add an access host via cPanel as a wildcard (%) or your IP to ensure that cPanel will allow it.
 

Gunshock

New Member
Messages
17
Reaction score
0
Points
0
Ok so enter in my IP at the field?

BTW- unless you just havent added my IP yet, Its still giving me that error. Thanks
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
I added it this morning.

-Corey
 

tnworks

New Member
Messages
3
Reaction score
0
Points
0
I had the same problem some time ago....

After I filled in the wildcard, however, it still didn't work correctly.
You have to fill in everything in the site management tab (If it isn't there or it works without it: I have an older version of dreamweaver so that might be the reason) correctly: With root folder included in the links.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
tnworks -- You would also need to PM Me the IP address to be added to the firewall.
 

Gunshock

New Member
Messages
17
Reaction score
0
Points
0
Alright I just tried it and it still did not work. Same old error. I can FTP with my website with dreamweaver, but cannot create a Database connection. Anything else I could do? Thanks I appreciate the help.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Right, this is why.

Server name needs to be "localhost" -- the script is run off the server.

Secondly in your site settings set the URL to be the URL without the public_html. then it should start working.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
jjk -- This is your only warning, do not post in other people's threads unless you have something to contribute to the issue they are having.

Gunshock -- I think he is talking about where you are currently editing your settings. I've never used dreamweaver to remotely connect to a database before. This is what you're trying to do correct?
 

Gunshock

New Member
Messages
17
Reaction score
0
Points
0
correct, connecting to a mysql database. still giving me the same error though lol :dunno:
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Your site settings. I havent used Dreamweaver past Version 8 so go into where you created your "Site" and change the URL value.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Not really sure here, might have to check out the dreamweaver FAQs and such. If you can find a specific error or what we need to change we can work on it.

-Corey
 
Status
Not open for further replies.
Top