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

What is max connection in mysql?

0 Answers  


Where is the mysql data directory?

0 Answers  


what is the difrence between sql and pl/sql

21 Answers   Wipro,


What is dbms in mysql?

0 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

0 Answers  


What is difference between function and procedure in mysql?

0 Answers  


How can you make a database as your current database?

0 Answers  


How will show all records containing the name "sonia" and the phone number '9876543210'

0 Answers  


What, if a table has one column defined as TIMESTAMP?

0 Answers  


What is the difference between the primary and unique key in mysql?

0 Answers  


what is the procedure to configure the application of mysql?

0 Answers  


Is mysql is a programming language?

0 Answers  


Categories