How to use the MySQL Database Wizard to create a database

Create a MySQL Database How to create a MySQL database   How to use the MySQL Wizard in cPanel cPanel users can use a wizard to create a database. Log into your cPanel -> MySQL Database Wizard. Enter a database name and hit next. Next, enter your Username...

SSH: Remove Files and Directories

SSH: Remove Files and Directories   Delete a file without asking for permission with SSH rm myFile.txt Delete a file using SSH rm command rm myFile.txt Delete a file using WildCard This will delete all .txt files rm -f *.txt Delete all files and the directory...