MySQL Security Best Practices (no replies)
MySQL Security Best Practices http://www.mysql.com/why-mysql/presentations/mysql-security-best-practices/
View ArticleMySQL 5.7: Emulating roles with expanded proxy user (no replies)
MySQL 5.7: Emulating roles with expanded proxy user http://mysqlblog.fivefarmers.com/2015/04/08/emulating-roles-with-expanded-proxy-user-support-in-5-7-7/
View ArticleMySQL 5.7: improved CREATE USER, ALTER USER (no replies)
http://mysqlblog.fivefarmers.com/2015/04/10/improved-alter-user-syntax-support-in-5-7/ Before MySQL Server 5.7.6, ALTER USER could only be used to expire a user’s password. That’s pretty limited. With...
View ArticleMySQL 5.7: Which TLS ciphers are connections using? (no replies)
http://mysqlblog.fivefarmers.com/2015/04/13/practical-p_s-which-tls-ciphers-are-connections-using/
View ArticleMySQL 5.7: SSL/TLS and RSA Improvements for OpenSSL Linked MySQL Binaries (no...
MySQL 5.7: SSL/TLS and RSA Improvements for OpenSSL Linked MySQL Binaries http://mysqlserverteam.com/ssltls-and-rsa-improvements-for-openssl-linked-mysql-5-7-binaries/
View ArticleMySQL Enterprise Edition Database Firewall – Control and Monitor SQL...
https://scriptingmysql.wordpress.com/2015/04/21/mysql-enterprise-edition-database-firewall-control-and-monitor-sql-statement-executions/
View ArticleMySQL 5.7: Locking Accounts (no replies)
MySQL 5.7: Locking Accounts http://mysqlblog.fivefarmers.com/2015/04/21/locking-accounts-in-mysql-5-7/
View ArticleError 1045 (28000) Access denied for user 'USER'@'REVERSE_DNS' (6 replies)
Hi all, when connecting from remote machine (from any remote machine) to my MySQL server, I receive this error: ERROR 1045 (28000): Access denied for user 'MyUser'@'hostxx-xx-xx-xx.contoso.com' (using...
View ArticleSecurity Patches (1 reply)
Hi, Are there any security patch release for Community Edition of MySQL similar to Oracle Critical Security Patch ? Really appreciate your response. I am kind of new to MySQL database so asking basic...
View ArticleHow can find the Changes in Database Table Structure (2 replies)
Dear Forum Members, I need know some information about the information_schema Database, i using 5.5.42-cll in Linux platform,I am using InnoDb engine for my database.I noticed that CREATE_TIME field...
View ArticleMySQL authentication against active directory (no 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 (3 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 (no replies)
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 (1 reply)
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 (no replies)
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 (no replies)
Hi, How can I fix theses problems? --------------------------------------------------------------------------- [ERROR] Plugin keyring_okv reported: 'Error loading trust store'...
View ArticleMySQL Enterprise Audit (no replies)
Blogs: http://mysqlserverteam.com/mysql-5-7-new-audit-log-filtering-feature-part-1/ http://mysqlserverteam.com/mysql-enterprise-audit-parsing-audit-information-from-log-files-inserting-into-mysql-table/
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 Article