SQL Simulator
  • Welcome
  • Getting Started
    • About SQL Simulator(beta)
    • Features
    • Benefits
    • Pricing
    • Platform List
    • Supported Databases
    • Technical Overview
      • PostView Merge
        • Step 1
        • Step 2
        • Step 3
        • Step 4
        • Step 5
      • PreView Merge
        • Step 1
        • Step 2
        • Step 3
        • Step 4
      • Dry Run
        • Step 1
        • Step 2
        • Step 3
        • Step 4
        • Step 5
        • Step 6
    • Self Destruct Events
    • K8s Install Guide
      • Azure Marketplace
      • Azure AKS
      • Google GKE
      • Amazon EKS
      • Other Cloud Provider
      • On Prem K8s
    • Limitations
    • Schedule Free Onboarding
  • Hello World Tutorials
    • SQL Server
      • Pod Setup
      • Database Setup
      • SQL Scripts
      • Add SQL Script
      • Datasource Config
      • Dry Run
      • Preview Merge
      • Postview Merge
    • Oracle
      • Pod Setup
      • Database Setup
      • SQL Scripts
      • Add SQL Script
      • Datasource Config
      • Dry Run
      • Preview Merge
      • Postview Merge
    • MySQL
      • Pod Setup
      • Database Setup
      • SQL Scripts
      • Add SQL Script
      • Datasource Config
      • Dry Run
      • Preview Merge
      • Postview Merge
    • Postgres
      • Pod Setup
      • Database Setup
      • SQL Scripts
      • Add SQL Script
      • Datasource Config
      • Dry Run
      • Preview Merge
      • Postview Merge
  • API Tutorials
    • Introduction
    • SQL Server
      • Windows Batch File
    • Oracle
      • Windows Batch File
    • MySQL
      • Windows Batch File
    • Postgres
      • Windows Batch File
  • Help
Powered by GitBook
On this page
  1. Hello World Tutorials
  2. MySQL

Pod Setup

PreviousMySQLNextDatabase Setup

Last updated 1 year ago

  • IF YOU INSTALLED FROM AZURE MARKETPLACE Execute the following command from the command line

kubectl get pods -o wide
  • Look for the pod that contains the name you entered on the Extension Resource Name during the install. With that name you now can access the control panel to created the SQL Simulator pods. To access the control panel issue the following command from the command line. Please replace "pod_name_here" with the name of pod

kubectl port-forward pod_name_here 5000:5000
  • IF YOU INSTALLED FROM SSCP.YML FILE To access the control panel to created the SQL Simulator pods issue the following command from the command line.

kubectl port-forward sql-simulator-control-panel 5000:5000
  • Open a browser and type ""

  • Follow the prompts to create a pod

  • When you created the pod you gave the pod a name. Please replace "pod_name_here" with the name of your pod and execute this from the command prompt. Please remember you must go to the control panel and initialize the pod within 5 minutes or the pod will self destruct.

kubectl port-forward pod_name_here 8080:80 3307:3306
  • Open a browser and go to the following URL

http://localhost:8080/
  • Type in the user name and password the click "Initialize". This is the User Name and Password you will use to connect to the database

http://localhost:5000/