https://bugs.documentfoundation.org/show_bug.cgi?id=152370
Bug ID: 152370
Summary: MariaDB direct connection: Access through socket to
separate instance of MariaDB impossible
Product: LibreOffice
Version: 7.4.3.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
On Linux/KDE Akonadi creates a separate instance of MySQL. Runs in the users
folder and could be connected to through Konsole with
mysql -S /run/user/1000/akonadi/mysql.socket
When trying to connect to this socket following error if Base appears:
Can't connect to MySQL server on 'localhost' (111) at
/home/buildslave/source/libo-core/connectivity/source/drivers/mysqlc/mysqlc_general.cxx:120
Connection settings are only
Databasename → Test
Socket → /run/user/1000/akonadi/mysql.socket
… and nothing else, because there is no user needed …
For testing this you will need Linux and KDE. Akonadi will run by default with
MariaDB started.
Start with the command in Konsole to see it is running.
SHOW DATABASES;
will show you the databases "test" and "akonadi".
Now try to connect by Base with direct connection - impossible.
--
You are receiving this mail because:
You are the assignee for the bug.