Every time I start mysql, first query that I type is "use my_db_name" where my_db_name is the name of the database that I always use. I would like mysql to use my_db_name by default. Is there a way we can do that?
EDIT: I am connecting to mysql from command line.