Related Articles
Linux - Intro
Linux – Introduction
MySQL Introduction (NEW)
MySQL – Backup, Restore Copy Tables and Databases
Backing up tables and databases is very useful when you are learning to update records so that you can recover quickly when you do something wrong. create table if not exists newTable like oldTable; – […]
Linux - Introduction
Linux – SSH for Remote Administration
SSH allows you to remotely administer Linux Servers SSH is a Client/ Server System. SSH requires Port 22 to be accessible Change Network setting in VirtualBox to “Bridged Adapter” Install OpenSSH Server on your Linux […]
Be the first to comment