MySQL authentication against active directory (2 replies)
Hi, Would like to know whether the MySQL installation on Linux can authenticate against windows active directory? Tried PAM authentication and it works. Trying to get integrated with active directory...
View Articlemysql5.7.11 initialization password for root (1 reply)
mysql version is 5.7.11,where is the password file ?? i used yum install mysql5.7
View Articleencrypt table (4 replies)
I have a mysql db that we are using for a small project. it will NOT be used by a website. what is the best way as of March 2016 to encrypt the data? I saw the AES function and an example and that...
View Articlerestricting privileges on tables (1 reply)
We have several applications on a database accessed by the same functional user. We are decommissioning one but we want to limit access to read only. Modifying the code is not possible but it was...
View ArticleProtect local database (2 replies)
Hi, I have installed MySQL Server 5.0 with a INNODB database on a pc (server) were the application I have developed, running in several pcs (clients) over a LAN, would connect to. The problem is that...
View Articlevalidate_password_strength (1 reply)
Hello, I enabled the password validation plugin. Is it possible to use validation_password_strength with an encrypted password, eg. from show grants? select validate_password_strength('test') = 0...
View ArticleMySQL TDE & Oracle Key Vault (1 reply)
Hi, How can I fix theses problems? --------------------------------------------------------------------------- [ERROR] Plugin keyring_okv reported: 'Error loading trust store'...
View ArticleMySQL Enterprise Audit (no replies)
Docs: http://dev.mysql.com/doc/refman/5.7/en/audit-log.html Blogs: http://mysqlserverteam.com/mysql-5-7-new-audit-log-filtering-feature-part-1/...
View ArticleHow to move the encryption tables to another mysql server? (1 reply)
Hi, How to move the encryption tables to another mysql server? I configured the MySQL Keyring for encryption. But I can't move those encryption talbes to another mysql server. server 1 : window mysql...
View ArticleExtenral authentication audit (5 replies)
When MySQL Enterprise Audit plugin is used with external authentication mechanism, such as LDAP, is it possible to differentiate users logging in directly via mysql.user table from external...
View ArticleMySQL PAM Authentication with AD (4 replies)
Hi All, I'm working on configuring AD authentication on MySQL (installed on Linux) using Pluggable Authentication Modules (PAM). MySQL version is 5.7 and Linux version is RHEL 6.6. So far, my AD users...
View ArticleWhere's the How-To for Encrypting Tables with MySQL 5.7? (1 reply)
Sorry if someone has asked this already, but I cannot seem to find any clear how-to for encrypting InnoDB tables using MySQL 5.7. I've already encrypted my replication, now it's time to look at the...
View ArticleCircumventing Passwordless Authentication functionality (1 reply)
I know this is a ridiculous suggestion, but I see a minor hole in the usage of the Passwordless Authentication protection method for MySQL 5.6+. Only because my customer is who they are, they may...
View ArticleMySQL Enterprise TDE (no replies)
https://www.mysql.com/products/enterprise/tde.html Docs: http://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-encryption.html http://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption.html...
View ArticleSSL connection validation (1 reply)
I'm seeing some confusing behavior when connecting to MySQL using SSL, and I'm hoping to get some clarification on what exactly is going on. I'm connecting to MySQL in Amazon Web Services RDS using...
View ArticleBest way to use PAM_Authentication (1 reply)
Hello Everyone, I am using PAM with clear text client side plugin and see below note in mysql 5.7 ref Manuel so is there any other to safely connect to mysql using LDAP account. The client-side plugin...
View ArticleMySQL Enterprise Encryption (no replies)
http://mysqlserverteam.com/mysql-enterprise-transparent-data-encryption-tde-provides-at-rest-encryption-for-physical-innodb-tablespace-data-files/
View ArticleRedaction Support in mySQL (1 reply)
Hi, We are currently in the process of moving to MySQL and would like to know what is the equivalent feature of Oracle redaction in MySQL Enterprise Edition . I understand there are MySQL Enterprise...
View ArticleChanging mysql.sys User Password (3 replies)
This is probably a daft question to a seasoned pro but Im a newbiw. Doo I need to change the mysql.sys password? After doing a: SELECT User,Host,Authentication_String FROM mysql.user; to display the...
View Article