Forum Moderators: coopster
I was wondering if there are ready-to-use scripts available to make an index in a mysql database? I've got a table with a few columns (artist, title, body, ... are a few of them) and I want to build an index from these columns. In fact, the question is 'how do I build an index from these columns'? :->
Turbohost
phpMyAdmin is your one-stop for managing your mysql database(s). Just download it and edit the config.php with your database username/password and your pretty much set :)
You can just open up your table and edit the fields to be an index.