FAQ
Members List
Calendar
Mark Forums Read
Verifying Index Created
dbTalk Databases Forums
Databases
comp.databases
Verifying Index Created
comp.databases
comp.databases
Discuss
Verifying Index Created
in the
comp.databases
forum.
Thread Tools
Display Modes
#
1
ewijaya
Posts: n/a
Verifying Index Created -
04-23-2007 , 07:46 AM
How do you check if an index has been sucessfully created?
For example under mysql:
mysql > alter table TABLE_A add index (Field1);
is successful?
because using "describe" doesn't seem to show
the effect of the changes.
--
Regards,
Edward
ewijaya
#
2
Hugo
Posts: n/a
Re: Verifying Index Created -
04-23-2007 , 07:51 AM
ewijaya wrote :
Quote:
How do you check if an index has been sucessfully created?
mysql > alter table TABLE_A add index (Field1);
"mysql > show index from TABLE_A;"
For more complete informations, you could also try:
"mysql > show create table TABLE_A;"
--
Hugo
Hugo
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Contact Us
-
dbTalk Databases Forums
-
Archive
-
Top