When you are working in mysql server sometimes you need the information about what is the storage engine of table in database. Mostly we use Innodb and MyISAM but it might be the case in mysql server other storage engine can also be used. In mysql to know storage engine of mysql table,use the below […]
Linux
See mysql command output vertically
When you work on mysql server and hit some command in mysql prompt,you get the output in horizontal way. For eg. I hit the command, select emailid from linuxtable where user = ‘sharad’; and this table has lots of fields . In that case the output looks weird. Rather than seeing the output Horizontally in […]
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 […]
linux release renew dhcp assigned ip address
In this post we will read about how to release renew dhcp assigned ip address in linux. In Windows for releasing and renew of DHCP assigned IP, we use the command ipconfig /release ipconfig /renew How to release the DHCP assigned IP in linux. The below command will be applied to all interfaces which are […]
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 […]
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 […]
Recent Comments