<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Scott Berry ha scritto:
<blockquote cite="mid006a01c7ac3d$606edfd0$6701a8c0@yellobow"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">Failed to
start database : <o:p></o:p></span></font></p>
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;">sh:
/etc/rc.d/init.d/mysqld: No such file
or
directory--------------------------------------------------------------------------------<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;"><o:p> <br>
  </o:p></span></font></p>
  </div>
</blockquote>
but  mysql server is installed  ??<br>
<br>
what distro use ?<br>
<br>
Your web application dont found the script to start the mysql daemon.<br>
<br>
Check if mysql is correctly installed,  this is an examples :<br>
<br>
rpm -qa |grep mysql (FC5 installation)<br>
<br>
mysqlclient14-4.1.14-4.2<br>
mysql-5.0.18-2.1<br>
mysql-server-5.0.18-2.1 <---- This is the server<br>
mysql-devel-5.0.18-2.1<br>
 <br>
Check if mysql  startup manually without any problems, with service
mysqld start / stop , and login into mysql with mysql client<br>
<br>
the mysql log are in /var/log/mysql, look here for someone errors.<br>
<br>
If its all ok, check your webmin application.<br>
<br>
Bye<br>
Giancarlo <br>
<br>
<pre class="moz-signature" cols="72">-- 
Giancarlo del Rossi
System Administrator
EnterMED s.r.l - Via liberta' 56 - 90143 Palermo
+39917303009 - +3991305023 - +3497609610
<a class="moz-txt-link-freetext" href="http://www.entermed.it">http://www.entermed.it</a> - <a class="moz-txt-link-abbreviated" href="mailto:gdelrossi@entermed.it">gdelrossi@entermed.it</a>
-- Se proprio dovete mandarmi file .doc, convertiteli in rtf, grazie -- 
-- Ennyn Durin Aran Moria: pedo mellon a minno --
</pre>
</body>
</html>