Load Data into MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • drec

    #1

    Load Data into MySQL

    I have a table in which its primary key is auto-incremented. Yet, when
    I try to load data using load data infile, this column will not
    auto-increment. I am leaving that column blank in my file to be
    uploaded, yet it fills this value in with a zero for all records.

    Should I be using a php script to load this file? Why isnt this
    updating correctly?

Working...