How to Connect to MySQL Instance in Google Cloud Platform from Virtual Machine By Using Private IP

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • How to Connect to MySQL Instance in Google Cloud Platform from Virtual Machine By Using Private IP GCP Tutorial 2022, in this video, we are going to learn How to Connect to MySQL Instance in Google Cloud Platform from Virtual Machine By Using Private IP | GCP Tutorial 2022, Google Cloud Platform Step by Step - GCP Tutorial 2022 - GCP Tutorial 2022 Step by Step - Google Cloud Platform Tutorial 2022.
    Script:
    Install MySQL Client
    sudo apt-get install default-mysql-client
    Connect to MySQL by using Private IP
    mysql -h IP -u root -p
    Connect to MySQL with private IP
    mysql -h 172.21.160.7 -u root -p
    #googlecloudplatform Tutorial for beginners
    #googlecloudplatform Tutorial 2022
    Step by step Google Cloud Platform Tutorial
    Real-time Google Cloud Platform Tutorial
    Scenario-based training on Google Cloud Platform
    Best GCP Tutorial on youtube
    #googlecloud #googlecloudplatform

ความคิดเห็น • 3

  • @erictindo7075
    @erictindo7075 8 หลายเดือนก่อน +1

    Thanks . This was amazing

  • @engismailtech148
    @engismailtech148 ปีที่แล้ว +1

    Thanks for your help

  • @ankyagupta1185
    @ankyagupta1185 ปีที่แล้ว

    I am using Postgresql. What client we need to install on VM instance?