By Greg Nowak, 6 August, 2021 Mysqldump Encoding: How to Prevent Broken Characters in Database Exports Prevent broken text in MySQL exports by checking column metadata, choosing the right dump charset, and proving the restore before migration handoff. Tags mysql Linux database migration mysqldump
By Greg Nowak, 9 February, 2021 MySQL Zero-Date Import Errors: A Safer Fix for Legacy Data Fix MySQL zero-date import errors without weakening the whole server. Audit the data, use a session-only bridge, and plan a durable cleanup. Tags mysql database migration DevOps
By Greg Nowak, 5 April, 2019 Install a Specific MySQL Version on Ubuntu Without Creating Upgrade Debt Choose a supported MySQL release on Ubuntu, install it through Oracle’s APT repository, and handle exact-version pinning without creating hidden upgrade debt. Tags mysql Ubuntu DevOps Server Administration