How to check if InnoDB engine is enabled in MySQL
How to check if InnoDB engine is enabled in MySQL If you want to check , if InnoDB is enabled on the server , you can check this via two…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
How to check if InnoDB engine is enabled in MySQL If you want to check , if InnoDB is enabled on the server , you can check this via two…
How to disable root login in linux Login to shell. Copy and paste below command to server using your favourite editor. pico -w /etc/ssh/sshd_config Find the line Protocol 2, 1…
RAID – Redundant Array of Inexpensive Disks How to check 3ware RAID drive status Login to the server via SSH. Paste the below command. 3ware /c0 show It will show…
How to take Database Backup using phpMyAdmin. First you need phpMyAdmin which is a MySQL Database Administration Tool. 1 – Open phpMyAdmin 2 – Click on Export 3 – Under…
Mysql Commands: How to check mysql connection or login to your Database using shell ========================= root@server mysql -u username -p ========================= it will ask for password then provide the correct…
How to download the files forcefully using .htaccess without displaying it in browser Create .htacceses file under your accout and insert the below code. AddType application/octet-stream .avi AddType application/octet-stream .mpg…
Command to check server inode value Fire the below command in shell. root@test# df -i It will provide the below output. Filesystem Inodes IUsed IFree IUse %
How to enable php.ini for all the folders under one account Copy the php.ini file in the public_html folder of the user using below command.cp /usr/local/apache/php.ini . Then create .htaccess…