Skip to content

Debian 12 Üzerine Microsoft SQL Server Nas?l Kurulur

Cloud Infrastructure Expert
Debian 12 Üzerine Microsoft SQL Server Nas?l Kurulur

 

 

Bu k?lavuz, Debian 12 çal??an VPS sunucunuza Microsoft SQL Server’? kurman?za yard?mc? olacakt?r.

Ön Gereksinimler

  • Debian 12 yüklü bir VPS sunucu.
  • Sunucuya root eri?imi.

Ad?m 1: Sistemi Güncelleyin

SQL Server’? kurmadan önce, sisteminizin güncel oldu?undan emin olun. A?a??daki komutlar? çal??t?r?n:

sudo apt update
sudo apt upgrade -y
    

Ad?m 2: Gerekli Paketleri Yükleyin

SQL Server için gerekli paketleri yükleyin:

sudo apt install curl apt-transport-https software-properties-common -y
    

Ad?m 3: Kamu GPG Anahtarlar?n? ?çe Aktar?n

A?a??daki komutu çal??t?rarak GPG anahtarlar?n? içe aktar?n:

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
    

Ad?m 4: Microsoft SQL Server Deposu Kaydedin

SQL Server deposunu ekleyin:

curl https://packages.microsoft.com/config/debian/12/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
    

Ad?m 5: SQL Server’? Yükleyin

Paket listesini güncelleyin ve SQL Server’? yükleyin:

sudo apt update
sudo ACCEPT_EULA=Y apt install -y mssql-server
    

Ad?m 6: SQL Server’? Yap?land?r?n

Kurulumdan sonra, SQL Server’? yap?land?rmak için yap?land?rma beti?ini çal??t?r?n:

sudo /opt/mssql/bin/mssql-conf setup
    

SQL Server sürümünüzü ve ?ifrenizi ayarlamak için talimatlar? izleyin.

Ad?m 7: SQL Server Komut Sat?r? Araçlar?n? Yükleyin (iste?e ba?l?)

SQL Server’? komut sat?r?ndan yönetmek istiyorsan?z, SQL Server araçlar?n? yükleyin:

sudo apt install -y mssql-tools unixodbc-dev
    

Araçlar? kullanmak için, a?a??daki komutu çal??t?rarak PATH’?n?za ekleyin:

echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
source ~/.bash_profile
    

Ad?m 8: Kurulumu Do?rulay?n

SQL Server’?n çal???p çal??mad???n? kontrol etmek için:

systemctl status mssql-server
    

Sonuç

Debian 12 üzerinde VPS sunucunuza Microsoft SQL Server’? ba?ar?yla kurdunuz. Art?k SQL Server’? veritaban? ihtiyaçlar?n?z için kullanmaya ba?layabilirsiniz.

Windows VPS Deutschland

Windows VPS España

Windows VPS Nederland

Windows VPS Italia

Windows VPS Portugal

VPS Windows Italia

Windows VPS

Windows VPS

Windows VPS Sverige

Windows VPS Norge

Windows VPS

Windows VPS Türkiye

Windows RDS (Remote Desktop Services)

Windows VPS

Explore more

More on this topic

Netcloud24
Netcloud24
Cloud Infrastructure Expert · NetCloud24

Comments are closed.