This is a note to #14273 (Use APCu only if available in version 4.0.6 and higher)
As Ubuntu 14.04 ships currently the php5-apcu version 4.0.2, you get according the merged PR above the Warning in OwnCloud. Ubuntu 14.10 has already release 4.0.6.
欢迎光临!
$ sudo /usr/local/mysql/support-files/mysql.server stop
$ sudo mysqld_safe --skip-grant-tables
$ mysql -u root
mysql> UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
sudo /usr/local/mysql/support-files/mysql.server start