Web Development Tutorials
//

Tag: Command Line

Database Administration

Restore MySQL backup from the terminal

Efficiently import MySql backup database records from an .sql file using the mysql command from the terminal. A quick and direct approach to restore…

March 22, 2023

Database Administration

Backup MySQL Database In Terminal

Import MySql database records into an .sql file from the terminal using the MySql command mysqldump, it is a quick and easy way to…

March 7, 2023