I downloaded the latest MariaDB binary and installed that. Now I can set a root password and access MySQL succssfully, but rdadmin can't. It says "unable to connect to MySQL."
telnet localhost 3306 gets me something, so I know the server is running. I have rd.conf set up properly, so that's not the problem.
Now, the new MariaDB doesn't seem to come with a my.cnf file; there are no references to it in the installation instructions, so it must be looking for configuration parameters somewhere else. I wonder where...
Rob -- Я там, где ребята толковые, Я там, где плакаты "Вперёд", Где песни рабочие новые Страна трудовая поёт. On Tue, 14 Nov 2017, Fred Gleason wrote:
On Nov 14, 2017, at 13:52, Luka Cvetko <[email protected]> wrote: I'm not a current Rivendell user, but know that this is a known limit of the InnoDB engine on MariaDB/MySQL <= 5.6 when dealing with utf8mb4 collations (I suppose your database is taht way since your list signature uses Cryrillic). If you’re trying to use utf8mb4, there are going to be a number of problems with the Rivendell schema. You should use latin1. However, the fact that even the basic DB connection authentication is broken in the ‘mysql’ database tells me that there is something fundamentally foobar with that MariaDB package. Cheers! |----------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |----------------------------------------------------------------------| | A room without books is like a body without a soul. | | -- Cicero | |----------------------------------------------------------------------|
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
