MySQL Forums
Forum List  »  NDB clusters

Re: View Disappears then Re-appears
Posted by: Mikael Ronström
Date: January 17, 2017 02:33PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
1326
January 17, 2017 07:31AM
571
January 17, 2017 11:31AM
Re: View Disappears then Re-appears
631
January 17, 2017 02:33PM
668
January 18, 2017 08:53AM
555
January 18, 2017 10:04AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.