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
1331
January 17, 2017 07:31AM
573
January 17, 2017 11:31AM
Re: View Disappears then Re-appears
633
January 17, 2017 02:33PM
670
January 18, 2017 08:53AM
577
January 18, 2017 11:00AM
559
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.