How to delete all rows of MySQL table. With reseting primary key auto increment and without reseting it.
Source code viewer
-- If you don'n have to preserve the current value of the AUTO_INCREMENT -- To preserve the current value of the AUTO_INCREMENTProgramming Language: MySQL