Important MySQL Commands for Linux
1. To get into the MySQL Monitor: mysql -hDatabaseServerName -uUsername -p You would be again asked for the password. Retype your password. Now you will be in the MySQL Monitor, you could see something like below: mysql> Now type the following to go to your database: mysql> USE YourDatabaseName; To view the tables in your [...]
