change the definition of all the procedure (1 reply)
in version 5.7 I could change the definition of all the procedure in the table mysql.proc In version 8, where is it done?
View ArticleMySQL 8.0: What's New in Security (no replies)
https://www.slideshare.net/GeorgiKodinov/devtalksro-2019-whats-new-in-mysql-80-security
View ArticleMySQL 8.0: Roles (no replies)
https://lefred.be/content/some-queries-related-to-mysql-roles/
View Articleunknow variable validate_password (no replies)
I run mysql 5.7.27 on Ubuntu 18.04. I have installed validate_password plugin and have it loaded in the config file with plugin-load=server_audit=server_audit.so No issue there. However when I put in...
View ArticleBinary Log Encryption: Encryption of Temporary Capture Files (no replies)
https://mysqlhighavailability.com/binary-log-encryption-encryption-of-temporary-capture-files/
View ArticleEnable SSL Connection (6 replies)
I want to enable SSL for MySQL 5.7.27. I updated the /etc/my.cnf as follows: [mysqld] ssl-ca=ca.pem ssl-cert=server-cert.pem ssl-key=server-key.pem After restarted MySQL, I discovered the following...
View ArticleAudit Log for a particular table (1 reply)
Hi There I wonder if it is possible to turn on audit logging just for one table for MySQL database. Best regards Dave
View ArticlePermissions SHOW CREATE PROCEDURE (4 replies)
What permissions can I give a developer to see the code of the procedures and functions? With MySQL v.8 SHOW CREATE PROCEDURE does not work. I have read that giving SELECT at the server level would be...
View ArticleMySQL is OpenSSL-only now ! (no replies)
https://mysqlserverteam.com/mysql-is-openssl-only-now/
View ArticleSupport for TLS 1.3 in Group Replication (no replies)
https://mysqlhighavailability.com/support-for-tls-1-3-in-group-replication/
View ArticleMySQL Random Password Generation (no replies)
https://elephantdolphin.blogspot.com/2019/10/mysql-random-password-generation.html
View ArticleEncrypting TDE credential files (1 reply)
Is there some way to encrypt the keyring_aws_conf TDE credential file on disk? It is needed to comply with PCI-DSS v 3.1 ss 8.2.1 where it states: 'Using strong cryptography, render all authentication...
View ArticleMySQL: Check who’s trying to access data they should not (no replies)
https://lefred.be/content/mysql-check-whos-trying-to-access-data-they-should-not/
View ArticleOpenSSL 3.0: Update on 3.0 Development, FIPS and 1.0.2 EOL (no replies)
OpenSSL 3.0: Update on 3.0 Development, FIPS and 1.0.2 EOL — https://www.openssl.org/blog/blog/2019/11/07/3.0-update/ — https://keypair.us/2019/11/openssl-3-0-fips-timeline/
View ArticleHow to install new ssl certificate? (no replies)
So I'm kind of new to MySQL but I know enough to get around. Our databases are being hosted from AWS and their certificates are about to renew. From what I read it seems like we need to update our...
View ArticleSSL configuration fails with a warning (no replies)
Hi I am trying to set up a MySQL server 8.0.16 on RHEL 7.5. The configuration I am willing to include for this server contains SSL related options. The MySQL server is initialized but with a warning...
View ArticleMySQL workbench password rotation (no replies)
We are rotating our database passwords regularly and I want to automatically update the password on our developers machines. Is there any way I can update the password in their MySQL Workbench via...
View ArticleUser Roles (1 reply)
Currently i'm working with MySQL 8.19 Community on linux. Developing a VB Studio app that uses stored procedures and functions on MySQL. Created a schema called vagt_db and two roles r_admin and...
View ArticleGrant permissions (1 reply)
I have 50 users, and 10 developers and the user privileges are all over the place. E.g: Developer1 and Developer2 do not have the exact same privileges. What is the best practice to grant them...
View ArticleMySQL 8.0: Controlling table encryption (no replies)
https://mysqlserverteam.com/controlling-table-encryption-in-mysql-8-0/
View Article