Skip to content

How to Connect to MySQL

Don Richards edited this page Aug 1, 2018 · 2 revisions

These instructions are for connecting to islandora_vagrant but this illustrates the general concept.

Use MySQL Workbench to connect.

Configuring MySQL Workbench

Connection Parameters
Connection Method: Standard TCP/IP over SSH
SSH Hostname: 127.0.0.1:2222
SSH Username: vagrant
SSH Password: vagrant
SSH Key File:
MySQL Hostname: 127.0.0.1
MySQL Server Port: 3306
Username: root
Password: islandora
Default Schema:

Test Connection > connect

Clone this wiki locally