the same problem, I can not change in my.cnf max_connections = 65535 open_files_limit = 65535
in /etc/sysctl.conf fs.file-max = 2459688 in /etc/security/limits.conf www-data soft nofile 65535 www-data hard nofile 65535 mysql soft nofile 65535 mysql hard nofile 65535 root soft nofile 65535 root hard nofile 65535 cat / proc / `pidof mysqld` / limits | egrep 'Limit | open files' Limit Soft Limit Hard Limit Units Max open files 1024 4096 files max_connections 214 why so? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1434758 Title: mysqld: errno: 24 - Too many open files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1434758/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
