Forums

This topic is locked

problem with Dreamweaver and MySQL

Posted 13 Sep 2004 06:01:53
1
has voted
13 Sep 2004 06:01:53 Arturo Civit posted:
Hi, I just installed Dreamweaver MX 2004, I'm trying to create a database connection to MySQL, but I've this error:

"An unidentified error has occurred"

I did every steps on this technote www.macromedia.com/support/dreamweaver/ts/documents/mysql_config.htm, but still with the same error, when I was using the previous version never had this problem, please, anybody here can help me to fix this, I been creating site definitions and stablishing connections since 3 years ago, and now I don't know what else I can do, thanks!

Replies

Replied 13 Sep 2004 14:53:17
13 Sep 2004 14:53:17 Rene Bandsma replied:
You have to set your Internet Explorer tot the settings that it produces NOT friendly errors on error.

Post a piece of your code and the specific error please...
Replied 13 Sep 2004 16:42:07
13 Sep 2004 16:42:07 Arturo Civit replied:
thanks, the error is this: "An unidentified error has occurred" and is not in the Internet Explorer, is within Dreamweaver
Replied 13 Sep 2004 22:57:00
13 Sep 2004 22:57:00 Rene Bandsma replied:
I am not familiar with PHP and / or mySQL but it seems to me that your connection string is wrong. Maybe you can post the string? It is in your /Connections folder
Replied 13 Sep 2004 23:08:32
13 Sep 2004 23:08:32 Arturo Civit replied:
thanks, this is what I've on conns folder:

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_arturo = "localhost";
$database_arturo = "webstudiom";
$username_arturo = "creativeclickc";
$password_arturo = "******";
$arturo = mysql_pconnect($hostname_arturo, $username_arturo, $password_arturo) or trigger_error(mysql_error(),E_USER_ERROR);
?>



now, I've another folder called _mmServerScripts, but don't know if the problem comes from that folder, anyway, thanks a lot

Edited by - acivit on 13 Sep 2004 23:08:56
Replied 16 Sep 2004 13:04:42
16 Sep 2004 13:04:42 Rene Bandsma replied:
I have really no idea how to solve your problem.. I'm not an PHP specialist. But you have to put your mm_serverscripts to your remote server

Reply to this topic