These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for MySQL create index - is feature lost or not there? on the new forum.
I've got a database with indexes, and want to create another one.
It's been a while since I created these indices. I can't find where to make another one in Virtualmin.
(Can / Did) I do this with Virtualmin? Or was this something I did with phpMyAdmin and copied the code?
Hmm, I have a suspicion you generated the indexes another way in the past -- I don't recall seeing the ability to create MySQL indexes within Virtualmin.
But, you can certainly create the database in Virtualmin, then setup any additional indexes you may want using phpMyAdmin.
You could also explore MySQL's "create index" command for how to create that from the command line or MySQL shell.
-Eric