On Wed, Jul 5, 2017 at 4:06 PM, Gabriel Marais <[email protected]> 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? > > Look for for logs. For mariadb it's in syslog (/var/log/syslog). I'm not sure where the default mysql installation puts its logs, try either syslog or the file *.err on /var/lib/mysql . -- Fajar
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
