“Installer MySQL PowerShell” Réponses codées

Installer 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

Comment installer sur MySQL Server dans PowerShell

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

Réponses similaires à “Installer MySQL PowerShell”

Questions similaires à “Installer MySQL PowerShell”

Plus de réponses similaires à “Installer MySQL PowerShell” dans Sql

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code