Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

SQL Help

Asked Modified Viewed 2,201 times
A
arat
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

When checking the tables using phpMyAdmin, I get the following:

-Problems with indexes of table 'fusion_posts'
-More than one INDEX key was created for column 'post_datestamp'

Under indexes, I see both a 'post_datestamp' and a 'post_datestamp_2'. Is this correct or has an extra index been created. Can I safely delete 'post_datestamp_2'?
Edited by arat on 10-07-2008 17:45,
0 replies

2 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

There should only be one "post_datestamp field"
The index keys should be thread_id and post_datestamp.

You can safely delete post_datestamp2.
0 replies
A
arat
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Thanks! I'm not sure how the extra one got there.
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
A
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet