- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
upgrade mysql 5.6.x to mysql 5.6.30/5.6.31
Created on 06-13-2016 10:56 PM - edited 09-16-2022 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are using HDP2.2. stack and by default mysql 5.6.x has been bundled. The security team assessment report shows that there are vulnerabilities in mysql 5.6 and the remedy of the issue could be upgrade mysql 5.6.30 or above. I am not sure how to upgrade mysql alone in HDP 2.2 and would be good if any one have such experience of upgrading mysql 5.6.x to 5.6.30 or above. Please reply.
Created 06-14-2016 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should take a database dump of the various backend stores like Hive, Oozie, Ranger before the upgrade, see instructions here. This way after upgrade of MySQL if you run into issues you still have your backup database dumps.
Created 06-14-2016 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should take a database dump of the various backend stores like Hive, Oozie, Ranger before the upgrade, see instructions here. This way after upgrade of MySQL if you run into issues you still have your backup database dumps.
Created 06-14-2016 09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Deepesh for your immense response.
