Logs are the best part to start troubleshooting.In this article we will show you how to enable the different type of logs into MySQL server: Error Log: It contains all the information about MySQL errors.To enable MySQL error log edit MySQL configuration file and update following setting as per your requirements. [mysqld] log_error = /var/log/mysql/error.log […]
Posts by cmab:
How to install and enable EPEL repo on CentOS 7
EPEL is an open source and free community based repository project which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. By adding EPEL repo in your server’s repository source, you’ll be able to install lots of open source packages via Yum. To install EPEL […]
Creating 301 redirects with WordPress
A 301 redirect simply inform the search engines that a page has been permanently moved. In most cases, a 301 redirect is the best way of implementing redirects on a website. […]
How to check MySQL database size
This article will guide you to calculate size of tables and database in MySQL servers though sql queries. MySQL stored all the information related to tables in database in information_schema database. We will use information_schema table to find databases and tables size. To check single database size in MySQL we may run this query,Please change ‘testdb‘ with your actual database […]
How to find recently modified files in Linux
If you came into work and found out that some changes has made without leaving any documentation for you, In that case Linux have a quite powerful command which can help you to get the list of of all recently modified files. […]
Restart Windows Server using Command Prompt
In some cases if we don’t have GUI access for Windows systems, Then we can restart remote server using command line. This article will help you to reboot remote Windows Server using Command prompt. […]
Restart Linux Server using Command Prompt
Normally most of users Go to command line for managing remote Linux systems and Windows users used GUI for accessing remote or local system. This article will help you for reboot remote Linux Server using command prompt. […]
How to find Ubuntu Version, Codename and OS Architecture
In this article we will show you, how to find Ubuntu Version, Codename and OS Architecture. To get Ubuntu version details, Use […]
‘550 Invalid HELO Name’ Outloook
In this tutorial, we will show you how to fix the “550 Invalid HELO name” error in Outlook. From the Menu Bar, select Tools then Click E-mail Accounts Click “View or change existing e-mail accounts” then Select “Next“ Click your Email account and select “Change“ Select “More settings“ Click the “Outgoing Server” tab Check the box beside […]
Setting up a POP email account in ThunderBird
In this tutorial we will guide you the steps to set up a pop email account on ThunderBird. […]