0

We want to have powershell script for installation of mysql on windows and have public access to mysql.

1 Answer 1

4

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.