MySQL: Difference between revisions

Jump to navigation Jump to search
39 bytes added ,  9 January 2018
→‎Update auto_increment value for a table: Read the auto_increment of a table
Line 146: Line 146:
mysql> select `auto_increment` from information_schema.tables where table_schema = 'iechomain' and table_name = 'user_sites';
mysql> select `auto_increment` from information_schema.tables where table_schema = 'iechomain' and table_name = 'user_sites';
</source>
</source>
Update the auto_increment of a table.


<source lang="mysql">
<source lang="mysql">

Navigation menu