We want to have powershell script for installation of mysql on windows and have public access to mysql.
1 Answer
I would suggest installing chocolaty then you can just run from powershell the command:
choco install mysql
Or if you are on Powershell version 5.0
Find-Package mysql | Install-Package