What are some of the main security issues that you face when using MySQL as a web enabled database?
- Is MySQL database secure?
- What are the disadvantages of using MySQL?
- What are MySQL vulnerabilities?
- How is the MySQL access security controlled?
Is MySQL database secure?
MySQL provides robust data security to protect data including secure connections, authentication services, fine-grained authorization and controls, and data encryption.
What are the disadvantages of using MySQL?
Disadvantages of MySQL: MySQL doesn't have as good a developing and debugging tool as compared to paid databases. MySQL versions less than 5.0 do not support COMMIT, stored procedure and ROLE. MySQL is prone to data corruption as it inefficient in handling transactions. MySQL does not support SQL check constraints.
What are MySQL vulnerabilities?
#CVE IDScoreUnspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.11CVE-2013-38024.0
How is the MySQL access security controlled?
MySQL uses security based on Access Control Lists (ACLs) for all connections, queries, and other operations that a user may attempt to perform. There is also some support for SSL-encrypted connections between MySQL clients and servers.
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago