# vagrant-mysql **Repository Path**: mirrors_boundary/vagrant-mysql ## Basic Information - **Project Name**: vagrant-mysql - **Description**: Vagrant environment for testing boundary-plugin-mysql - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TrueSight Pulse MySQL Configures a virtual machine with a MySQL instance for testing Boundary Plugin for MySQL. ## Prerequistes - Vagrant 1.72. or later, download [here](https://www.vagrantup.com/downloads.html) - Virtual Box 4.3.26 or later, download [here](https://www.virtualbox.org/wiki/Downloads) - git 1.7 or later ## Installation Prior to installation you need to obtain in your Boundary API Token. 1. Clone the GitHub Repository: ```bash $ git clone https://github.com/boundary/vagrant-mysql ``` 2. Start the virtual machine using your Boundary API Token and Redis version: ```bash $ API_TOKEN= vagrant up ``` NOTE: Run `vagrant status` to list the name of the virtual machines. 3. Login to the virtual machine ```bash $ vagrant ssh ```