I created a DB with utf8mb4 with the general_ci collection, but the issue remains. I’ll try to change the SQL script
I created a DB with utf8mb4 with the general_ci collection, but the issue remains. I’ll try to change the SQL script
The app seems great.
@matteinim@feddit.it I’m getting an error when trying to create the DB tables: Reason:
SQL Error [1273] [HY000]: (conn=517001) Unknown collation: 'utf8mb4_0900_ai_ci'
Does it support MariaDB 10.6.17?
I prefer to use Vinegar, instead of the adblocker, alongside SponsorBlock and DeArrow (⌐■_■)
Well, if you don’t link an instance, it won’t work. And you need to know the instances’ name (some of them don’t support account creation, which you’ll need if you want to import your YouTube’s subscriptions).
So, compared to a normal app, like NewPipe where you install it and it just works, they are not wrong on saying that it’s s a bit of a pain.
I use and recommend Baikal.
To make it work, I had to remove some things from the script, which didn’t work for me:
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci
(like you suggested)COMMIT;
(In Alter Tables, since as far as I remember, DDL commands don’t need to commit, only the DML ones. So I did the commit manually)If I need to remove the registration, do I have to update the Value column on tarallo_settings table or are there any settings’ menu which I’m not seeing?