I upgraded mysql from 5.5 to 5.6 in Debian 7 Wheezy box via apt-get
command and all seems fine, but when I restart mysql, I get:
[info] Stopping MySQL Community Server 5.6.23.
......
[info] MySQL Community Server 5.6.23 is stopped.
[info] Re-starting MySQL Community Server 5.6.23. sed: -e expression #1, char 12: unknown option to `s'
......
[info] MySQL Community Server 5.6.23 is started.
I have no lines in the error.log, so I don't know where to start to find what file is causing that error...