Fix a MYSQL Update Issue

Fix a MYSQL Update Issue

I don't have a lot to say here, but it's worth saying, because all of the solutions I found online, did not work, but I found the issue, or at least my issue, and it was what I suspected. I kept getting issues with updates on my Linux PC, specifically related to MYSQL/Maria 8.0. Probably other versions as well. All of the solutions I found online were basically just, "apt-remove, apt-purge, apt-clean, reinstall". Which id not work. The full error is something like this. dpkg: error processing package mysql-server-8.0 (--configure): installed mysql-server-8.0 package post-installation script subprocess returned error exit status…
Code Project – SQL- VLC Portable Playlist to Text Dump

Code Project – SQL- VLC Portable Playlist to Text Dump

It's kind of funny how one post can lead to another sometimes.  This one is pretty basic but it also just shows a bit how useful I find knowing my way around computer systems to be.  Yesterday I posted about my little annual music playlists.  And as part of that, I wanted to actually post the playlist. I am pretty sure there is a fairly universal "playlist file type" out there and being open source, I had assumed that VLC on my phone stored the playlists somewhere in playlist files. That assumption was wrong, it uses a .db file.  A…