Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Andy] MariaDB?: Edit Log

Here is the list of edits for this post
Re: [Andy] MariaDB?
I got an error which made me investigate and try to solve it the above way.
I guess that maybe you work with a MariaDB database but use the. DBI:mysql driver.
The modification switches to DBI:MariaDB.
I had issues with special characters (Umlaute but also ndash and mdash) that probably won´t affect you.

The connection from the new server to the database of the GT server which I could solve by using:

Code:
$CONN{$conn_key}->{mysql_enable_utf8} = 1;
in Driver.pm.

On the new server with the old data I came up with the DBI:MariaDB.
At the moment everything seems to work fine and I hope I did not mess everything up in long terms.

Last edited by:

el noe: Mar 15, 2024, 5:46 AM

Edit Log: