<?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: Mysql in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351300#M13522</link>
    <description>Dear Robert Menefee &lt;BR /&gt;&lt;BR /&gt;MySQL rpm is available in the RH9 CDBundle. itself.If you have not  installed mySQL at the time of OS installation you can easily install it using the addremove program .It will prompt you corresponding CD which contains the RPM Package for mysql&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
    <pubDate>Mon, 23 Aug 2004 01:30:47 GMT</pubDate>
    <dc:creator>Sยภเl Kย๓คг</dc:creator>
    <dc:date>2004-08-23T01:30:47Z</dc:date>
    <item>
      <title>Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351295#M13517</link>
      <description>Can someone tell me where I can get an rpm file for Mysql to run on Linux RH9?</description>
      <pubDate>Fri, 06 Aug 2004 08:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351295#M13517</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-06T08:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351296#M13518</link>
      <description>&lt;A href="http://www.rpmfind.net/linux/rpm2html/search.php?query=mysql&amp;amp;submit=Search+..." target="_blank"&gt;http://www.rpmfind.net/linux/rpm2html/search.php?query=mysql&amp;amp;submit=Search+...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Almost any rpm can be found at rpmfind.net&lt;BR /&gt;&lt;BR /&gt;Also Red Hat has copies of its certified mysql releases well hidden on its site.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 06 Aug 2004 09:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351296#M13518</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-06T09:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351297#M13519</link>
      <description>Or just &lt;A href="ftp://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386/mysql-*.rpm" target="_blank"&gt;ftp://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386/mysql-*.rpm&lt;/A&gt; (RH build 3.23.58).</description>
      <pubDate>Sun, 08 Aug 2004 17:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351297#M13519</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-08T17:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351298#M13520</link>
      <description>I'd use the source.. RPMs do not often play well with other things, in particular, apache and PHP.. &lt;BR /&gt;&lt;BR /&gt;you it is really pretty simple to compile things together. &lt;BR /&gt;&lt;BR /&gt;download the source then, &lt;BR /&gt;                (I PREFER THIS LOCATION )&lt;BR /&gt;./configure --prefix=/usr/local/mysql &lt;BR /&gt;&lt;BR /&gt;by default rpms general shove crap into /sbin/ or /usr/sbin/ &lt;BR /&gt;&lt;BR /&gt;/usr/local is for anything I install above and beyond the base RH9. &lt;BR /&gt;&lt;BR /&gt;If you must, RH9 packages on the CD's MYSQL I am just not sure which version.. I general get the latest SRC from &lt;A href="http://www.mysql.com/" target="_blank"&gt;http://www.mysql.com/&lt;/A&gt; SNAPSHOTs. I prefer STABLE4 for now until the PHP libs and apache libs withit. &lt;BR /&gt;&lt;BR /&gt;see my compile script here.. &lt;BR /&gt;#!/bin/bash &lt;BR /&gt;wget &lt;A href="http://www.mysql.com/get/Downloads/MySQL-4.0/mysql-4.0.18.tar.gz/from/http:" target="_blank"&gt;http://www.mysql.com/get/Downloads/MySQL-4.0/mysql-4.0.18.tar.gz/from/http:&lt;/A&gt;&lt;BR /&gt;//mirror.services.wisc.edu/mysql/&lt;BR /&gt;tar -xzvf mysql-4,0.18.tar.gz &lt;BR /&gt;cd mysql-4.0.18 &lt;BR /&gt;./configure --prefix=/usr/local/mysql &lt;BR /&gt;make &lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;Pretty simple cut and paste installation.. You may need to modify it to check current mysql revision level. I rebuild my SNORT box periodically and have to modify the version level parameter to "wget" and "tar extract" the correct file. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Aug 2004 10:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351298#M13520</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-08-18T10:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351299#M13521</link>
      <description>Make sure in the wget command you have no carriage returns!!!</description>
      <pubDate>Wed, 18 Aug 2004 10:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351299#M13521</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-08-18T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351300#M13522</link>
      <description>Dear Robert Menefee &lt;BR /&gt;&lt;BR /&gt;MySQL rpm is available in the RH9 CDBundle. itself.If you have not  installed mySQL at the time of OS installation you can easily install it using the addremove program .It will prompt you corresponding CD which contains the RPM Package for mysql&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Mon, 23 Aug 2004 01:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mysql/m-p/3351300#M13522</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-08-23T01:30:47Z</dc:date>
    </item>
  </channel>
</rss>

