Home > Software engineering >  When operating the remote database database security problems
When operating the remote database database security problems

Time:11-09

Using VC remote connection MYSQL data, how to ensure that the connection with the security of data transmission, whether anyone can monitor to my password of the remote connection and destroy the database? Is there a safer way of connection?

CodePudding user response:

Can use SSL security connection

CodePudding user response:


Remote mysql root password authentication, nothing more than TCP protocol, he depends on the strength of the login network packet encryption algorithm,

The more secure connections?
Of course, such as the database server will only accept a white list IP connection, on security, SSL encryption layer, and security more,
The best practice is the database does not directly exposed to the external connection is used, but the front end or backend server to provide services (web services, etc.),

CodePudding user response:

Or packing a db server processing database and accept connections, the db operation.
Your program even dbserver. Dbserver database
  • Related