Export Databases in MySQL or MariaDB Export databases is a basic task for all web developers when using MySQL or MariaDB. Use MySQL dump for database backup its require for […]
Ngnix Process Usefull commands for Managing Linux Ngnix Server
Managing Linux Ngnix Server Usefull terminal commands $ sudo systemctl stop ngnix Stop Ngnix web server. $ sudo systemctl start ngnix Start you Ngnix linux webser, after stop […]
Linux Sudo command Usage and Benefits
Linux Sudo Commands Linux sudo command use as system administrator, its execution on root. its allow to non – root user to run Linux administrator command which is restricted for […]
Create, Import and Export Database in MySQL or MariaDB by Putty
How to import, export, and create a database in MySQL or MariaDB Create a new database in MySQL or MariaDB First login to MySQL shell or MariaDB in putty using […]
SSH Command for Exclude subfolders when create zip on parent folder
SSH Command for excluded specific subdirectories when zipping a directory. I need to backup my website but I need to exclude a couple of subdirectories content all files and folders. […]
SSH Linux Command for Putty Client – All MySQL Line commands for maintain MySQL database
How to manage MySQL user account, update records, insert records, login into SSH MySQL, and another SSH command for help to learn MySQL in SSH. List of all commands used […]