“Odinstaluj MSSQL Server Ubuntu” Kod odpowiedzi

odinstaluj mysql Ubuntu 18.04

$ sudo apt-get remove --purge mysql-server mysql-client mysql-common -y
$ sudo apt-get autoremove -y
$ sudo apt-get autoclean
$ sudo rm -rf /etc/mysql
# Delete all MySQL files on your server: 
$ sudo find / -iname 'mysql*' -exec rm -rf {} \;
JSMD

odinstaluj mysql na Ubuntu

$ sudo apt purge mysql-server*
Uptight Unicorn

Odinstaluj MSSQL Server Ubuntu

#Use 
sudo apt-get -f install 
# to fix your missing dependencies, then execute 
sudo apt-get remove mssql-server 
#to uninstall the server.
Indonesia People

Odpowiedzi podobne do “Odinstaluj MSSQL Server Ubuntu”

Pytania podobne do “Odinstaluj MSSQL Server Ubuntu”

Więcej pokrewnych odpowiedzi na “Odinstaluj MSSQL Server Ubuntu” w Shell/Bash

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

Przeglądaj inne języki kodu