When Mysql database is set up, Innodb engine is set to ON by default. You can confirm whether Innodb is set to On or Off by using ‘mysqladmin variables’. SSH in to the server as root and execute the following: […]
Posts by Farooq:
SSH connection error – Permission Denied ssh keys publickey,gssapi-keyex,gssapi-with-mic
SSH is a command-line program to log in to remote Linux web server. SSH used for remote management via server command line as root or any other customer on that web server who has capability to access the web-server through shell. In some typical situations, we may have issues with SSH connection. If you are […]
Apache crashing Invalid argument: couldn’t grab the accept mutex
Apache sometimes crashes, outcome from the Apache error_log strike this error. (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: […]
how to set host name in cPanel
Normally we will set the hostname of a system during the set up procedure. Many peoples don’t worry about this, and don’t modify the hostname even if for example this was set to something really ridiculous by the datacenter that installed the system. The process of changing your hostname is very simple. 1-Change The Hostname Through […]
Show and edit hidden files in cPanel
By default, when we use the file manager in cPanel, it does not display hidden files. Hidden files are those files that starts with a dot, such as .htaccess .htpasswd .bashrc .htaccess is actually a typical file to modify, and so if you would like to modify the hidden files it can be easily edited […]
Change MySQL DB Owner Password” terminology – phpMyAdmin is asking password
Sometimes you need to reset your PHPMyAdmin password. For example,you can use FTP and log in to cPanel but requested to sign in again when tries to access PHPMyAdmin from your cPanel .When you provides your same password PHPMyAdmin denies to you ,or may be you are resetting your password as a regular maintenance. In […]
MSSQL server error 916
Last days I have an issue that I could not resolve for 2 days.It is lastly settled with the help of MS. I assumed that i should publish it online in hopes that it’ll facilitate some other to resolve it. Sometimes when we try to connect database through the MSSQL Server management studio 2008 we […]
Configure Microsoft Outlook
To configure your email account with outlook Please Go to Tools from Menu Bar > Account Settings > New > Next > check the Manually configured settings or additional server types from bottom > Next > Next OR If you have already configured than Please go to Tools from Menu Bar > Email accounts Your […]
Stopping Spam from Windows Plesk – Ultimate Checklist
Here is my comprehensive check list of configurations and best practices to stop spam on MailEnable mail server over Plesk, I will keep adding any thing that i find. If you feel some thing missing here, please share in comments. Enable SMTP Authentication Limit outgoing mails per domain Only relay for authenticated senders Make sure […]
Cpanel Ports List
In computer networking, a port is a communication endpoint. At the software level, within an operating system, a port is a logical construct that identifies a specific process or a type of network service. Ports are identified for each protocol and address combination by 16-bit unsigned numbers, commonly known as the port number. A port is always associated with an IP address of […]