Working with MySQL Using PowerShell | PowerShell Tutorial

preview_player
Показать описание
Working with MySQL in PowerShell

MySQL is a common database amongst many organizations. As such, when building an automation script that needs to query data from somewhere, you might run into the need to query a MySQL database. By using PowerShell and by taking a shortcut and using an existing MySQL module, you can make this happen.

PowerShell Module for Querying MySQL
The module found that easily allows querying MySQL with PowerShell is the SimplySQL module.
SimplySQL is easily installed as it is a module that can be pulled down and installed right from within PowerShell itself. To install SimplySQL, run the following command to install the module:

Android App:

github

Blog:

LinkedIn

External Source:

#powershell #ps
Рекомендации по теме
Комментарии
Автор

hello, i study powershell in mac os, when mysql connect that the password will be inputted every time, do you have good idea can dont input it, thanks

si-djso