I recently installed CasaOS and am following BigBear’s content on YouTube, where he presents the installation of MariaDB and NextCloud on CasaOS.
However, when using the command: mysql -h casaos_ip -P 3306 -u my_user -p to connect to the MariaDB server, I encounter the following error: ERROR 2059 (HY000): Plugin http could not be loaded: Error loading shared library /usr/lib/mariadb/plugin/http.so: No such file or directory
In fact, I don`t have this file, but I followed the tutorial step by step.
Yes, I even changed the password to an easier one to check this problem.
But I just managed to solve my issue. I had configured the host as HTTP, which is why it wasn’t working. Changing it to HTTPS worked without any problems.