Sometimes the database you are viewing with the mysql client has so many tables you can't see all of them because the first results are hidden.
In the mysql client
pager less;
Now when you run show tables;
it will pipe it to less and you will be able to see the whole lot.
0 Comments