Jump to content


Photo
* * * * * 1 votes

Экспорт/Импорт в csv


20 replies to this topic

#21 lexxbond99

lexxbond99
  • Topic Starter
  • Members
  • User rate: 0
  • posts: 83
  • topics: 11

Posted 25 January 2017 - 18:16

You cannot reset the counter to a value less than or equal to any that have already been used. For MyISAM, if the value is less than or equal to the maximum value currently in the AUTO_INCREMENT column, the value is reset to the current maximum plus one. For InnoDB, if the value is less than the current maximum value in the column, no error occurs and the current sequence value is not changed. © dev.mysql.com

в Zoo надо выставлять счетчик не менее максимальной id базы, так что нужно очистить базу от больших id

 


вернее не в Zoo, а в случае с базой от Zoo, которая типа MyISAM






Click to return to top of page in style!