Hi,
I am currently hosting my library on a separate server running MariaDB. When I do a 'show databases;' command I get the following:
+--------------------+
| Database |
+--------------------+
| MyMusic81 |
| MyMusic82 |
| MyVideos119 |
...etc
Clearly I have two databases for music, do I need both of those? Should I back up both of those databases? Could I delete MyMusic81?
TIA, H.