Spec-Zone .ru
спецификации, руководства, описания, API

B.9. MySQL 5.7 FAQ: Security

Questions

Questions and Answers

B.9.1: Where can I find documentation that addresses security issues for MySQL?

The best place to start is Chapter 6, Security.

Other portions of the MySQL Documentation which you may find useful with regard to specific security concerns include the following:

B.9.2: Does MySQL 5.7 have native support for SSL?

Most 5.7 binaries have support for SSL connections between the client and server. See Section 6.3.9, "Using SSL for Secure Connections".

You can also tunnel a connection using SSH, if (for example) the client application does not support SSL connections. For an example, see Section 6.3.10, "Connecting to MySQL Remotely from Windows with SSH".

B.9.3: Is SSL support be built into MySQL binaries, or must I recompile the binary myself to enable it?

Most 5.7 binaries have SSL enabled for client-server connections that are secured, authenticated, or both. See Section 6.3.9, "Using SSL for Secure Connections".

B.9.4: Does MySQL 5.7 have built-in authentication against LDAP directories?

Not at this time.

B.9.5: Does MySQL 5.7 include support for Roles Based Access Control (RBAC)?

Not at this time.