Re: View Disappears then Re-appears
I think from the sound of it that you have 2 MySQL Servers used in
a MySQL Cluster. In this case a CREATE VIEW will only be defined on
the MySQL Server it is defined at. Views and Triggers are not
propagated to the other MySQL Servers in the cluster.
So you need to perform CREATE VIEW in all MySQL Servers in the
cluster.
Subject
Views
Written By
Posted
1129
January 17, 2017 07:31AM
480
January 17, 2017 11:31AM
Re: View Disappears then Re-appears
520
January 17, 2017 02:33PM
546
January 18, 2017 08:53AM
446
January 18, 2017 11:00AM
456
January 18, 2017 10:04AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.