29 Kasım 2021 Pazartesi

SHOW SLAVE STATUS

Örnek
Şöyle yaparız
SHOW SLAVE STATUS\G;
Açıklaması şöyle 
If you issue this statement using the mysql client, you can use a \G statement terminator rather than a semicolon to obtain a more readable vertical layout
Örnek
Şöyle yaparız
# You can also watch the data changing. Try…
watch –interval=1 –differences 'mysql -uuser -ppassword -e "show slave status\G"'


Hiç yorum yok:

Yorum Gönder

Soft Delete

Giriş Açıklaması  şöyle When using the soft delete mechanism on the database, you might run into a situation where a record with a unique co...