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
1219
January 17, 2017 07:31AM
513
January 17, 2017 11:31AM
Re: View Disappears then Re-appears
567
January 17, 2017 02:33PM
600
January 18, 2017 08:53AM
498
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.