Database Administration
MySQL, SQL Server, Oracle, SQLite and recovery notes · 21 notes
Hands-on notes for databases, web deployment, AI environments, Minecraft servers, game backend services, and developer workflows.
MySQL, SQL Server, Oracle, SQLite and recovery notes · 21 notes
Flask, Java Web, Spring Boot, Vue and server setup · 2 notes
PyTorch, computer vision, LLMs and model environments · 7 notes
Windows, Linux, macOS, Docker, VS Code and Java tooling · 5 notes
Minecraft servers, plugins, mods, GTA V FiveM and game backend services · 2 notes
Overview This article documents a real-world data recovery case on a CentOS 8 server running MySQL 8.0. An accidental DELETE operation removed critical rows from production tables. Because…
A practical MySQL account is locked recovery case on Windows, covering root@localhost unlock, skip-grant-tables, named pipe access, datadir mismatch checks, mysql.user updates, and normal login verification.
Overview This article documents a hands-on process for installing MySQL 8.0.42 from the ZIP package on Windows, initializing the data directory, registering the Windows service, and resetting the…
A practical MySQL startup failure troubleshooting case on Windows, covering secure-file-priv path errors, a missing uploads directory, my.ini checks, mysqld console testing, and MySQL service reinstall steps.
A practical DBeaver InterSystems JDBC connection troubleshooting case on Windows, covering IRISDriver errors, Ensemble and Cache-compatible JDBC settings, driver class names, URL templates, and JAR file checks.
Fix MySQL command not found on Linux when MySQL 5.7 is installed but the mysql client cannot run because of PATH issues or missing libncurses.so.5.
A practical MySQL root password recovery workflow on Windows, including skip-grant-tables, named pipe connection, root password reset, MySQL service restart, and datadir startup error troubleshooting.