When i Backup DB error mess "# No tables found in database. " Help ME
Have you used the command USE DATABASE whatever_the_database_name_is?
If you don't, no way it is going to do anything.
Like, for example:
USE DATABASE mysql;
and you are on the mysql DB. Now you can query the database.
Hope it helps
fLIPIS