Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install 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
Comment

how to install to mysql server in powershell

first install chocolatey
open Powershell as administrator
C:Userhey> choco install mysql
Comment

PREVIOUS NEXT
Code Example
Shell :: stop docker container 
Shell :: copy file using powershell script 
Shell :: rename laravel project 
Shell :: ver espacio en disco linux 
Shell :: how to compress pdf in linux 
Shell :: check solidity version 
Shell :: uninstall vscode from linux 
Shell :: discord components python install 
Shell :: ubuntu 20.10 how to open zip file 
Shell :: untar tar.gz 
Shell :: check public ip address in terminal 
Shell :: Package "ngx-mask" has an incompatible peer dependency to "@angular/common" 
Shell :: git pull and overwrite 
Shell :: local-gen install 
Shell :: gitlab default password 
Shell :: disable pre commit hook 
Shell :: remove or undo last merge git 
Shell :: linux get date yyyymmdd 
Shell :: uninstall mongodb on macos completely 
Shell :: powershell get empty folders 
Shell :: ubuntu 20.04 vmware tools 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: upload github 
Shell :: npm init y 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: bash print lines that dont have a word 
Shell :: tar exclude directory 
Shell :: get public ipv6 linux 
Shell :: start apache service 
Shell :: connect emulator to localhost 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =