- Raspberry Pi
- Server 128
- MariaDB
- Editing DB
Posted on 18 Aug 2021 at 09:01 am :: Last edit on 18/08/21 11:33 am
Editing DB
I used the CLI commands to make members only site 'Elf' public
- Download the database
: $ sudo mysqldump dbname > dbname.sql - Copy the database, in case my edit goes haywire
- Open in Geany and replace 'protetcted' with 'published
replaced 642 instances > saved Upload the edited database
: $ sudo mysql dbname < dbname.sql
Site is now public. ✓