hi,
i already tried to change “max_allowed_packet”, but seems it doesn’t works.
./cells install go fine
Deploying interface assets: 90% done…
2018-06-01T14:15:11.736+0200 INFO Extracted 8015 files for a total size of 95909460
Deploying interface assets: 100% done…
Interface assets: Copied 8015 files
Writing file /home/pydio/.config/pydio/cells/static/pydio/data/plugins/boot.conf/bootstrap.json
Created interface config files
Installation Finished: please restart with ‘./cells start’ command
but the database is empty
MariaDB [(none)]> use cells;
Database changed
MariaDB [cells]> show tables;
Empty set (0.00 sec)
The installer say
Database Password (leave empty if not needed): *****
Successfully connected to the database
instead mariadb
2018-06-01 14:15:11 140456304948992 [Warning] Aborted connection 8 to db: ‘cells’ user: ‘pydio’ host: ‘localhost’ (Got an error reading communication packets)
2018-06-01 14:15:11 140456304641792 [Warning] Aborted connection 9 to db: ‘cells’ user: ‘pydio’ host: ‘localhost’ (Got an error reading communication packets)
any suggestion about it?