2019-01-13

MySQL - Command line to display a list of all tables


mysql -NBA -h the_host -u user_name -p -D database_name -e 'show tables'

No comments:

Post a Comment