groups

name language licence
reset mysql numbers SQL (Rails) Other
gravatar php crypt PHP Other
logged in Other WA
unset session (logout) PHP WA
WA fail inline PHP Other
if readable and exsists PHP Other

< 1 2 >



language: SQL (Rails)
licence: Other

reset mysql numbers

options: view full snippetsend to code collector
SQL Query

======================

ALTER TABLE tablename AUTO_INCREMENT = 1
	
(Continues...)