Skip to main content
Inspiring
July 8, 2007
Question

Database Linking

  • July 8, 2007
  • 1 reply
  • 198 views
Hey there,
This has just started happening
For some reason dreamweaver is not picking up any of the tables in a mysql database.
All username, password and database names are correct (and worked previously)
Connections folder is present on the server.
Serverside oeprations are CPanel 11
_mmServerScripts folder is present in the root directory on the site.
http://www.deltamusic.com.au/public_html/_mmServerScripts
mysql Server version: 5.0.27-standard

I have seen other posts such as
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=1174245&CFID=1419080&CFTOKEN=59570d63f2f59ec7-A7079A3C-F838-673F-A69B4157AE73F469&jsessionid=4830d3b550164b4d5122
but
when i look at my connections file i get
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_deltacore = "localhost";
$database_deltacore = "mydatabase";
$username_deltacore = "myusername";
$password_deltacore = "mypass";
$deltacore = mysql_pconnect($hostname_deltacore, $username_deltacore, $password_deltacore) or trigger_error(mysql_error(),E_USER_ERROR);
?>
There is no mention of the
DRIVER={MySQL ODBC 3.51 Driver}; SERVER=###; PORT=3306; DATABASE=###; USER=###; PASSWORD=###; OPTION=3;

Can anyone help with this as all work has basically ground to a halt.
If you need any more info just ask.
Thanks
This topic has been closed for replies.

1 reply

Inspiring
July 8, 2007
got it solved