Simply login into shell as root user and fire following command.
root@server[~]# mysqladmin variables | grep innodb
| have_innodb | YES |
| innodb_additional_mem_pool_size | 67108864 |
| innodb_autoextend_increment | 8 |
| innodb_buffer_pool_awe_mem_mb | 0 |
| innodb_buffer_pool_size | 1073741824 |
| innodb_checksums | ON |
In above result shows "have_innodb" YES result then yes innodb is enabled on server.
This blog is basically developed for the web hosting field members who are getting daily problems to sort out the client’s request/problem. I hope they will found out most of the solution on this blog.
Friday, October 22, 2010
Tuesday, May 11, 2010
To disable the version output for proftp, SSH into server and login as root.
At command prompt type: pico /etc/httpd/conf/httpd.conf
Scroll (way) down and change the following line to
ServerSignature Off
Restart Apache
Scroll (way) down and change the following line to
ServerSignature Off
Restart Apache
Subscribe to:
Posts (Atom)