“Zainstaluj MySQL PowerShell” Kod odpowiedzi

Zainstaluj MySQL PowerShell

# Open Powershell as administrator
# First install Choclatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Check if choco installed
choco -?
# Install mysql
choco install mysql
Selfish Shark

Jak zainstalować na serwerze MySQL w PowerShell

first install chocolatey
open Powershell as administrator
C:\\User\hey> choco install mysql
Zealous Zebra

Odpowiedzi podobne do “Zainstaluj MySQL PowerShell”

Pytania podobne do “Zainstaluj MySQL PowerShell”

Więcej pokrewnych odpowiedzi na “Zainstaluj MySQL PowerShell” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu