Hi, my hosting provider doesnt allow me to access my database via mysql, could someone please help me out . i need a php file which will connect to the database and alter some tables with the following details
eg.
ALTER TABLE category ADD INDEX ( parent_id ) ;
ALTER TABLE category ADD INDEX ( top ) ;
ALTER TABLE category ADD INDEX ( sort_order ) ;
any help would be great