Posts Tagged format

Customizing Mysql Prompt For multiple Servers

If you are using mysql regularly on multiple servers its really useful to have the promt in mysql to show something more than mysql>. It would be useful if it showed the username,hostname, current database and things like that.
So how to do this.

Continue reading “Customizing Mysql Prompt For multiple Servers” »


, , , , , , , , , , ,

2 Comments

How to Format a Usb in Linux

There are two methods of formatting a usb in linux that I use.

  1. The first method is using gparted (or parted non gui version of gparted). This is an easy gui interface that uses shell commands as backend. It is easy to do it.
    You install this package using the command. Continue reading “How to Format a Usb in Linux” »

, , , ,

1 Comment