<html><head></head><body>Dave,<br>
the stuff you're running into has to do with creating your own database and
tables AFTER installing and initializing MySQL.  To install MySQL, I recommend
the RPM if you're running RH 7.1 .  If you're running RH 6.2 or Debian, you
may have to compile/install Apache, PHP and MySQL to get them to all work
together.  An EXCELLENT reference for this is a DevShed article at <pre><a class="moz-txt-link-freetext" href="http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/">http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/</a></pre>
.<br>
<br>
-Jeff<br>
<br>
<br>
dave wrote:<br>
<blockquote type="cite" cite="mid:LYRIS-479-1029-2001.05.06-20.42.18--jeffm%23lava.net@list.luau.hi.net">
  <div class="Section1"><p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">I am giving this neat PHP program a try, it uses a <span class="SpellE">MySql</span> backend….I am not familiar with <span class="SpellE">mysql</span>, but with instructions I’ve been able to build
the databases for most apps that require it….the following instructions
are rather weird, I was wondering if anyone could make better sense out of
them, its copied right from the INSTALL file.</span></font></p></div>
  <p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "> </span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "> </span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "> </span></font></p>
  <p class="MsoNormal"><span class="GramE"><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; ">first</span></font></span><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial; "> create the
database:<br><span class="SpellE"><span class="GramE">mysqladmin</span></span> -u
<root-user> -p create database <your-database></span></font></p>
  <p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size: 12pt; "> </span></font></p>
  <p class="MsoNormal"></p>
  </blockquote>
  <br>
..... [major snippage]....<br>
</body></html>