SQL LIbrary Databases Question

  • 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.

  • No, once there is a newer version active (82 instead of 81), and all works according to plan, you can drop the older database. Apparently one or more changes have been made to tmusic database. Don't forget to make the occasional database backup.