Database tables

hi i want to know all the database tables from bench and when i hit show tables it only show the top tables and i want to show the rest of database tables any help please ?
Thanks in advance

Just use SQL?

bench --site sitename mariadb
[_dbname] > show tables; 

at first thanks for your effort and time
second i have done all these steps before but it show me 30 tables only instead of 932 table so what can i do

are you sure? Maybe the output is just “paginated” and your terminal pager isn’t handling it well. Try using j/k keys to scroll.

it works very well
Thanks for your Time :heart_eyes: