Today I had a plan already in mind, have a long bike ride to BIADevenahalli (Bangalore International Airport). The airport started fullyoperational just a few days ago.My plan was slightly affected by rain as I had to seek a shelter forabout 45 minutes. While coming back I was fully drenched !! Enjoy the snaps.. By […]
Create a new MySQL user – Howto?
May 22nd, 2008There are few ways you can create a new user for a MySQL DB. Using grant command to create a new user and assign privileges to access a DB. Use the create user mysql command followed by grant command to set access privileges. Directly editing the mysql DB using insert, update etc (which is a […]