Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04 Update Problems: MySQL, Redis Server #32

Open
morris821028 opened this issue Sep 8, 2018 · 0 comments
Open

Ubuntu 16.04 Update Problems: MySQL, Redis Server #32

morris821028 opened this issue Sep 8, 2018 · 0 comments

Comments

@morris821028
Copy link
Member

Redis Server

You may got the error message when you start with redis server. Please check the port 6379 usage first, and then check redis setting in host OS.

https://bugs.launchpad.net/ubuntu/+source/redis/+bug/1663911

    $ sudo su
    $ mkdir /etc/systemd/system/redis-server.service.d/
    $ cd /etc/systemd/system/redis-server.service.d/
    $ echo '[Service]' > redis.override.conf
    $ echo 'PrivateDevices=no' >> redis.override.conf

MySQL grouping

Please degrade your MySQL version into 5.6. There are some SQL query sentences written by me as web beginner. If you don't want to change MySQL server, remove group feature from MySQL configuration.

https://stackoverflow.com/questions/23921117/disable-only-full-group-by

https://blog.csdn.net/helloxiaozhe/article/details/78570016

https://blog.csdn.net/u283056051/article/details/52463948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant