![]() |
I added indexes to post.dateline, thread.lastpost and thread.lastposter.
ALTER TABLE `post` ADD INDEX(`dateline`); ALTER TABLE `thread` ADD INDEX(`lastpost`); ALTER TABLE `thread` ADD INDEX(`lastposter`); How to un-done it in phpMyAdmin ? |
[sql]ALTER TABLE `post` DROP INDEX(`dateline`);
ALTER TABLE `thread` DROP INDEX(`lastpost`); ALTER TABLE `thread` DROP INDEX(`lastposter`); [/sql] |
Forgive this question from a clueless newbie, but phpmyadmin?
|
please don't bump old threads;)
|
Quote:
If you want to run queries in vB3, you can use the control panel if you turn on $canrunqueries for your userid in config.php. |
All times are GMT. The time now is 08:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|