Comments - MariaDB Replication

7 years, 4 months ago IT IT Mig

Proper way to sent alter to a master without messing up the replication is

- instead of ALTER DBNAME.TABLE

you use the

-USE DBNAME and then -ALTER TABLE TABLENAME

the use database helped me,

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.