<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Feb 14, 2015 at 12:07 AM, Murray Eisenberg <span dir="ltr">&lt;<a href="mailto:murrayeisenberg@gmail.com" target="_blank">murrayeisenberg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":37w" class="" style="overflow:hidden">This gives:  ERROR 1146 (42S02): Table &#39;mysql.host&#39; doesn&#39;t exist<br>
<br>
And indeed, that table does not exist. (I see this by executing mysql commands &quot;use mysql;&quot; and then &quot;show tables;&quot; ; I see the same thing by looking at database mysql in phpmyadmin)<br>
<br>
Why not? Should it not have been created when I originally installed mysql56-server and executed mysql_install_db ?<br></div></blockquote></div><br>You are using obsolete instructions, it appears; the host table was deprecated in 5.6.3 and removed from the default schema in 5.6.7.<br><div><br></div><div><a href="http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html">http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html</a><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>