BCS Blog

COBOL, z/OS performance measurement, and systems programming updates.

Open Portal

Dump Mariadb Schema Only

By Arch Brooks on January 22, 2026 in Programming

# Single database mariadb-dump -u your_username -p --no-data your_database_name > schema_only.sql

# ... or with hostname if needed mariadb-dump -h 127.0.0.1 -u your_username -p --no-data your_database_name > schema_only.sql


Views: 7 | Permalink: https://bcs.archman.us/blog.php?slug=dump-mariadb-schema-only


Comments

No comments yet.