Tag

In-Place

1 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jan 22, 2025 · Fundamentals

LeetCode 31 – Next Permutation: Problem Explanation and Multi‑Language Solutions

LeetCode problem 31, Next Permutation, requires rearranging an integer array in‑place to the lexicographically next greater arrangement by locating the first decreasing pair from the right, swapping it with the smallest larger element, and reversing the suffix, with Java, C++, and Python reference implementations provided.

AlgorithmIn-Placearray
0 likes · 6 min read
LeetCode 31 – Next Permutation: Problem Explanation and Multi‑Language Solutions
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 27, 2021 · Databases

Troubleshooting MySQL 5.6→5.7→8.0 Upgrade Failure Caused by Orphan Tablespaces and Data Dictionary Inconsistency

This article details the background, error analysis, and step‑by‑step solutions—including logical dump/restore and tablespace transfer—for fixing a MySQL 5.6 to 8.0 in‑place upgrade failure caused by missing #sql‑ib orphan files and data‑dictionary mismatches in a large Zabbix deployment.

Data DictionaryIn-PlaceMySQL
0 likes · 10 min read
Troubleshooting MySQL 5.6→5.7→8.0 Upgrade Failure Caused by Orphan Tablespaces and Data Dictionary Inconsistency
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 15, 2020 · Databases

Upgrading MySQL from 5.6 to 5.7 on Windows Using ZIP and In‑Place Method

This guide explains how to upgrade MySQL 5.6 instances to 5.7 on Windows by using the ZIP distribution and an in‑place upgrade, covering preparation, installation, required Visual C++ libraries, common pitfalls, troubleshooting steps, and a complete checklist of post‑upgrade actions.

In-PlaceMySQLWindows
0 likes · 16 min read
Upgrading MySQL from 5.6 to 5.7 on Windows Using ZIP and In‑Place Method