linux server

  1. K

    How to manage MySQL service in Linux or Windows?

    You can follow below steps to start and stop mysql services from windows and Linux server. First login to Windows server. Navigate to Start >> Administrative Tools >> Services Now search and select MySQL service. Here first you have to check MySQL service is running or not and for that you can...
  2. K

    Error “SQLSTATE[HY000] [2002] No such file or directory”

    Login to server via SSH. Open my.cnf file available at /etc/my.cnf location. #log_bin = /var/log/mysql/mariadb-bin #log_bin_index = /var/log/mysql/mariadb-bin.inde #log_slow_verbosity = query_plan After that restart MySQL systemctl restart mysql
  3. K

    Complete Process of Uninstalling Memcached on a Linux Server

    Memcached is an incredibly powerful caching tool that can significantly speed up your website. So it isn’t quite a surprise to know that many web hosting plans come with Memcached installed on the Linux server. But there are times when you’d want to get rid of it for an alternative, let’s say...
  4. K

    Hacked server recovery

    How will you find that the server has been hacked? Do you know the traces to identify the hacked server? Yes! One of the providers or data centers may restrict you being entering into their circle. Your website shows traces of malware activity or services may get failure repeatedly. These are...
  5. bhawanisingh

    How to check MySQL version ?

    Are you trying to check out the MySQL Version on Linux server but dont know exactly how? here is the solution of this problem. MySQL only supports some features in particular version umber only. If you are facing such kind of problem then here are different ways to check MySQL version number...
  6. bhawanisingh

    508 Resource Limit Reached Error : Resolved.

    508 Resource Limit Reached Error : This error often comes to the domains which are hosted on CloudLinux server. On CloudLinux installed server every account has allotted a fixed amount of resources to use. This is just beacuse of CloudLinux installed server, as it uses LVE (Linux Virtualised...
Top