1) Log into your server through Remote Desktop Connection..
2) Click Start, Programs, Microsoft SQL Server 2005/2008/2012 and select SQL Server Configuration Manager.
1) Log into your server through Remote Desktop Connection..
2) Click Start, Programs, Microsoft SQL Server 2005/2008/2012 and select SQL Server Configuration Manager.
#!/bin/bash# Shell script to backup MySQL database# Set these variablesMyUSER=”” # DB_USERNAMEMyPASS=”” # DB_PASSWORDMyHOST=”” # DB_HOSTNAME# Backup Dest directoryDEST=”” # /home/username/backups/DB# Email for notificationsEMAIL=””# How…
Repository Ekleme Paket Kurulumu Sunucuyu Çalıştırma Ek Güvenlik Ayarları Öncelikle Firewall tarafıondan 3306 portunu açıyoruz.. firewall-cmd –add-port=3306/tcp firewall-cmd –permanent –add-port=3306/tcp Uzak Bağlantı için Ayarlar; /etc/my.cfg yada…
@echo offclsFOR /F “tokens=1,2,3,4 delims=. ” %%A IN (‘Date /T’) DO SET NowDate=%%B-%%C-%%Dgbak -v -t -user SYSDBA -password masterkey localhost:D:\DB\DB.FDB D:\yedek\db_%NowDate%.bakrar a -ep -ed -df…