To access a clientmysql -uUSERNAME -p

To view databasesshow databases;

To change to the database

To show the tables
To dump credentials


To access a clientmysql -uUSERNAME -p

To view databasesshow databases;

To change to the database

To show the tables
To dump credentials

