Klzone
New member
- Affected version
- Version 2.
static analysis: 3 errors were found during analysis. a new statement was found, but no delimiter between it and the previous one. (near "
-- -- indexes for table
How can i solve myphpadmin import issues
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
)How can i solve myphpadmin import issues