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...
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