Results 1 to 4 of 4
Hi all,
I am newbie to mysql, i know all standard location where we can get database. I wanted to know which storage engine (myisam, innodb, etc) is used to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-17-2008 #1Linux Newbie
- Join Date
- Feb 2008
- Location
- Bangalore, India
- Posts
- 112
how to recongnize which storage engine used for database.
Hi all,
I am newbie to mysql, i know all standard location where we can get database. I wanted to know which storage engine (myisam, innodb, etc) is used to store data.bigunix.blogspot.com
Registered Linux User: #476440
- 07-17-2008 #2Just Joined!
- Join Date
- Jul 2008
- Location
- Lithuania
- Posts
- 4
use:
table engine will be in column 'Engine'Code:SHOW TABLE STATUS
- 07-17-2008 #3Linux Newbie
- Join Date
- Feb 2008
- Location
- Bangalore, India
- Posts
- 112
Isnt there anything which will result database details. I mean when its created, type, storage engine, size etc......
bigunix.blogspot.com
Registered Linux User: #476440
- 07-17-2008 #4Just Joined!
- Join Date
- Jul 2008
- Location
- Lithuania
- Posts
- 4
Shows what do you need - tables creation date, engine, last update date and so on. It shows info about all tables in database that is using (command USE)Code:SHOW TABLE STATUS


Reply With Quote
