Search results

  1. K

    Error: YOU SHOULD UPGRADE TO MYSQL 5.5.0 OR LATER

    If you are getting error “YOU SHOULD UPGRADE TO MYSQL 5.5.0 OR LATER” in phpmyadmin then you can follow steps to resolve this issue. First check and go to below path to locate common.inc.php file. Windows server - C:\inetpub\wwwroot\phpMyAdmin\libraries\common.inc.php Linux server -...
  2. K

    Steps to set UT8MB4 for mysql

    You can check below steps to set UT8MB4 with phpMyAdmin . Login to cpanel account. You will get phpMyAdmin option under “Databases”. A new window will appear to manage your database. Here you have to select UT8MB4 Unicode and there is no need to save,it will be auto-saved.
  3. K

    Steps to repair .mdf files in SQL database.

    If you want to repair corrupt MDF files then you have to use DBCC (Database console commands) in SQL server management studio. Many DBCC commands are available like DBCC CHECKDB, DBCC DBREPAIR. To resolve this issue you can follow below steps: Open SQL server management studio. Here you will...
  4. K

    How to Fix the DirectAdmin: is not a valid username Error?

    At times, when restoring your directadmin accounts on a new server, you’ll notice an unusual error. While most of the accounts will be restored successfully, a few will return error with the message, “XYZ is not a valid user”. Messages like these is enough to scare the admins who presume they...
  5. K

    Fixing the DirectAdmin: User Too Large Delete on Background Error: A Complete Guide

    Just like other software, DirectAdmin ships with a lot of default settings. And one of them is, when the sum of the disk usage for any user being deleted exceeds the default threshold, the account gets deleted in the background by a process. You’ll receive these types of errors in the form of...
  6. K

    Adding Privacy Policy in Your WordPress Website: A Complete Guide

    After the introduction of regulation like GDPR, it has become mandatory for website owners to include a privacy policy on their website. This informs the web visitors about the data collection and processing. So irrespective of if you’re a blogger, business owner, freelancer, you must add a...
  7. K

    Changing the No. of Posts showed on Your WordPress

    Are you intended to change the no. of posts showing on your WordPress website? Before we know about how to change the post numbers on your WordPress, we just have a look at how to create a WordPress website in detail. Changing the No. of Posts showed On Your WordPress: Step 1: By default...
  8. K

    How to fix WordPress errors while uploading?

    The user may face some difficulty in uploading files (can be an image, video, text documents, or other files) in WordPress. These difficulties are figured as an unexpected error from the server due to some wrong settings. These errors may occur due to wrong file permission, themes, plugin, PHP...
  9. K

    How Should WordPress Comments Notifications be turned off?

    On overlooking, WordPress informs the website admin whenever it finds a newly updated comment on the website. Whether you are about to start a new blog, this feature can aware you of comments newly added that you can answer to and improve user consultation. Nevertheless, these notifications...
  10. K

    Complete Guide to Adding Special Characters in WordPress Pages

    Special characters help your website stand out. Besides appealing visually, some characters also serve an important purpose. The copyright, and registered characters inform the visitors that the website and its content are copyright-protected and registered by a company. So if you’re using...
  11. K

    Search Engines Website submission

    Search engines are the huge origin of traffic for most networks. So, mainly to make sure that the website is easy to find. Here, we explain to you about submitting your website to search engines easily and obtain traffic to the website. Are you intended to Submit a Website to search engines...
  12. K

    VoIP and its process

    VoIP and its process VoIP (Voice over Internet Protocol) initially started in the year 1995; it’s a minimization that VoIP has switched the way we transmit. Generally, VoIP is a phone technology on which you can make and receive phone calls using the internet instead of traditional phone lines...
  13. K

    Easy Guide to Changing Font Size in WordPress Website

    When you set up a WordPress website, it applies the default setting to everything -- including the font size. This depends on the designer who designed the theme. But it doesn’t necessarily mean you like the font size as well. So you may want to change it. In WordPress, that’s quite possible...
  14. K

    The Easiest Way to Replace “Just Another WordPress Site” Text

    When you first create a website in WordPress, you’ll have the headers and title bar read, “Just Another WordPress Site”. To look professional, you need to change this. In WordPress, you can do that with ease. You can even remove it altogether if you want to. In this tutorial, learn the steps...
  15. K

    How can we rename mysql database in cpanel?

    You can follow below steps to rename mysql database: Login to cpanel. Search for “Mysql Databases” under Databases. Now select particular database which you want to rename from “Current Databases” list and click on “Rename” option. Enter your desired password and click on “Proceed” button. Now...
  16. K

    Steps to check Mysql database size via command

    Login to SSH via root. Now you have to enter below command: mysql -u username –p You will see password prompt you have to enter password of your database. You have to enter below command to display all the databases and also you can see its size in MB. You can use this command to check single...
  17. K

    How to enable “the Leave a copy of the message on the server” in outlook?

    Open Outlook. Click the File tab > Account settings. Highlight your current POP3 account and click Change. Note: The window that opens will tell you what type of email account you have. (Look under Type.) Choose More settings and click on Advanced. You should see a check box titled “Leave a copy...
  18. K

    Steps to change FTP upload path in Plesk

    You can change upload path for your FTP through : Login to Plesk. After that click on “FTP Access”. Now you have to select desired FTP account of which you have to change path. You can change path of your directory here.
  19. K

    Steps to set FTP connections in winscp

    You can follow below steps to set the concurrent connection limit through: Open WinSCP and go to the Preferences section. Next to "Other general options" click on the "Preferences" button. Go to "Transfer" >> Background. In the right pane, simply edit the value next to "Maximal number of...
  20. K

    Complete Guide to Adding Keywords and Meta Description in WordPress

    After you’ve created a WordPress website, you need optimize for the search engines. The process is called search engine optimization or SEO. This requires you to add keywords and meta description to the website and the individual web pages. In this article, we thoroughly explain how to add those...
Top