meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pluginto:mysql_database [2021/09/08 01:29] – gregbalco | pluginto:mysql_database [2021/11/03 16:12] (current) – gregbalco | ||
---|---|---|---|
Line 3: | Line 3: | ||
This page describes software needed to talk to the MySQL database. For workshops, the aim is to set this up before the workshop starts to save time getting started. | This page describes software needed to talk to the MySQL database. For workshops, the aim is to set this up before the workshop starts to save time getting started. | ||
- | We will be using SSH (" | + | We will be using SSH (" |
+ | |||
+ | We will be using SSH " | ||
+ | |||
+ | **Note:** the SSH key pair should only be installed on a machine that only you have access to. Do not install SSH keys on shared machines. | ||
+ | |||
+ | **Note:** these instructions are incomplete because it seems like a bad idea to publicly post detailed connection parameters. You will need to contact Greg to complete your setup. | ||
==== Mac (or Linux) ==== | ==== Mac (or Linux) ==== | ||
The first thing is a MySQL client. I am using Sequel Pro ([[http:// | The first thing is a MySQL client. I am using Sequel Pro ([[http:// | ||
+ | |||
+ | **Note:** in the fairly near future it will probably be necessary to upgrade the database server from MySQL 5.7 to 8.something. Sequel Pro does not work with MySQL 8. Possible replacements are MySQL Workbench or the free version of TablePlus (http:// | ||
If you have a Mac or Linux machine, SSH is already installed (Mac) or most likely already installed (Linux), so you just have to generate the key pair. | If you have a Mac or Linux machine, SSH is already installed (Mac) or most likely already installed (Linux), so you just have to generate the key pair. | ||
Line 53: | Line 61: | ||
{{: | {{: | ||
- | Set the plink.exe location to wherever plink.exe is installed locally on your machine. It will probably be very similar to the example above. Ask an administrator (generally = Greg) for the correct host name to put in the 'SSH host+port' | + | Set the plink.exe location to wherever plink.exe is installed locally on your machine. It will probably be very similar to the example above. Ask an administrator (generally = Greg) for the correct host name to put in the 'SSH host+port' |
Okay, now try opening the connection. In theory, everything should work. | Okay, now try opening the connection. In theory, everything should work. | ||