Mega Code Archive

 
Categories / MySQL Tutorial / MySQL Utilities
 

You can select the database on the command line when you invoke mysql

You must select database for use each time you begin a mysql session. mysql> shell> mysql -h host -u user -p yourDatabaseName mysql>