Less
  • 👋Welcome to Less
  • 🏃 Getting Started
    • A Quick Overview
    • Storage
    • Connectors
    • Modelling
  • 🏃 Exercises
    • Data-Driven Ecommerce
      • Hints
    • Automated Financial Analysis
      • Hints
        • Part 1 - Profit & Loss
        • Part 2 - Metrics
        • Part 3 - Accrual-Based Accounting
    • AI-driven product reviews
      • Hints
  • 🔌 Connectors
    • Intro to Connector
    • Connector Guides
      • AWS Billing
      • Billy
      • Bing Ads
      • Python Connection
      • Customer.io
      • CVR Virk
      • DAWA
      • Dinero
      • DMI
      • ECB Exchange Rates
      • Meta Ads
      • Facebook Page Insights
      • Google Ads
      • Google Analytics
      • Google Sheets
      • Heap.io
      • HubSpot
      • HubSpot Email Marketing (coming soon!)
      • Instagram Page Insights
      • ISO Calendar
      • LinkedIn Ads
      • Mailchimp
      • Matomo
      • Marathon (coming soon!)
      • Mixpanel
      • MongoDB
      • MSSQL
      • MySQL
      • PostgreSQL
      • Salary.dk
      • Slack
      • Stripe
      • Trustpilot (coming soon!)
      • WooCommerce (coming soon!)
      • Zettle
  • 🧊 Modelling
    • Intro to the Canvas
    • Action Guides
      • Basics
        • Input
        • Output
        • Fill
        • Filter
        • Formats
        • Limit
        • Rename
        • Replace
        • Pick
        • Sort
        • Text Transform
        • Unique
      • New Columns
        • Compare
        • Cumulative
        • Date Difference
        • Date Format
        • Date Math
        • Difference
        • Calculate
        • IF Column
        • Text Column
        • Parse JSON
        • Row ID
        • Running Interval
        • Split Columns
      • Reshape
        • Pivot
        • Group By
        • Transpose
      • Merge
        • Append
        • Combine
        • Stack
  • ⛔ Advanced Databases & Security
    • Security
    • Link Database
    • Whitelisting of IPs
  • 🔐 Roles and Permission
    • Basics
    • Abilities
    • Roles
    • Groups
  • 📞 REST API (beta)
    • Basics
    • Endpoints
Powered by GitBook
On this page
  • 💬 Description
  • 🤑 Use Case
  • 🛠️ Setup
  • Step #1: Host IP
  • Step #2: Host Port
  • Step #3: Database Name
  • Step #4: Input Collection(s)
  • Step #5: Username & Password
  1. 🔌 Connectors
  2. Connector Guides

MySQL

PreviousMSSQLNextPostgreSQL

Last updated 2 years ago

💪 Difficulty: advanced

⏳ Time to complete: approx: 10-15 min (if your database has restricted inbound IP security rule, you need to schedule a call with us - we’re working on something better!)

💬 Description

MySQL is a relational SQL database. If you’re absolute thrilled to learn more about what that is, check Codecademy’s .

🤑 Use Case

Connecting to a MySQL database is very helpful if you have your own application that pushes data to a database. Such a database usually contains information on your customers and their behavior, but it could contain many important things.

🛠️ Setup

This Connector should probably be configured by (or with assistance from) your database responsible - you’re also welcome to

If your MySQL (or the server it's hosted on) has restrictive inbound IP rules, you need to with us as you cannot access the Less application’s IP currently. We are working on displaying the IP of the Less application inside the web application.

If your MySQL (or the server its hosted on) has unrestricted IP access, continue below 👇

Step #1: Host IP

Input the Host IP of your MySQL in the Less configuration window. Usually looks something like this: 87.398.80.712

Step #2: Host Port

Input the Host Port of your MySQL in the Less configuration window. It’s usually 3306.

Step #3: Database Name

Input the Database name of your MySQL in the Less configuration window.

Step #4: Input Collection(s)

Input the names of the MySQL Collections you want to extract in the Less configuration window. This should be a comma-separated list like table1,table2,table3

Step #5: Username & Password

Input the username and password of a MySQL account with read access. Everything is encrypted in transit and at rest.

explanation
schedule a call.
schedule a call