MySQL create index - is feature lost or not there?

2 posts / 0 new
Last post
#1 Thu, 09/03/2009 - 01:56
sfbob

MySQL create index - is feature lost or not there?

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?

Thu, 09/03/2009 - 07:35
andreychek

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

Topic locked