How to solve Myphpadmin import issue

Klzone

New member
XNullUser
Joined
May 13, 2022
Messages
11
Reaction score
1
Points
3
NullCash
0
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