Figure 1. Tables for storing information about masters
CREATE TABLE my_masters (
idx INT AUTO_INCREMENT,
host CHAR(50) NOT [Read more...]
| Showing entries 1 to 2 |
Figure 1. Tables for storing information about masters
CREATE TABLE my_masters (
idx INT AUTO_INCREMENT,
host CHAR(50) NOT [Read more...]
SHOW SLAVE STATUS—the twist is that the implementation is entirely done in the server, using pure SQL.If you're familiar with
[Read more...]| Showing entries 1 to 2 |