[Libreoffice-bugs] [Bug 134982] Base - cannot connect via native mysql connector to XAMMP mysql/mariadb instance installed on Ubuntu 18.04
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 12 19:11:56 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134982
--- Comment #20 from Robert Großkopf <robert at familiegrosskopf.de> ---
(In reply to Duns from comment #19)
>
> Error code: 1698
> Access denied for user 'root'@'localhost'
This is depending on your installation. I don't think you really want to
connect to the MySQL database as root of a Linux system. You will create a user
with a password, who should connect to the database. And you have to allow this
user a connection from localhost, something like
SET PASSWORD FOR testuser at localhost=PASSWORD('.....');
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200912/14b075eb/attachment.htm>
More information about the Libreoffice-bugs
mailing list