How to keep track of the cloud computing errors in MySQL server?

Asked By 0 points N/A Posted on -
qa-featured

There are issues with some cloud computing models when it comes to privacy and security. I want to know which is the best cloud computing model where I can easily track errors in my server.

The database management system I am currently using Drizzle, a faster version of MySQL Server, using SQL language. Since it is an open source database, I want to track my cloud computing errors in the server.  It uses public cloud deployment model. 

What could be the best way to keep track of my cloud computing errors in MySQL server?

SHARE
Answered By 0 points N/A #82469

How to keep track of the cloud computing errors in MySQL server?

qa-featured

If you want to use it purposely to track errors, then the best is the cloud model to use it.  The recently launched model from Amazon known as the virtual private cloud, which was launched in August. Operating a public cloud poses security risks to you as a user with all the online exposure.

The Virtual private cloud can solve this issue because you may create a logical separate set of elastic computer cloud. Tools to be used in your MySQL Server to track errors are Replication monitor, SQL server management studio, TSQL and RMO,  Alerts for replication and system monitor all this are developed to monitor replicators.

Related Questions