How to Create SQL Server on Google Cloud Platform.

SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.   Login to google cloud platform …

How to Create Mysql Database on Google Cloud platfrom.

Cloud SQL for MySQL is a fully-managed database service that helps you set up, maintain, manage, and administer your MySQL relational databases on Google Cloud Platform.   Login to google cloud platform portal. Click on SQL.     Click on Create Instance.     Select MySQL. Then,click on choose MySQL.   Provide the instance name …

How to Install and Deploy python django application using Nginx and Postgres in Ubuntu

Prerequisites : 1- Postgres database 2- Nginx 3- Gunicorn Step 1: After installed Python 3.6 and upgraded the pip version with the following command. sudo -H pip3 install –upgrade pip   Step 2: Install and create a python environment with the name of env inside a workstation folder. cd /opt/workstation sudo -H pip install virtualenv python3.6 …

How to Create Azure Database for MySQL Server in Microsoft azure.

Azure Database for MySQL is a relational database service in the Microsoft cloud based on the MySQL Community Edition (available under the GPLv2 license) database engine, versions 5.6, 5.7, and 8.0. Azure Database for MySQL delivers: Built-in high availability. Data protection using automatic backups and point-in-time-restore for up to 35 days. Database engine to keep the service …

How to Create SQL Databases in Microsoft azure.

Azure SQL Database is a cloud-computing database service (Database as a Service), that is offered by Microsoft Azure Platform which helps to host and use a relational SQL database in the cloud without requiring any hardware or software installation.   Login to azure portal. Click on All Services. Select SQL Databases.     Click on Create. …