Is this going to cause a problem - do they need to be corrected?
The SQL dump had them spec'd like this:
or thisPRIMARY KEY (clickid),
KEY index_page (page),
KEY index_domain_referrerdomain_date (domain,referrerdomain,date),
KEY channel (channel),
KEY index_year_month_day_hour (year,month,day,hour),
KEY index_keywords_date (keywords,date),
KEY index_ip (ip),
KEY index_referrer (referrer)
Was imported in PHPMyAdmin with compatibility mode: MYSQL40PRIMARY KEY (ID),
UNIQUE KEY ID (ID),
KEY ID_2 (ID)