How to solve Myphpadmin import issue

Klzone

Member
Registered
Joined
May 22, 2022
Messages
14
Points
3

Reputation:

How can i solve phpmyadmin

Version 2.2.5
static analysis: 3 errors were found during analysis. a new statement was found, but no delimiter between it and the previous one. (near "desc" at position 252) missing comma before start of a new alter operation. (near "add" at position 275) unrecognized alter operation. (near "add" at position 275)

-- -- indexes for table xf_post -- alter table xf_post add primary key (post_id), add key thread_id_post_date (thread_id,post_date), add key thread_id_position (thread_id,position), add key thread_id_score_date (thread_id,desc,post_date), add key user_id (user_id), add key post_date (post_date)
 
Top