Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Dreamweaver Connection to database?
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Dreamweaver Connection to database?
Dreamweaver Connection to database?
13-04-2008 2:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Has anyone successfully set up a Connection to their MySQL database in Dreamweaver. If so would they be kind enough to share the secret please?
Using the parameters:-
rumpus.plus.net
myusername
mysqlpassword
I get a message box "!An unidentified error occurred." - most helpful
I have successfully set up an ODBC connection and used MySQL Administrator using the same credentials.
Using the parameters:-
rumpus.plus.net
myusername
mysqlpassword
I get a message box "!An unidentified error occurred." - most helpful

I have successfully set up an ODBC connection and used MySQL Administrator using the same credentials.
Message 1 of 4
(2,199 Views)
3 REPLIES 3
Re: Dreamweaver Connection to database?
13-04-2008 5:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think its the following issue:
Use ftp to go your root folder. In there you will find a folder called _mmServerScripts. Set the permissions on this folder to 777 or 770 and you should be able to connect.
This is a folder that dreamweaver creates when setting up the MySQL connection but it is initially created with the wrong access permissions which then stops it writing it's config file into it.
[corrected after checking my dreamweaver connection]
Use ftp to go your root folder. In there you will find a folder called _mmServerScripts. Set the permissions on this folder to 777 or 770 and you should be able to connect.
This is a folder that dreamweaver creates when setting up the MySQL connection but it is initially created with the wrong access permissions which then stops it writing it's config file into it.
[corrected after checking my dreamweaver connection]
Message 2 of 4
(304 Views)
Re: Dreamweaver Connection to database?
14-04-2008 4:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Peter
Many thanks for taking the trouble to reply. Dreamweaver had in fact written the 2 scripts into_mmServerScripts. However, they did not have executable permissions! chmod to 755 did the trick. I have used MySQL successfully with a couple of Delphi apps but as you see I am very new to this php business.
Many thanks for taking the trouble to reply. Dreamweaver had in fact written the 2 scripts into_mmServerScripts. However, they did not have executable permissions! chmod to 755 did the trick. I have used MySQL successfully with a couple of Delphi apps but as you see I am very new to this php business.
Message 3 of 4
(304 Views)
Re: Dreamweaver Connection to database?
14-04-2008 7:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Ah, yes, I remember now it was the file permissions that were wrong not the folder.
Message 4 of 4
(304 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Dreamweaver Connection to database?