Skip to main content
patiencem53589384
Participant
June 18, 2017
Answered

DW and MySQL

  • June 18, 2017
  • 2 replies
  • 569 views

     If I create a database on MySQL using DW, will I need to continue paying for DW to keep the database alive? So when my subscription to DW dies, will the database?

     Likewise, if I create a database, will the next person have to use DW to edit the database? Will they have to use my DW account to edit the database?

This topic has been closed for replies.
Correct answer osgood_

patiencem53589384  wrote

     If I create a database on MySQL using DW, will I need to continue paying for DW to keep the database alive? So when my subscription to DW dies, will the database?

No, but its not recomended that you use the server behaviours that ship with DW (now only available in newer versions of DW as an extension) because the code they create is way past its sell by date and could stop working depending on what version of php your final destination server will be running.

     Likewise, if I create a database, will the next person have to use DW to edit the database? Will they have to use my DW account to edit the database?

No. You can use phpMyAdmin to directly edit a database which comes FREE if you download a local server package like MAMP, XAMPP or WAMP. Also your final destination server will have a copy of phpMyAdmin which can be accessed usually via its control panel.

But usually you would make changes to your website/database using some kind of Content Managment System which is more user friendly than using phpMyAdmin

2 replies

Nancy OShea
Community Expert
Community Expert
June 18, 2017

Databases are not directly tied to your creative cloud subscription.  But use of the software is.  So if you cancel, you won't be able to keep using Dreamweaver to edit your site.

MySQL databases are independent of Dreamweaver.  In other words, they reside on your server (remote and/or local testing).

As Osgood said, don't use the deprecated server behaviors to build your database connection code.  Those panels were removed from DW in 2013 for a reason.  The code won't work on modern servers running PHP 7 or higher.

Nancy

Nancy O'Shea— Product User & Community Expert
osgood_Correct answer
Legend
June 18, 2017

patiencem53589384  wrote

     If I create a database on MySQL using DW, will I need to continue paying for DW to keep the database alive? So when my subscription to DW dies, will the database?

No, but its not recomended that you use the server behaviours that ship with DW (now only available in newer versions of DW as an extension) because the code they create is way past its sell by date and could stop working depending on what version of php your final destination server will be running.

     Likewise, if I create a database, will the next person have to use DW to edit the database? Will they have to use my DW account to edit the database?

No. You can use phpMyAdmin to directly edit a database which comes FREE if you download a local server package like MAMP, XAMPP or WAMP. Also your final destination server will have a copy of phpMyAdmin which can be accessed usually via its control panel.

But usually you would make changes to your website/database using some kind of Content Managment System which is more user friendly than using phpMyAdmin