This content has been marked as final.
Show 3 replies
-
1. Re: Database connections in Mysql 5.5 / 5.15
bregent Nov 24, 2013 8:30 PM (in response to whatalotofrubbish)First step is to make sure error messages are enabled on the server - without that you're completely blind.
-
2. Re: Database connections in Mysql 5.5 / 5.15
pziecina Nov 25, 2013 8:30 AM (in response to whatalotofrubbish)Hi
It may be worth asking your server provider which version of PHP they are running.
If it is PHP 5.5 then you have no alternative but to update everything to use the PHP MySQLi or PDO extension.
The original PHP MySQL extension is not recommended for use after version 4.0 of the MySQL database. See - http://dev.mysql.com/doc/refman/5.5/en/apis-php.html
PZ
-
3. Re: Database connections in Mysql 5.5 / 5.15
Teodor Kuduschiev Nov 25, 2013 9:06 AM (in response to whatalotofrubbish)Hello,
Take a look at the powerful DMXzone Database Connector extension for Dreamweaver: http://www.dmxzone.com/go/22072/dmxzone-database-connector-php
It is PDO-based and does not use the deprecated in PHP 5.5 Dreamweaver Server Behaviors code.



