I'm running on Ubuntu 16.10 (yakkety yak) with MariaDB 10.x and experience the very same issue as Ubuntu 16.04 Server MySql open_file_limit won't go higher than 65536 with one exception, my open file limits is 16364
cat /proc/$(pgrep mysql)/limits | grep files
Max open files 16364 16364 files
I've searched a lot, and followed this guide, but nothing is changing the "Max Open Files" limit at all :(
Is there somebody who know the answer, or might be able to help?