Tagged: Powershell

Connect to MySQL from PowerShell Core

This video shows how to connect to MySQL server using PowerShell CORE on a Debian 9 Linux computer. You need to load a few modules and move some files. PowerShell Core Download https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6 Mono-Project...

Scripting AWS Backups

Here is how I script my AWS backups.  I keep track of backups in a MySQL database.   The AWS Code can be found at my BitBucket repository

Connect to MySQL from Powershell

In a series of PowerShell videos, I demonstrate how to connect to a MySQL server from within PowerShell. Links from video: Powershell Upgrade https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell?view=powershell-6 MySQL Connector: https://www.mysql.com/products/connector/ MySQL Powershell Library Files https://github.com/adbertram/MySQL Support the...