On 07/05/2017 04:06 AM, Gabriel Marais wrote:
Hi Guys
Recently I have been trying to install MySQL on a Ubuntu 14.04
container. The files are downloaded fine, and installation continues
to the point where one needs to specify the root password for MySQL -
At this point, after specifying the password, the installation hangs
as below:-
Setting up libaio1:amd64 (0.3.109-4) ...
Setting up mysql-server-core-5.5 (5.5.55-0ubuntu0.14.04.1) ...
Setting up mysql-server-5.5 (5.5.55-0ubuntu0.14.04.1) ...
170705 8:40:45 [Warning] Using unique option prefix key_buffer instead
of key_buffer_size is deprecated and will be removed in a future
release. Please use the full name instead.
170705 8:40:45 [Note] Ignoring --secure-file-priv value as server is
running with --bootstrap.
170705 8:40:45 [Note] /usr/sbin/mysqld (mysqld
5.5.55-0ubuntu0.14.04.1) starting as process 3846 ...
Nothing happens after this point.
Any ideas on what to look for?
Are you installing mysql in clean state or you are upgrading an old
install/config, because your warning ("Using unique option prefix
key_buffer instead of key_buffer_size is deprecated and will be removed
in a future release. Please use the full name instead") happens with old
/etc/my.cnf updated to mysql 5.5. I do:
~ > lxc launch ubuntu:14.04 mymy
Creating mymy
Starting mymy
~ > lxc exec mymy bash
root@mymy:~# apt update
....
root@mymy:~# apt install mysql-server
....
mysql start/running, process 3614
....
root@mymy:~#
the install process ask me for the initial password and mysql get
installed, but this was from a clean state (my host is 16.04 LTS)
--
Yonsy Solis
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users