I have a server that hosts my website. I now want to add a subdomain for a site that will have a database. It says it needs to be configured but gives no direction on how to do it. Docs just say to use the database tab on the server. This is most unhelpful as the page gives no option to add one. I really don't want to destroy the server because I have my live website up and running right now. So how do I add databases to my databaseless server?
@Sinnbeck It says you can't for a Web server. Mine is an app server. " If you need a database and web server on the same server, you should provision an "App Server"."
Web servers contain the web server software you need to deploy a typical Laravel / PHP application, but they do not contain a database or cache. Therefore, these servers are meant to be networked to other dedicated database and cache servers. Web servers are provisioned with the following software:
I recommend reaching out the support, they very helpful.