
How to Reset MySQL root Password
If you’ve forgotten or need to change your root user password in MySQL, you might be wondering what steps are necessary to reset your MySQL …

If you’ve forgotten or need to change your root user password in MySQL, you might be wondering what steps are necessary to reset your MySQL …

In this article, we’ll cover how to view the status of a service on your dedicated server and, if necessary, how to restart it. Viewing …

There are two ways through which you can start, stop and restart any desired service: How to start a service :- First Method: /etc/init.d/service-name start …

A process in Linux is an instance of a running program. Each process has a unique identifier called a process ID (PID) that is used …

In this tutorial we’ll cover how to use MySQLcheck to repair a corrupted database table. Repairing a Corrupted MySQL Database Table Please refer to the …

What is FTP Port 21? FTP, or File Transfer Protocol, is a means of transferring data online directly from one server to another. Typically requiring …

What is an MX Record? MX records, or mail exchange records, are special server settings that help control the way your email is routed. In …

Frontpage has inbuilt HTTP which helps us to publish a site via HTTP. Please refer the following steps to publish a website using Frontpage: a.To …

Some of the open source applications work as expected due to mod security enabled on the server. It can be enabled or disabled in both …

1. Login to your server as a root user. 2. Edit the file as follows: # vi /etc/xinetd.d/telnet 3. Look for the line: …

Login to your server as root. On mysql prompt fire the following command: mysql> SHOW VARIABLES LIKE ‘%query_cache%’; This will result the …