On Sun, 24 Jun 2018, Gary Hodder wrote:

Done that and qt3 compiles ok.
Got through to running rdadmin and it says cannot connect to mysql
server.

Did you configure QT3 with -qt-sql-mysql ?

Debian 9 has a strange version of MySQL. I have the following notes:

MySQL installs with the root user set with plugin = unix_socket. That needs to be changed to NULL.

Also, in /etc/mysql/mariadb.conf.d/50-server.conf:

change: character-set-driver = utf8mb4
to:     character-set-driver = latin1

change: collation-server = utf8mb4_general_ci
to:     collation-server = latin1_swedish_ci


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to