MySQL 5.6 sha256 authentication (2 replies)
Hello all I see that the sha256 authentication mechanism was introduced in MySQL 5.6 but since the link to access the release notes is not working, I am not sure what was the exact version in which it...
View ArticleGenerate Auth Token using RestAPI on CyberArk (1 reply)
I am writing a python program that can login to my CyberArk using my username, password and Radious OTP and generate a temporary auth token, that i can use in other function. Can anyone please tell me...
View ArticleMySQL 8.0.33 Enterprise Edition: Data Masking Component (no replies)
MySQL 8.0.33 Enterprise Edition: Data Masking Component MySQL Enterprise Edition now provides data masking and de-identification capabilities based on components, rather than being based on a plugin...
View ArticleMySQL Enterprise Data Masking and De-Identification (no replies)
MySQL 8.0: Masking - https://blogs.oracle.com/mysql/post/explore-the-new-mysql-enterprise-data-masking-and-deidentification-features -...
View Articledynamic privileges for web applications (no replies)
Hello, I want to design a dynamic privileges system to be applied in relation to some bundles (modules) of my monolithic web application in PHP. My goal is to ensure security by applying custom...
View ArticlePermission oddity/issue Mysql 8 (3 replies)
Hi y'all, We've recently upgraded our DB to the Mysql 8 from Mysql 5.7. Version of Mysql 8 we're on is 8.0.32 I'm going to use a test user below but this test user mimics an actual user in our DB....
View ArticleProblem data at rest encryption configuration of component_keyring_file in...
I have a problem with the configuration of component_keyring_file in mysql server in windows 11. Until now these are the steps I have been followed. STEP BY STEP TO Encryption at DATA-REST 1. Activate...
View Articleclient auth with lets encrypt certs (1 reply)
i run ops for a few dev teams. because our servers must be publicly accessible and because they are under constant exploit attempts, we prefer to use strong (elyptic curve) tls client and server auth...
View ArticleMySQL HeatWave Database Audit for Data Governance, Compliance, and Security...
MySQL HeatWave Database Audit for Data Governance, Compliance, and Security - https://blogs.oracle.com/mysql/post/introducing-mysql-heatwave-database-audit
View ArticleEncryption data (no replies)
Hi, I would like to crypt data on my mysql database. I saw that Data-at-rest Encryption exist but is available in Mysql community version or only on mysql Enterprise. If not how to do the encryption ?...
View ArticleMySQL Connector/J 2FA and FIDO (WebAuthn) (no replies)
MySQL Connector/J 2FA and FIDO (WebAuthn) - https://blogs.oracle.com/mysql/post/mysql-connectorj-fido-webauthn
View ArticleMySQL: authentication_webauthn (no replies)
MySQL: authentication_webauthn — https://blogs.oracle.com/mysql/post/new-kid-on-the-block-authenticationwebauthn
View ArticleMySQL: Improving TLS Ciphers usage (no replies)
MySQL: Improving TLS Ciphers usage — https://blogs.oracle.com/mysql/post/improving-tls-ciphers-usage-in-mysql-820
View ArticleKeyring_OKV integration with external KMS for TDE (no replies)
Hi there, I'm trying to configure MySQL db to use the keyring_okv to communicate using KMIP with my external KMS when doing TDE. I have the MEK in my KMS but I get multiple errors from MySQL during...
View ArticleMySQL 8.0.35 and mysql_native_password (no replies)
I am currently using MySQL 8.0.33 and am planning to upgrade to version 8.0.35. In my configuration file (my.cnf) I have set: default_authentication_plugin=mysql_native_password. According to the...
View ArticleHow to change the login plugin from mysql_native_password to...
Hi, Most of our environments are mysql5.7 and we are trying MySQL8 recently. One difference between 5.7.x and 8.0 is that the default login plugin is changed from mysql_native_password to...
View ArticleConfiguring keyring component (no replies)
Gents,I an trying to configure component keyring on RHEL 8. I placed a global file in /sbin per the instructions. I placed a second file in /usr/lib64/mysql/plugin and verified library was there....
View ArticleMySQL: Keyring components (no replies)
Introducing Keyring Components in MySQL — https://blogs.oracle.com/mysql/post/keyring-components — https://blogs.oracle.com/mysql/post/component-keyring-file —...
View ArticleComponent Key ring file (1 reply)
Hi everyone, I was trying to work on component key ring file installation and after performing all the steps am not able to encrypt a table. Am I missing something? Can someone guide me on this? Added...
View ArticleUnable to login mysql after keyring plugin install (no replies)
I'm unable to log in after enabling the keyring plugin in mysql. Request you to assist
View ArticleCopy password from one user to another (2 replies)
With mysql5.5 we used to copy passwords from one user to another with the following sql update mysql.user set password = ((select pass from (select password as pass from mysql.user where...
View Articlequestion on "--ssl-ca" flag during ssl connection (1 reply)
I've a mysql server running on redhat8 and enabled it for TLS/SSL one way authentication. my question is about the significance of using "--ssl-ca" to validate the server certificate , given that...
View ArticleFIPS mode help! (2 replies)
I installed MySQL 8.0.38 Community Server on my Windows machine, but when I try to turn on FIPS mode, I get an error: ERROR] [MY-011272] [Server] SSL fips mode error: error:12800067:DSO support...
View Articlemysql_native_password deprecation plans (2 replies)
Hi, We see that the default authentication plugin has changed from mysql_native_password to caching_sha2_password. We know we have to (and are in the process of) migrating over to...
View ArticleMySQL: OpenID Connect (Oauth2 - JWT) Authentication (no replies)
MySQL: OpenID Connect (Oauth2 - JWT) Authentication - https://blogs.oracle.com/mysql/post/openid-connect-oauth2-jwt-authentication-support-in-mysql
View ArticleHow to use passkeys to authenticate to MySQL (no replies)
https://blogs.oracle.com/mysql/post/how-to-use-passkeys-to-authenticate-to-mysql
View ArticleMySQL FLUSH_PRIVILEGES: A new dynamic privilege to execute FLUSH PRIVILEGES...
https://blogs.oracle.com/mysql/post/flushprivileges-a-new-dynamic-privilege-to-execute-flush-privileges
View ArticleProblem with caching_sha2_password and proxy/proxied user (3 replies)
Hi, I am currently setting up a completely new MySQL 8.4 server in order to migrate an old server to it. In the course of the work, all users are to be newly created with caching_sha2_password...
View ArticleSSL connection error: error:0A000086:SSL routines::certificate verify failed...
Hello, I'm dealing with a problem that's taking up far too much of my time. I must have spent around 30 hours on the subject and I'm starting to overdose. Let me explain what I'm dealing with: I want...
View Articlemanagement of mysql-keyring file (no replies)
Hi, I'm trying to implement my own keyring file management mechanism on Linux OS. I searched documentation and I didn't find any information when exactly MySQL accesses mysql-keyring file. Would you...
View Article