How to see the database architecture in MySQL??

Answers were Sorted based on User's Feedback



How to see the database architecture in MySQL??..

Answer / sambanxxx

You cannot see the architecture of MySQL by just entering a
simple query. Architecture is something that has to be
studied sometime for years. It's not that simple and it
cannot be seen using a simple query. Read a book on MySQL
architecture. And you will have to put lot of effort to
understand it.

Is This Answer Correct ?    2 Yes 0 No

How to see the database architecture in MySQL??..

Answer / prasad

desc database_name

Is This Answer Correct ?    1 Yes 7 No

How to see the database architecture in MySQL??..

Answer / aaaa

just try mysql_stat();

Is This Answer Correct ?    2 Yes 18 No

Post New Answer

More MySQL Interview Questions

How to get nth highest salary from table in a mysql?

0 Answers  


What is max connection in mysql?

0 Answers  


Is microsoft sql same as mysql?

0 Answers  


What's new in mysql 8?

0 Answers  


What is the latest version of mysql?

0 Answers  






What is the main different between Null and NOT Null. Difference between Primary and Unique Key. How to Check the database from which application is it possibe.

6 Answers  


What is the difference between mysql_fetch_assoc and mysql_fetch_array?

0 Answers  


What is a definer?

0 Answers  


How do we use % when performing a search query?

0 Answers  


What are CSV tables?

1 Answers  


What is difference between group by and order by clause?

0 Answers  


What does "i_am_a_dummy flag" do in mysql?

0 Answers  


Categories