mysqlshow is another way to check the database details table and column information, let’s check some of the basic commands
shows available databases # mysqlshow -pmysql
Display all tables in a DB # mysqlshow -pmysql databasename
Display tables along with number of columns in a database # mysqlshow -v -pmysql databasename
Display columns and Rows […]
Recent Comments