Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Creating new database and tables

Guest
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

Hi. Is there any server behaviour to download for crating new databases and new tables in mysql?

TOPICS
Extensions

Views

826
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 08, 2016 Oct 08, 2016

Installing the deprecated Dreamweaver SB panels is only useful when using MySQLi Server Behaviors | Dreamweaver extension | WebAssist.

http://www.dmxzone.com/go/22151/database-connectivity-collection-php?utm_source=Extensions&utm_medium=Featured&utm_campa… come with their own panels.

Further to that, you are encouraged to do your own coding. there are plenty of online resources to help you, Become a PHP Developer - Learning Path is one that comes to mind.

Votes

Translate
Community Expert ,
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

Installing the deprecated Dreamweaver SB panels is only useful when using MySQLi Server Behaviors | Dreamweaver extension | WebAssist.

http://www.dmxzone.com/go/22151/database-connectivity-collection-php?utm_source=Extensions&utm_mediu... come with their own panels.

Further to that, you are encouraged to do your own coding. there are plenty of online resources to help you, Become a PHP Developer - Learning Path is one that comes to mind.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

Thanks for the answer. I managed to create database in Dreamweaver with coding php file but I would rather prefer to make it through visual components like adding and updating rows. I hasn't worked with dreamweaver for a decade so I'm trying to get back on the road to accomplished my idea. The dmx looks alright and I will definitely try it. However I hoped the dreamweaver would offer the extension for free when they even scraped the option to buy full software.

Thanks again

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

However I hoped the dreamweaver would offer the extension for free

That was one of my reasons for purchasing/using Dreamweaver in the first place. Since having acquired Dreamweaver, Adobe has done little to keep it properly updated. That era is now in the past and I have witnessed a real effort by the Dreamweaver team to try to get Dreamweaver back to where it should be. I have a feeling, that SB may be on the cards going forward. Fingers crossed.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

I forgot to mention that I'm using Dreamweaver CS5.5 still as trial version. Does it mean that SB are not in latest version at all?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 08, 2016 Oct 08, 2016

Copy link to clipboard

Copied

Correct.

The code that the deprecated SB produces is not recognised in PHP 7, the current version of PHP.

The code produced by your SB version is MySQL, the new way of connecting to the db is by using MySQLi or PDO. Google the subject and you can find out more. I initially started out using MySQLi because I was led to believe that this was the way to go. Currently I use PDO because it has advantages over MySQLi.

I hope it all makes sense.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 09, 2016 Oct 09, 2016

Copy link to clipboard

Copied

I wandered why I couldn't connect to my mysql database when I chose PHP7 in MAMP and it took a while to make it work by changing php version. I thought it has something to do with out-dated dreamweaver. So is there any option in latest Dreamweaver to use older php version with MySQL to makes SB works in my project and when Dreamweaver makes it compatible with the PHP7 then simply upgrade it to PHP7? I recon the SB is still in the latest dreamweaver but is not updated with the latest php version

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 09, 2016 Oct 09, 2016

Copy link to clipboard

Copied

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 09, 2016 Oct 09, 2016

Copy link to clipboard

Copied

LATEST

Thanks.. So I guess I better install the latest Dreamweaver with the SB before I start to work on my project... Thanks. You really helped me a lot

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines