4,461
edits
→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 == |