i was trying to do some maintenance on the database and i have the following problem when looking at the database with phpmyadmin on the site
Code:
Table Ation Records Type Collation Size Overhead
uc_order_products_pair_vw Browse Structure Search Insert Empty Drop ~01 View --- unknown -
uc_order_products_qty_vw Browse Structure Search Insert Empty Drop ~01 View --- unknown -
uc_order_products_user_vw Browse Structure Search Insert Empty Drop ~01 View --- unknown -
and trying to repair the tables by select all/repair gives the following error
Code:
Table Op Msg_type Msg_text
dsystems.uc_order_products_pair_vw repair Error 'dsystems.uc_order_products_pair_vw' is not BASE T...
dsystems.uc_order_products_pair_vw repair error Corrupt
dsystems.uc_order_products_qty_vw repair Error 'dsystems.uc_order_products_qty_vw' is not BASE TA...
dsystems.uc_order_products_qty_vw repair error Corrupt
dsystems.uc_order_products_user_vw repair Error 'dsystems.uc_order_products_user_vw' is not BASE T...
dsystems.uc_order_products_user_vw repair error Corrupt
how can i fix this? i don't have access to any command line utilities