Skip to main content
Participant
January 26, 2021
Answered

Does cPanel Work with Current Dreamweaver in 2021 January

  • January 26, 2021
  • 5 replies
  • 3616 views

Hello, 

I am learning to connect a databse to a Dreamweaver site. Is cPanel currently compatible with Dreamweaver to create a working database with a website?

 

Thank you very much,

 

J

This topic has been closed for replies.
Correct answer osgood_

The most popular would be a combination of php and mysql or though there are others but php/mysql is the easiest to learn.

 

Depends what you want to do really. If you are just building a website with information pulled from a database, products for sale, maybe a blog, news, etc then l would choose php/mysql. If on the other hand you are building a real time application where you might require instant feedback, like a gaming app or auction app then probably node.js would be better suited for its speed.

 

There are plenty of good tutorials on youtube which address both solutions just do a search for php/mysql or node.js. Be sure to only take note of those which are no more than about 2 years old as workflows and techniques change at a fast  pace.

 

 

 

 

 

5 replies

Participant
April 5, 2022

Hi, got my c-Panel [3rd party link removed by moderator] not long ago. While I understood that Dreamweaver doesn't have to be compatible with CPanel, there is still something unclear for me. So, the thing is that I want to self-host my site using a vps server. Now, I wonder whether I should expect any trouble managing my database due to using a vps. Sorry if I didn't make myself clear enough. I am new to website creation. Hope to acquire more experience and knowledge with your help, guys.

 

Nancy OShea
Community Expert
Community Expert
April 5, 2022

VPS and cPanel alone have nothing to do with using Dreamweaver -- a standalone code editor.

If you have trouble come back and post more details.

 

Nancy O'Shea— Product User & Community Expert
Participant
April 5, 2022

Hi, got my cpanel license not long ago. While I understood that Dreamweaver doesn't have to be compatible with CPanel, there is still something unclear for me.

Community Expert
January 26, 2021

Cpanel is a face for managing your server and not something that is intended to be compatible with Dreamweaver. So if you are trying to connect to a database, Cpanel provides you with a visual interface to create that database for your website, associated users, tables, etc. Dreamweaver's tools for connecting to a database are outdated so your best bet is to create your own code or seek out third party extensions that can help do this for you.

 

But keep in mind this is if you are trying to build your web/app from scratch.  If you are just trying to use a CMS like a Wordpress, Drupal, etc. then this isn't something you need to worry about unless you are working on the development side and not the front-end side.

J1001Author
Participant
January 26, 2021

I am very new as I've said. Can you put me on the best path according to your knowledge and experience that helps me create a website using HTML and CSS and uses some sort of database language? I just need to know the search terms. Right now I believe I can use Dreamweaver pretty dynamically as it is just an HTML and CSS editor, but I am confused when it comes to the server side. Do I use PHP or SQL? What database language should I use? Where should I host this database in your experience? I just don't know where to start but I am committed to continuing my learning. This is where my learning has brought me and I am stuck. Thanks for the help!

Nancy OShea
Community Expert
Community Expert
January 26, 2021

To manually build advanced, database driven websites on Linux hosting requires a good grasp of how to use the following and about 6  - 12 months to learn everything you don't know.

  • MySQL = server-side database,
  • XML, JSON = client-side database,
  • PHP = server-side programming,
  • SQL = the language used to query MySQL database records,
  • phpMyAdmin = server software for interacting with server-side databases,
  • HTML = static page content & structure,
  • CSS = layout, styles, animations...,
  • JavaScript = client-side programming, interactive elements,
  • Local testing servers = Xampp, Mamp or Wamp for Windows or Mac.
  • Assorted Frameworks = Bootstrap, jQuery, Node, Vue, React, etc...
  • SEO = Search Engine Optimization.

 

If you want instant gratification, use WordPress with a premium theme instead.  Most good hosting plans provide the means for one-step WordPress installation on your server.  WordPress uses PHP & a MySQL database.

 

Good luck!

 

Nancy O'Shea— Product User & Community Expert
Legend
January 26, 2021

Yes, cPanel has nothing to do with Dreamweaver. cPanel is just a websites remote control panel where you manage the remote website, one of those management options being to create and work with databases.

 

Your workflow should be to use a local server environment such as xampp or mamp, both are free to download to your local production environment. You create your database in one of those environments and at the end of the website build you export the local database as a file and import that file into your remote environment using cPanel

J1001Author
Participant
January 26, 2021

What database language do you think I should use? Thank you

osgood_Correct answer
Legend
January 26, 2021

The most popular would be a combination of php and mysql or though there are others but php/mysql is the easiest to learn.

 

Depends what you want to do really. If you are just building a website with information pulled from a database, products for sale, maybe a blog, news, etc then l would choose php/mysql. If on the other hand you are building a real time application where you might require instant feedback, like a gaming app or auction app then probably node.js would be better suited for its speed.

 

There are plenty of good tutorials on youtube which address both solutions just do a search for php/mysql or node.js. Be sure to only take note of those which are no more than about 2 years old as workflows and techniques change at a fast  pace.

 

 

 

 

 

J1001Author
Participant
January 26, 2021

Please excuse the typos.