<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: safe_mysqld &amp;amp; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156076#M8870</link>
    <description>Thanks Guys, i figured it out somehow... Don't ask how because i don't know.</description>
    <pubDate>Tue, 06 Jan 2004 08:10:28 GMT</pubDate>
    <dc:creator>Kyle D. Harris</dc:creator>
    <dc:date>2004-01-06T08:10:28Z</dc:date>
    <item>
      <title>safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156067#M8861</link>
      <description>I tried running the "/usr/local/bin/safe_mysqld &amp;amp;" command to start the mysqld daemon and it said :&lt;BR /&gt;&lt;BR /&gt;starting mysqld daemon with databases from /usr/local/var    &lt;BR /&gt;&lt;BR /&gt;mysqld daemon ended and then nothing... I have nooo clue what it means or what the problem could be. I think it's a simple fix but i'm not sure what. Thanks in advance!</description>
      <pubDate>Mon, 05 Jan 2004 09:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156067#M8861</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-05T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156068#M8862</link>
      <description>What user id are you using to start the databae?&lt;BR /&gt;&lt;BR /&gt;Hopefully not root. Most databases are not designed to be started by root user.&lt;BR /&gt;&lt;BR /&gt;You could try routing the output from the startup script to a file.&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/safe_mysqld &amp;gt; /tmp/collector.txt&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2004 09:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156068#M8862</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-05T09:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156069#M8863</link>
      <description>Yes Steven, I was username root. I believe i've done it before to another server serveral times as root and been successful.</description>
      <pubDate>Mon, 05 Jan 2004 10:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156069#M8863</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-05T10:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156070#M8864</link>
      <description>Hello Kyle,&lt;BR /&gt;&lt;BR /&gt;check out the mysql.server script in the &lt;BR /&gt;support-files directory. I have stuffed  that into my init.d and it works without problems for to to start mysql automatically.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 05 Jan 2004 11:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156070#M8864</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-05T11:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156071#M8865</link>
      <description>Martin, where might that support-files directory be or what exactly is it called? Thanks.&lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Mon, 05 Jan 2004 12:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156071#M8865</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-05T12:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156072#M8866</link>
      <description>Kyle, what do your logs say?</description>
      <pubDate>Mon, 05 Jan 2004 13:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156072#M8866</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-01-05T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156073#M8867</link>
      <description>Well Kyle,&lt;BR /&gt;&lt;BR /&gt;The standard instructions for Oracle, Software AG and other databases call for installation of binaries as a user other than root. That user owns the binaries and the shared memory areas that the database operates through.&lt;BR /&gt;&lt;BR /&gt;I'm going to take a peek at the install guidelines, but would like to advise that running database software like this as root is a potential security hazard.&lt;BR /&gt;&lt;BR /&gt;Not that this deals with your issue, but it might not be good practice.&lt;BR /&gt;&lt;BR /&gt;If I find anything, I'll post back.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 05 Jan 2004 14:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156073#M8867</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-05T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156074#M8868</link>
      <description>Hello,&lt;BR /&gt;the directory is named support-files in the source distribution. Loooking at my installed &lt;BR /&gt;binaries it can be found in &lt;BR /&gt;&lt;BR /&gt;/usr/local/mysql/share/mysql/&lt;BR /&gt;&lt;BR /&gt;Depending on where you have put your mysql installation the /usr/local part might vary for you.&lt;BR /&gt;&lt;BR /&gt;I do agree with SEP on the general advise not to run the DB as root. I do have a book on MySQL that discusses all this quite well. I shall look the details up when I am at home.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 05 Jan 2004 14:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156074#M8868</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-05T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156075#M8869</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;a book I liked about this stuff (also discusses security implications of running the server as root ;-) is &lt;BR /&gt;&lt;BR /&gt;Paul DuBois&lt;BR /&gt;MySQL&lt;BR /&gt;Developers Library Sams&lt;BR /&gt;&lt;A href="http://www.samspublishing.com/catalog/product.asp?product_id={FC784549-C0F6-44BC-8D69-393B557CDF40}" target="_blank"&gt;http://www.samspublishing.com/catalog/product.asp?product_id={FC784549-C0F6-44BC-8D69-393B557CDF40}&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Generally speaking I do like the O'Reilly books very much, but for this particular topic found this book better.&lt;BR /&gt;&lt;BR /&gt;Obviously all IMHO and YMMV ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 05 Jan 2004 21:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156075#M8869</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-05T21:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: safe_mysqld &amp;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156076#M8870</link>
      <description>Thanks Guys, i figured it out somehow... Don't ask how because i don't know.</description>
      <pubDate>Tue, 06 Jan 2004 08:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/safe-mysqld-amp/m-p/3156076#M8870</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-06T08:10:28Z</dc:date>
    </item>
  </channel>
</rss>

