php - A way to search form table in MySQL database -


I saw a way to scan the database for a specific table. For example, I have:

  Database: system_ultimate table: system_settings  

and let us know, that no one knows the exact name of the table. He only knows how it is related to something like settings ? How can he search for that table name?

I understand, people who usually know what they develop, but I try to stay away from direct communication with the table using MVC and I name. I am here.

I know that I can use the Show Tables to see all the tables;

  show the '% settings' tab as shown;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -