penguinspeaks
Technical User
Hello all
I moved my server to a new VPS box. I am trying to upload the database sql that I exported from the old site but I keep getting errors that I do not know how to remedy.
THis is on mysql database.
This came from the same export so why should the import be any different? The field is set to date to timestamp with current time as the default. I tried changing it to just datetime but it still will not populate the table.
Does anyone have any ideas on what I should do?
I moved my server to a new VPS box. I am trying to upload the database sql that I exported from the old site but I keep getting errors that I do not know how to remedy.
THis is on mysql database.
Code:
Error
SQL query:
--
INSERT INTO `orders` (`id`, `tracking_`, `source_`, `istatus_`, `case_`, `cus_id`, `ip_`,
`device_id`, `mod1_`, `brand_`, `carrier_`, `model_`, `off_`, `value_`, `first_`, `last_`, `phone_`, `address1_`, `address2_`, `city_`, `state_`,
`zip_`, `method_`, `payment_`, `email_`, `image_`, `confirm_`, `date_`, `payment_date`, `paypalemail_`, `item_grade_`, `item_comments_`, `istatus2_`,
`selling_price_`, `profit_`, `imei_`, `imei_status_`, `sell_date_`, `con_dif_`, `update_`, `emails_sent`, `emails_sent2`) VALUES
values not posted due to security
MySQL said: Documentation
#1292 - Incorrect datetime value: '2014-
06-29 20:11:48' for column 'date_' at row 40
This came from the same export so why should the import be any different? The field is set to date to timestamp with current time as the default. I tried changing it to just datetime but it still will not populate the table.
Does anyone have any ideas on what I should do?