The cluster crashes

Hi there,

The cluster has been giving an error for a while due to this error. I have to stop and start all mysql services to make the system work.

mysql_error.txt (8.3 KB)

Looks like you are trying to create a VIEW that already exists (error #1) and you also are trying to create a non-deterministic SQL function without the proper SQL syntax. I suggest you read over your error log again to see the specific error messages and fix your SQL based on the suggestions.

For the VIEW, you only need to create the view on 1 server and it will replicate to all other servers.