MySQL: Difference between revisions

121 bytes added ,  15 December 2017
→‎Checking the status of the replication setup: Update auto_increment value for a table
→‎Checking the status of the replication setup: Update auto_increment value for a table
Line 138: Line 138:
mysql> start slave;
mysql> start slave;
</syntaxhighlight>
</syntaxhighlight>
== Update auto_increment value for a table ==
<source lang="mysql">
mysql> alter table auto_increment = 388;
</source>


== Checking the status of the replication setup ==
== Checking the status of the replication setup ==