Each time I run mysql, the first query 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 any way to do this?
EDIT: I am connecting to mysql from the command line.
source share