Search results

  1. K

    Steps to repair MySQL database with phpMyAdmin

    You can follow below steps to repair your MySQL database through phpMyAdmin: Log in to cPanel. Click on “PhpMyAdmin” under “Database” section. Select particular database which you want to repair on left side. Now select tables which you want to repair or you can select all tables. After...
  2. K

    Steps to repair Mysql database in cpanel

    You can follow below steps to repair Mysql database database in cpanel: Log in to cPanel. Here in “Database” section you have to click on “MySQL databases”. A new window will open in “Modify Databases” section, now select the database from drop-down and click on “Repair the database” button
  3. K

    How to repair MySQL database in WHM?

    Steps to repair MySQL database from WHM server: Login to WHM. You will find “Repair a MySQL database” option under “SQL Services”. Now select the particular database which you want to repair and then click on “Repair Database” button.
  4. K

    Wordpress continue redirecting to wp-admin/install.php

    For Wordpress website there can be various reasons to redirecting on wp-admin/install.php continuously, this also varies according to situation. Let’s see how to resolve this issue: Check wp-config file: First of all check the wp-config file is available in your Wordpress or not. Also, cross...
  5. K

    Steps to allow logon with Services group policy and Remote Desktop Users group

    If you ever tried to login through Remote Desktop Services but you don’t have non-Admin account then surely you will get below error. Error Message To log on to this remote computer, you must be granted the Allow log on through Terminal Services right. By default, members of the Remote Desktop...
  6. K

    What the ‘SMTP Error from Remote Mail Server after RCPT TO’ Error Occurs? 5 Potential Reasons

    Email errors are common and can be really bothersome. One email error that creates havoc for admins is the ‘SMTP Error from Remote Mail Server after RCPT TO’ error. It pops up when you send emails from one account to another. But why does this crop up and how to fix it? Check out in this...
  7. K

    How to fix WordPress wp_cache_get?

    Well! We’ll start by executing the function which helps to get content from the cache. Using the group and key, you can take contents from the cache. wp_cache_get( int|string $key, string $group = ”, bool $force = false, bool $found = null ) $key: Here’s where you will store the contents of...
  8. K

    Steps to create MX record in Windows server

    If you want to use mail service then it is must to create MX record, let’s see how to create MX records in windows server. Login to windows server and navigate to Start >> Windows Administrative Tools. You will find “DNS” option, click on it. Choose your particular domain by double clicking on...
  9. K

    Access website via remote IIS

    You have to follow below steps: It is must to have IIS manager installed on your server or you can install it with below link: http://www.iis.net/expand/IISManager After that click on start button and after that open IIS manager. You will find File menu, click on “Connect to a Site”. Enter...
  10. K

    Steps to upgrade PHP version in Windows VPS

    According to requirement we have to upgrade PHP version for our web applications. But the important thing is to update the PHP version without affecting the current websites. In this situation we have to upgrade PHP version 5.3 to 5.4, let’s see few steps: First login to Windows VPS and after...
  11. K

    Steps to transfer files with Remote Desktop connection to Windows VPS

    You can easily transfer files from Remote Desktop connection to VPS and this is easy method while comparing to FTP and save time. First login to your Remote Desktop Connection. Click on the drop down and then choose Local Resource tab. Here you will find “More” button, click on it. Now, its...
  12. K

    Steps to connection with non standard port to Windows VPS

    On any server if you are using default port then attackers must be target your website or server easily. Like if you choose default port for Remote desktop services then intruders can easily attack your website. Windows default port is 3389 and most of the server uses this port. To resolve this...
  13. K

    Repair or Recover InnoDB Tables in MySQL: A Complete Guide

    Server crashing in the middle of a session will lead to inconsistent states. As opposed to repairing MYISAM tables in MySQL, repairing InnoDB isn’t that straightforward. There aren’t many dedicated tools available for repairing InnoDB. In this article, learn how to repair or repair InnoDB tables...
  14. K

    Ways to fix “mysqldump error 2003”

    Server owners will often use mysqldump for taking database backup completely. While using this tool, you may get some errors. This error states that the connection has been refused by the network. Below is the statement of how you will get the error message: mysqldump: Got error: 2003: Can't...
  15. K

    MySQL Failed to Start? Seven Reasons Behind the Error and How to Fix Them

    When trying to start the MySQL server, you must have come across this error message: [FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed If you don’t know why this happens, it can be quite infuriating. And this is one of those errors that requires immediate...
  16. K

    Fixing the MySQL ‘1146 Table Doesn’t Exist’ Error in Your Server

    The 1146 Table Doesn’t Exist is a common error faced by MySQL server admins. While there are multiple reasons behind this error, fixing it is actually easy. In this article, we explain those reasons and provide solution to fix the issue. Why the 1146 Table Doesn’t Exist Error Occurs? As...
  17. K

    What to do for the ‘MySQL Service Detected With Wrong Path’ error message?

    There are certain error messages in MySQL that lack pointers to the error source. In such cases, it becomes pretty hard to fix the error. One such error message is the ‘MySQL Service Detected with Wrong Path’ error. This problem occurs even after you’ve configured MySQL properly. In this...
  18. K

    How to fix “Cannot connect to MySQL server (10060)”?

    We often used to access MySQL remotely, in some cases, it won’t allow us to connect remotely. It may throw an error by saying “Cannot connect to MySQL server (10060)” There are more reasons to cross-check such as downtime in MySQL service and restrictions on the firewall. If the host...
  19. K

    Cloudflare CNAME Flattening

    From the domain of root/apex, the CNAME record is used by Cloudflare CNAME Flattening. It helps to keep on increasing the CNAME resolution speed. What is Cloudflare CNAME Flattening? To find out the points in CNAME, we need to have an IP address in hand. To figure out the IP address, CNAME...
  20. K

    How to fix Apache error 408?

    We all know well that, there is a request transformation between the server and client. If the server doesn’t get a request from the client that too, within the mentioned timeframe. You will get Apache error 408 right! We usually term it a timeout error. Yes! Sometimes, the request sent by the...
Top