cannot load keyring_okv (7 replies)
I am trying to load the keyring_okv.so plugin, but I keep getting errors when MySQL starts. I am using MySQL 5.7.17. Here are the error messages I am receiving: 2017-03-27T15:29:02.323830Z 0 [ERROR]...
View ArticleDoes MySQL TDE support the third party HSM for Master Key. (no replies)
Hi All, Can you please let me know about the HSM support for MySQL TDE. Do we generate the Master Key on HSM and access the key from HSM for MySQL TDE. I have searched in MySQL documentation but not...
View ArticleAcees denied? (3 replies)
Hi, I'm trying to make this query, but I do not know why I miss this error: Mysql> show tables from ibdata1; ERROR 1018 (HY000): Can not read dir of './ibdata1/' (errno: 20) I am accessing the...
View Articleuser allowed from % (host) but able to login locally as well (no replies)
Version : 5.6.35-log MySQL Community Problem : User is not allowed to login locally but user is able to login locally (from server) to Database. ===========user privileges========= grant select on...
View Article"Underlying keyring service returned an error" whilst trying to set up...
Hi I am trying to set up encryption for the first time with MySQL 5.7.18 for the first time. I am following the tutorial but have hit this brickwall when trying to generate a key using: SELECT...
View ArticleA quick tour of MySQL 8.0 roles (no replies)
https://www.slideshare.net/datacharmer/a-quick-tour-of-mysql-80-roles
View ArticleMySQL 8.0: security (no replies)
https://www.slideshare.net/GeorgiKodinov/pl17-mysql-80-security
View ArticleMySQL Audit (2 replies)
Is MySQL audit will work only with mysql enterprise versions ? we cann't use this with community versions?
View ArticleMySQL Hybrid Data Encryption by Example (no replies)
http://mysqlserverteam.com/hybrid-data-encryption-by-example-using-mysql-enterprise-edition/
View ArticleMySQL 8.8: Roles -- quick tour (no replies)
https://www.slideshare.net/datacharmer/a-quick-tour-of-mysql-80-roles/
View ArticleProtecting Data with Digital Signatures by Example using MySQL Enterprise...
http://mysqlserverteam.com/protecting-data-with-digital-signatures-by-example-using-mysql-enterprise-edition/
View ArticleSHOW TABLES producing empty result set (2 replies)
Hi, According to the 5.6 Ref on the SHOW TABLES command, you should be able to see the tables for which you have access when issuing that command. That does not seem to be the case where I have a user...
View ArticleDoes keyring plugin work with MySQL 5.5? (1 reply)
I just installed MySQL 5.5.56. When I navigate to the directory C:\Program Files\MySQL\MySQL Server 5.5\lib\plugin\, there is no keyring_file.dll. Does that mean we cannot use InnoDB encryption with...
View ArticleyaSSL replacement plan (no replies)
The MySQL Community Edition TLS implementation (yaSSL) is getting outdated, and lacking in support for several newer features like TLS1.2. I believe further development on yaSSL has ceased, and so it...
View ArticleERROR 2026 (HY000): SSL connection error: SSL is required but the server...
I followed the following process to create the CA, certificate and key PEF files: https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html I run "openssl verify" and verified that...
View ArticleEnabling SSL (no replies)
Hi friends, I'm wondering about the MySQL Replication, now I've added the "ssl" parameter on my.conf and inserted too the certificates path as below, but if I try to verify obtain: mysql> show...
View ArticleNewly created users not seeing tables they've been granted privs on in...
Hi, This is driving me a bit crazy. I've created 2 new users with identical privs on specific tables on specific databases; e.g. SELECT on d1.table1 & SELECT,UPDATE on db1.table2 and...
View ArticleWhy is ENCRYPT() depreciated when it can be used to create secure hashes?...
Now, usually my programs would hash passwords before interacting with MySQL, but I've ran into a situation where MySQL has to do some of that work. So, according to...
View ArticleSHA1 handshake pass (2 replies)
Hello, I'm not sure I placed this in the right section, but my question is if someone could explain how the handshake authentication works. As I get from MySQL internals, it should be SHA1 pass and I...
View ArticleEach instance with diferrent ssl CA and cert and key, while use...
I build a database with single master node and mulit slave nodes, and each node with different ssl CA and cert and key. I used datasource like c3p0 to create connection and jdbc url like:...
View Article