Unidentified Error when connecting DW with MySql
Hi
I am trying to connect to Mysql Database which is hosted by a hosting company on their server. I have been given a static IP address and port to access this database remotely. I have add the information below to DW 8 in an attempt to gain access the info is below. I get an unidentified error when i test the connection i don't know where to put this static IP and port. Can someone help thanks
DW information is as follows:
My login is
username buildingbids
password ********
I am trying to connect from dreamweaver
Details of that are below
Local Info
Sitename buildingbids
Local root folder C:\Documents and Settings\Main User\My Documents\WEB SITES\buildingbids\
HTTP address http://www.buildingbids.ie
Remote Info
Access FTP
FTPhost ftp1.reg365.net
Host Directory web
Login buildingbids.ie
Password ******
This works when i test it
Testing Server
Server Model PHP MySQL
Access FTP
FTPhost ftp1.reg365.net
Host Directory web
Login buildingbids.ie
Password kevinmac
This works when i test it
URL Prefix http://ftp1.reg365.net/
When i go to test the connection i get a message saying an unidentified error has occured.
My connbuildingbids code is
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_connbuildingbids = "ftp1.reg365.net";
$database_connbuildingbids = "buildingbids";
$username_connbuildingbids = "buildingbids";
$password_connbuildingbids = "kevinmac";
$connbuildingbids = mysql_pconnect($hostname_connbuildingbids, $username_connbuildingbids, $password_connbuildingbids) or trigger_error(mysql_error(),E_USER_ERROR);
?>
My connection criteria is
Connection name connbuildingbids
MySql Server mysql1.mylogin.ie
Username buildingbids
Password *********
Database buildingbids
