<?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 MySql in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602149#M773835</link>
    <description>Dear all&lt;BR /&gt;i setup mysql on Ux_hp 11&lt;BR /&gt;but when i reboot the machine i ve to start it manual &lt;BR /&gt;how i can make it start when the machine rebooted&lt;BR /&gt;many thanks</description>
    <pubDate>Thu, 11 Aug 2005 16:44:59 GMT</pubDate>
    <dc:creator>marco_186</dc:creator>
    <dc:date>2005-08-11T16:44:59Z</dc:date>
    <item>
      <title>MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602149#M773835</link>
      <description>Dear all&lt;BR /&gt;i setup mysql on Ux_hp 11&lt;BR /&gt;but when i reboot the machine i ve to start it manual &lt;BR /&gt;how i can make it start when the machine rebooted&lt;BR /&gt;many thanks</description>
      <pubDate>Thu, 11 Aug 2005 16:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602149#M773835</guid>
      <dc:creator>marco_186</dc:creator>
      <dc:date>2005-08-11T16:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602150#M773836</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;does the machine stop at the console prompt or does it not get to multi user state?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Aug 2005 02:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602150#M773836</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2005-08-12T02:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602151#M773837</link>
      <description>Haven't used mysql on HPUX myself however according to the website&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/doc/en/Binary_notes-HP-UX.html" target="_blank"&gt;http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/doc/en/Binary_notes-HP-UX.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;on hpux the install should have created init.d and rc2.d entries for you.  However it mentions /etc/init.d not /sbin/init.d so I don't know if that's a typo or a problem with the install.&lt;BR /&gt;&lt;BR /&gt;I'd check for the following files: -&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/mysql&lt;BR /&gt;/etc/init.d/mysql&lt;BR /&gt;/sbin/rc*.d/*mysql&lt;BR /&gt;/etc/rc.config.d/mysql&lt;BR /&gt;&lt;BR /&gt;To see what exists.</description>
      <pubDate>Thu, 18 Aug 2005 03:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602151#M773837</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-08-18T03:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602152#M773838</link>
      <description>You have to setup the startup script for mysql. HP-UX it will be in /sbin/init.d/mysql and linked to all run levels in /etc/rc[0-4].d/. If you get mysql from IExpress depot, it will be included.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 18 Aug 2005 04:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602152#M773838</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-18T04:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602153#M773839</link>
      <description>you have to setup startup and shotdown script manually if you got software from mysql site.&lt;BR /&gt;&lt;BR /&gt;Mysql start/stop script will be included in /usr/local/mysql if you installed by default.&lt;BR /&gt;copy this file to start/stop script repository:&lt;BR /&gt;cp /usr/local/mysql/mysql.server /sbin/init.d/mysql&lt;BR /&gt;&lt;BR /&gt;Then link them to start:&lt;BR /&gt;ln -s /sbin/init.d/mysql /sbin/rc3.d/S890mysql&lt;BR /&gt;&lt;BR /&gt;link it to stop:&lt;BR /&gt;ln -s /sbin/init.d/mysql /sbin/rc1.d/K100mysql&lt;BR /&gt;&lt;BR /&gt;now check by rebooting.</description>
      <pubDate>Mon, 09 Oct 2006 03:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602153#M773839</guid>
      <dc:creator>Munkhbayar.B</dc:creator>
      <dc:date>2006-10-09T03:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: MySql</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602154#M773840</link>
      <description>The automated is done by the rc* routine&lt;BR /&gt;&lt;BR /&gt;You can configure a variable in &lt;BR /&gt;/etc/rc.config.d/mysql&lt;BR /&gt;MYSQLSTART=0  (no auto start)&lt;BR /&gt;MYSQLSTART=1  (do auto start)&lt;BR /&gt;&lt;BR /&gt;Mysql start/stop script will be included in /usr/local/mysql if you installed by default. &lt;BR /&gt;copy this file to start/stop script repository: &lt;BR /&gt;cp /usr/local/mysql/mysql.server /sbin/init.d/mysql &lt;BR /&gt;&lt;BR /&gt;Then link them to start: &lt;BR /&gt;ln -s &lt;BR /&gt;/sbin/init.d/mysql /sbin/rc3.d/Sxxxmysql &lt;BR /&gt;(The xxx denotes a sequence number , the order in which it starts)&lt;BR /&gt;&lt;BR /&gt;link it to stop: &lt;BR /&gt;ln -s &lt;BR /&gt;/sbin/init.d/mysql /sbin/rc2.d/Kxxxmysql &lt;BR /&gt;(I would start it at runlevel 2 or 3Â°&lt;BR /&gt;Runlevel 1 is reserved for hardware like&lt;BR /&gt;networkcard etc..&lt;BR /&gt;&lt;BR /&gt;now check first by running the script&lt;BR /&gt;/sbin/init.d/mysql start&lt;BR /&gt;/sbin/init.d/mysql stop&lt;BR /&gt;and then by rebooting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Oct 2006 04:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql/m-p/3602154#M773840</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-10-09T04:16:25Z</dc:date>
    </item>
  </channel>
</rss>

