Comments on: 12 MySQL/MariaDB Security Best Practices for Linux https://www.tecmint.com/mysql-mariadb-security-best-practices-for-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 23 Aug 2018 23:20:02 +0000 hourly 1 By: SeaZhang https://www.tecmint.com/mysql-mariadb-security-best-practices-for-linux/comment-page-1/#comment-1026901 Thu, 23 Aug 2018 23:20:02 +0000 https://www.tecmint.com/?p=28087#comment-1026901 Hi, this step ‘log=/var/log/mysql.log‘ can’t work, it should be like this:

 
general_log=ON 
general_log_file=/var/log/mysql.log

then systemctl restart mysql can success.

]]>
By: Aaron Kili https://www.tecmint.com/mysql-mariadb-security-best-practices-for-linux/comment-page-1/#comment-945058 Wed, 06 Dec 2017 07:10:20 +0000 https://www.tecmint.com/?p=28087#comment-945058 In reply to Tomas.

@Tomas

Oh sure, encryption is a proven way for securing data, therefore it should really fall here. Thanks for sharing this.

]]>
By: Tomas https://www.tecmint.com/mysql-mariadb-security-best-practices-for-linux/comment-page-1/#comment-944730 Tue, 05 Dec 2017 10:09:40 +0000 https://www.tecmint.com/?p=28087#comment-944730 I see that MySQL 5.7 supports InnoDB tablespace encryption. Would encryption to secure sensitive data fall under MySQL best practices?

]]>