ONLYOFFICE / snap-documentserver

The ONLYOFFICE Document Server snap package for the snap package system
https://snapcraft.io/onlyoffice-ds
GNU Affero General Public License v3.0
20 stars 6 forks source link

OnlyOffice is messing up with the default mysql server #134

Closed salihmarangoz closed 1 year ago

salihmarangoz commented 1 year ago

This issue is unique.

Operating System of DocumentServer

Linux (DEB package)

Version information

Latest snap

Expected Behavior

I would expect to use OnlyOffice and follow MySQL tutorials separately.

Actual Behavior

OnlyOffice is messing up with the default MySQL server, so when I run "sudo mysql" I get the following error: "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"

Reproduction Steps

  1. Install OnlyOffice via snap
  2. Install MySQL server via apt
  3. Run "sudo mysql"

Additional information

Ubuntu 20.04

igwyd commented 1 year ago

Hello @salihmarangoz, our installation used mysql inside the snap packadge on the deafult port 3306, change it https://github.com/ONLYOFFICE/snap-documentserver#mysql-port-configuration and restart mysql.

salihmarangoz commented 1 year ago

Thanks!