<?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: When mysql daemon start, error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792622#M943595</link>
    <description>Just went through some pages found this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//*&lt;BR /&gt;&lt;BR /&gt;The basic commands you must execute to install a MySQL source distribution are: &lt;BR /&gt;&lt;BR /&gt;shell&amp;gt; groupadd mysql&lt;BR /&gt;shell&amp;gt; useradd -g mysql mysql&lt;BR /&gt;shell&amp;gt; gunzip &amp;lt; mysql-VERSION.tar.gz | tar -xvf -&lt;BR /&gt;shell&amp;gt; cd mysql-VERSION&lt;BR /&gt;shell&amp;gt; ./configure --prefix=/opt/mysql&lt;BR /&gt;shell&amp;gt; make&lt;BR /&gt;shell&amp;gt; make install&lt;BR /&gt;shell&amp;gt; scripts/mysql_install_db&lt;BR /&gt;shell&amp;gt; chown -R root  /opt/mysql&lt;BR /&gt;shell&amp;gt; chown -R mysql /opt/mysql/var&lt;BR /&gt;shell&amp;gt; chgrp -R mysql /opt/mysql&lt;BR /&gt;shell&amp;gt; cp support-files/my-medium.cnf /etc/my.cnf&lt;BR /&gt;shell&amp;gt; /opt/mysql/bin/safe_mysqld --user=mysql &amp;amp;&lt;BR /&gt;or&lt;BR /&gt;shell&amp;gt; /opt/mysql/bin/mysqld_safe --user=mysql &amp;amp;&lt;BR /&gt;if you are running MySQL 4.x.&lt;BR /&gt;&lt;BR /&gt;*//</description>
    <pubDate>Fri, 23 Aug 2002 08:09:43 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-08-23T08:09:43Z</dc:date>
    <item>
      <title>When mysql daemon start, error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792620#M943593</link>
      <description>When mysql daemon start, I have problem as below.. Help me&lt;BR /&gt;&lt;BR /&gt;&lt;ERROR message=""&gt;&lt;BR /&gt;touch: /opt/mysql/var/icu6.err cannot create&lt;BR /&gt;chown: unknown user id mysql&lt;BR /&gt;Starting mysqld daemon with databases from /opt/mysql/var&lt;BR /&gt;./bin/safe_mysqld[229]: /opt/mysql/var/icu6.err: Cannot create the specified file.&lt;BR /&gt;./bin/safe_mysqld[235]: /opt/mysql/var/icu6.err: Cannot create the specified file.&lt;BR /&gt;tee: cannot open /opt/mysql/var/icu6.err&lt;BR /&gt;020823 18:00:28  mysqld ended&lt;BR /&gt;tee: cannot open /opt/mysql/var/icu6.err&lt;BR /&gt;&lt;/ERROR&gt;</description>
      <pubDate>Fri, 23 Aug 2002 07:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792620#M943593</guid>
      <dc:creator>Choi Eun Kyoung</dc:creator>
      <dc:date>2002-08-23T07:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: When mysql daemon start, error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792621#M943594</link>
      <description>I am not sure about the procedure to start mysql daemon but from the messages I can guess as&lt;BR /&gt;&lt;BR /&gt;The daemon requires a user 'mysql'&lt;BR /&gt;&lt;BR /&gt;I think you need to create a user with name mysql with home directory as /opt/mysql&lt;BR /&gt;&lt;BR /&gt;Also you should provide a &lt;BR /&gt;&lt;BR /&gt;chown -R mysql /opt/mysql&lt;BR /&gt;&lt;BR /&gt;THanks</description>
      <pubDate>Fri, 23 Aug 2002 08:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792621#M943594</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-23T08:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: When mysql daemon start, error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792622#M943595</link>
      <description>Just went through some pages found this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//*&lt;BR /&gt;&lt;BR /&gt;The basic commands you must execute to install a MySQL source distribution are: &lt;BR /&gt;&lt;BR /&gt;shell&amp;gt; groupadd mysql&lt;BR /&gt;shell&amp;gt; useradd -g mysql mysql&lt;BR /&gt;shell&amp;gt; gunzip &amp;lt; mysql-VERSION.tar.gz | tar -xvf -&lt;BR /&gt;shell&amp;gt; cd mysql-VERSION&lt;BR /&gt;shell&amp;gt; ./configure --prefix=/opt/mysql&lt;BR /&gt;shell&amp;gt; make&lt;BR /&gt;shell&amp;gt; make install&lt;BR /&gt;shell&amp;gt; scripts/mysql_install_db&lt;BR /&gt;shell&amp;gt; chown -R root  /opt/mysql&lt;BR /&gt;shell&amp;gt; chown -R mysql /opt/mysql/var&lt;BR /&gt;shell&amp;gt; chgrp -R mysql /opt/mysql&lt;BR /&gt;shell&amp;gt; cp support-files/my-medium.cnf /etc/my.cnf&lt;BR /&gt;shell&amp;gt; /opt/mysql/bin/safe_mysqld --user=mysql &amp;amp;&lt;BR /&gt;or&lt;BR /&gt;shell&amp;gt; /opt/mysql/bin/mysqld_safe --user=mysql &amp;amp;&lt;BR /&gt;if you are running MySQL 4.x.&lt;BR /&gt;&lt;BR /&gt;*//</description>
      <pubDate>Fri, 23 Aug 2002 08:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-mysql-daemon-start-error-message/m-p/2792622#M943595</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-23T08:09:43Z</dc:date>
    </item>
  </channel>
</rss>

