Hello everyone, The COVID-19 should have affected almost everyone in a way or another. When it comes to the small and medium level business, the impact may be worse. We have seen that several small scale businesses are down because of the financial crisis during this pandemic. As a hosting provider, we thought about how ...
Scenario: Mysql was removed by a user without knowing what he was doing. He tried to install it again and not sure what all steps he followed. If you try to install you will face below problem you cannot set MySQL root password MySQL will not be started after installation you will see MySQL dependencies ...
There are two reasons for this error “cannot allocate memory for the buffer pool” 1) The system has no enough RAM or SWAP 2) innodb_buffer_pool_size is bigger. To fix this problem you can try two things 1) Add swap memory. 2) Edit /etc/my.cnf, and add the following line under the [mysqld] heading. [mysqld] innodb_buffer_pool_size=64M Now ...