Purpose
Ensure application connects to the MariaDB container reliably and consistently post-migration.
Steps
- Β Start the full container stack (MediaWiki + Database + phpMyAdmin).
- Load the MediaWiki front page.
- Create and save a test page.
- View the database via phpMyAdmin and confirm the page was stored.
Expected Result
- No DB connection errors in the MediaWiki logs.
- Page data is stored in the appropriate database table.
- phpMyAdmin shows updated content in the `text` and `revision` tables.