Go Back   Forum Care Forums > Development Reference Area > MySQL Discussion

Reply
 
LinkBack Thread Tools Display Modes
storage engine
Old
  (#1)
hakim
Guest
 
Posts: n/a
Default storage engine - 06-04-2007, 07:49 AM

How do I know which storage engine a database uses?

show storage engines;

shows me all the possibillities, but I want to know it for one of my
created databases.

Thanks,

Achim

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: storage engine
Old
  (#2)
Captain Paralytic
Guest
 
Posts: n/a
Default Re: storage engine - 06-04-2007, 07:49 AM


hakim wrote:

> How do I know which storage engine a database uses?
>
> show storage engines;
>
> shows me all the possibillities, but I want to know it for one of my
> created databases.
>
> Thanks,
>
> Achim


SHOW CREATE TABLE table_name

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: storage engine
Old
  (#3)
toby
Guest
 
Posts: n/a
Default Re: storage engine - 06-04-2007, 07:49 AM


Captain Paralytic wrote:
> hakim wrote:
>
> > How do I know which storage engine a database uses?
> >
> > show storage engines;
> >
> > shows me all the possibillities, but I want to know it for one of my
> > created databases.
> >
> > Thanks,
> >
> > Achim

>
> SHOW CREATE TABLE table_name


or SHOW TABLE STATUS;

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top