How to set default storage engine to MyISAM to InnoDB vice versa
|

How to set default storage engine to MyISAM to InnoDB vice versa

In this tutorial we will learn about how to set default storage engine to MyISAM to InnoDB or vice versa. Since the change in MySQL default storage engine as InnoDB there are many Database Servers which are still running in MyISAM. The change in Default storage engine come after MySQL 5.0 and later versions. In…

How to check default storage engine in MySQL server
|

How to check default storage engine in MySQL server

MySQL server comes with many engines,earlier MyISAM was default storage engine but from MySQL version 5.5 and later InnoDB now become a default storage engine. Yet,you should know what is the default storage engine running in mysql server. It might be possible any database admin has changed to MyISAM or INNODB as default storage engine…

Beginners 4 basic commands of database in mysql server

Beginners 4 basic commands of database in mysql server

Today we will learn about 4 basic commands in mysql server which are related to manage the database.These 4 commands are important for any Mysql Database administrator.The post is mainly written for beginners of MySQL database administration. All the data are saved in some database. These Databases have some name hence the basic thing is,we…

How to install Seafile server in Debian Wheezy 7

How to install Seafile server in Debian Wheezy 7

Seafile is a syncing and collabarative tool for team. The team members can share the files among themself and can sync the file from seafile client. Seafile is based upon python django.Many people compare it with owncloud and both have almost same functionality like file sharing but owncloud has many features. For professional team, I…

How to install mod_proxy and setup reverse proxy in Apache Ubuntu
|

How to install mod_proxy and setup reverse proxy in Apache Ubuntu

How to install mod_proxy and setup reverse proxy in Apache Ubuntu Today in this tutorial we will learn about installing apache proxy module and how to setup reverse proxy. The module name is mod_proxy ,it is core module which supports Forward and Reverse Proxy settings in Apache WebServer. There are other modules also which is…

Shareaholic Related Content Recommendations issue fixed in v7.0.3.3

Shareaholic Related Content Recommendations issue fixed in v7.0.3.3

Shareaholic Related Content Recommendations issue fixed in v7.0.3.3 Sheraholic provides awesome blog and web browser social media tools. More than 270 Millions people trust on Shareaholic for its content discovery and sharing tools in web world. Just a month ago, I also implemented Shareholic WordPress plugin version 7.0.3.0 in my blog but later I found…