No Image

MySQL 8.0.13 : InnoDB Transparent Tablespace Encryption for General Tablespaces

2019-01-18 KENNETH 0

MySQL 8.0.13 : InnoDB Transparent Tablespace Encryption for General Tablespaces In my previous post (here) I talked about “InnoDB Transparent tablespace encryption” which was introduced in MySQL 5.7.11. That encryption was limited to file-per-table tablespaces. In MySQL 8.0.13, encryption for general tablespace is introduced. This blog post aims to give a peek into this new feature.… Source: MySQL 8.0.13 : InnoDB Transparent Tablespace Encryption for General Tablespaces

MySQL at FOSDEM 2019

2019-01-10 KENNETH 0

MySQL at FOSDEM 2019 In less than a month, on February 2–3, the largest open source conference in Europe, FOSDEM, will take place in Brussels. The MySQL Engineering Team will of course attend and present. Here’s a short overview of our sessions. If you want to talk to us about something, or if you just want to listen and learn, this is where you’ll find us: Friday On February 1, the day before FOSDEM, we make an early start with a Pre-FOSDEM MySQL Day.… Source: MySQL at FOSDEM 2019

No Image

Importing Data from MongoDB to MySQL using Python

2018-11-15 KENNETH 0

Importing Data from MongoDB to MySQL using Python MySQL Shell 8.0.13 (GA) introduced a new feature to allow you to easily import JSON documents to MySQL. The basics of this new feature were described in a previous blog post. In this blog we we will provide more details about this feature, focusing on a practical use case of interest for to many: How to import JSON data from MongoDB to MySQL.… Source: Importing Data from MongoDB to MySQL using Python

No Image

MySQL 8.0.13: Change Current Password Policy

2018-11-15 KENNETH 0

MySQL 8.0.13: Change Current Password Policy We have introduced a new policy for you to enforce on your non-privileged users. It requires their current password at the time they set a new password. It is optional and off by default. You can control it globally (for all non-privileged users) or on a per-user basis.… Source: MySQL 8.0.13: Change Current Password Policy

No Image

Importing Data from MongoDB to MySQL using JavaScript

2018-11-13 KENNETH 0

Importing Data from MongoDB to MySQL using JavaScript MySQL Shell 8.0.13 (GA) introduced a new feature to import JSON documents to MySQL in an easy way. The basics of this new feature were described in a previous blog post. Here, we provide more details about this feature, focusing on a practical use case that may be of interest for some readers: How to import JSON data from MongoDB to MySQL.… Source: Importing Data from MongoDB to MySQL using JavaScript