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 practical setup for running SQL Server on Linux with Docker and connecting to it from Python through Microsoft ODBC Driver and pyodbc. The…
Overview This article documents a troubleshooting case for SQL Server Express remote connection and login failures. The environment involved SQL Server Express, SQL Server Management Studio, a C#…
Overview This article documents a troubleshooting case for a MariaDB 10.2 instance installed under a custom path on Linux. The database service had startup and access problems. One…
Overview This article documents a troubleshooting case for Oracle listener connection errors on Windows Server 2008 R2. The environment involved Oracle 9i, PL/SQL Developer, and a BSEAP 5.0…
Overview This article documents a practical Oracle Database 11g import case on Windows. The goal was to import a database dump file named YONBIPV3-1028.DMP into a local Oracle…
Troubleshooting a DBeaver SQL Syntax Error Near UNION When Querying SAP Tables Overview This article documents a troubleshooting case where a SQL query against SAP-related tables failed in…
A practical MySQL InnoDB data recovery case involving ERROR 1812 missing tablespace, a deleted .ibd file, Ubuntu data directory checks, filesystem recovery attempts, and backup recommendations.
Overview This article documents a real-world troubleshooting case where MySQL 5.7 on CentOS failed to start correctly through systemd. The investigation covered several layers: service status, performance_schema system…
Overview This article documents the process of configuring MySQL 8.0 on Windows 10 so that it can accept remote connections from other machines on the same local network.…
Overview This article documents the process of moving a MySQL 8.0 installation to a new directory on Windows, resolving service startup failures related to incorrect datadir paths, and…