<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 07/05/2017 04:06 AM, Gabriel Marais
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:d7ef1bf5-86b9-fbe4-c10b-779adb8d9e8b@gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p style="margin-top: 0px; color: rgb(34, 34, 34); font-family:
Helvetica, Arial, sans-serif; font-size: 14px; font-style:
normal; font-variant-ligatures: normal; font-variant-caps:
normal; font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial;">Hi Guys</p>
<p style="color: rgb(34, 34, 34); font-family: Helvetica, Arial,
sans-serif; font-size: 14px; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial;">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:-</p>
<p style="color: rgb(34, 34, 34); font-family: Helvetica, Arial,
sans-serif; font-size: 14px; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial;">Setting up libaio1:amd64 (0.3.109-4) ...<br>
Setting up mysql-server-core-5.5 (5.5.55-0ubuntu0.14.04.1) ...<br>
Setting up mysql-server-5.5 (5.5.55-0ubuntu0.14.04.1) ...<br>
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.<br>
170705 8:40:45 [Note] Ignoring --secure-file-priv value as
server is running with --bootstrap.<br>
170705 8:40:45 [Note] /usr/sbin/mysqld (mysqld
5.5.55-0ubuntu0.14.04.1) starting as process 3846 ...</p>
<p style="color: rgb(34, 34, 34); font-family: Helvetica, Arial,
sans-serif; font-size: 14px; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial;">Nothing happens after this point.</p>
<p style="color: rgb(34, 34, 34); font-family: Helvetica, Arial,
sans-serif; font-size: 14px; font-style: normal;
font-variant-ligatures: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; orphans: 2;
text-align: start; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
255); text-decoration-style: initial; text-decoration-color:
initial;">Any ideas on what to look for?<br>
</p>
</blockquote>
<br>
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:<br>
<br>
<br>
~ > lxc launch ubuntu:14.04 mymy<br>
Creating mymy<br>
Starting mymy<br>
~ > lxc exec mymy bash<br>
root@mymy:~# apt update<br>
....<br>
root@mymy:~# apt install mysql-server<br>
....<br>
mysql start/running, process 3614<br>
....<br>
root@mymy:~#<br>
<br>
<br>
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)<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Yonsy Solis</pre>
</body>
</html>