<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Installation on Enterprise Data Architect | Principal Data Strategist |  MySQL Subject Matter Expert |  Author | Speaker</title>
    <link>https://ronaldbradford.com/tags/installation/</link>
    <description>Recent content in Installation on Enterprise Data Architect | Principal Data Strategist |  MySQL Subject Matter Expert |  Author | Speaker</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 01 Aug 2013 17:28:00 +0000</lastBuildDate>
    <atom:link href="https://ronaldbradford.com/tags/installation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Improved Security with MySQL 5.6</title>
      <link>https://ronaldbradford.com/blog/improved-security-with-mysql-5-6-2013-08-01/</link>
      <pubDate>Thu, 01 Aug 2013 17:28:00 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/improved-security-with-mysql-5-6-2013-08-01/</guid>
      <description>Installed on a clean CentOS 6.4 AWS instance.&#xA;sudo su - cd /tmp wget http://cdn.mysql.com/Downloads/MySQL-5.6/MySQL-5.6.13-1.el6.x86_64.rpm-bundle.tar tar xvf MySQL-5.6.13-1.el6.x86_64.rpm-bundle.tar yum install -y libaio perl rpm -i MySQL*.rpm The following output is the sign that security is being considered with new MySQL versions.</description>
    </item>
    <item>
      <title>Upgrading to MySQL 5.5 on Ubuntu 10.04 LTS</title>
      <link>https://ronaldbradford.com/blog/upgrading-to-mysql-5-5-on-ubuntu-10-04-lts-2013-01-22/</link>
      <pubDate>Tue, 22 Jan 2013 17:01:37 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/upgrading-to-mysql-5-5-on-ubuntu-10-04-lts-2013-01-22/</guid>
      <description>Ubuntu does not provide an apt-get repository package for MySQL 5.5 on this older OS, however this is still a widely used long term support version. The following steps will upgrade an existing MySQL 5.</description>
    </item>
    <item>
      <title>The case against using rpm packaging for MySQL</title>
      <link>https://ronaldbradford.com/blog/the-case-against-using-rpm-packaging-for-mysql-2010-08-11/</link>
      <pubDate>Wed, 11 Aug 2010 15:24:48 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/the-case-against-using-rpm-packaging-for-mysql-2010-08-11/</guid>
      <description>In some environments using a distro package management system may* provide benefits including handling dependencies and providing a simpler approach when there are no dedicated DBA or SA resources.&#xA;However, the incorrect use can result in pain and in this instance production downtime.</description>
    </item>
    <item>
      <title>Installing Mediawiki on Oracle Enterprise Linux LAMP stack</title>
      <link>https://ronaldbradford.com/blog/installing-mediawiki-on-oracle-enterprise-linux-lamp-stack-2010-08-05/</link>
      <pubDate>Thu, 05 Aug 2010 16:58:43 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-mediawiki-on-oracle-enterprise-linux-lamp-stack-2010-08-05/</guid>
      <description>A company wiki can be easily configured in under 10 minutes using Mediawiki the open source LAMP software that powers the top 10 website Wikipedia .&#xA;A company wiki is an ideal means for a centralized and user contributed documentation system.</description>
    </item>
    <item>
      <title>Installing WordPress on Oracle Enterprise Linux LAMP stack</title>
      <link>https://ronaldbradford.com/blog/installing-wordpress-on-oracle-enterprise-linux-lamp-stack-2010-07-15/</link>
      <pubDate>Thu, 15 Jul 2010 16:28:35 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-wordpress-on-oracle-enterprise-linux-lamp-stack-2010-07-15/</guid>
      <description>A company blog can be easily configured in under 10 minutes using WordPress , a popular open source LAMP product that runs a reported 12+ million blogs including those found at CNN, NY Times, Wall Street Journal (WSJ), ZDNet, MTV, People Magazine, Playstation and eBay.</description>
    </item>
    <item>
      <title>Reviewing your MySQL installation on Oracle Enterprise Linux</title>
      <link>https://ronaldbradford.com/blog/reviewing-your-mysql-installation-on-oracle-enterprise-linux-2010-07-13/</link>
      <pubDate>Tue, 13 Jul 2010 16:52:35 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/reviewing-your-mysql-installation-on-oracle-enterprise-linux-2010-07-13/</guid>
      <description>After successfully Installing MySQL , let us take a look at an operational MySQL instance on your Oracle Enterprise Linux server.&#xA;User Management By default there will be a new mysql user and group created.</description>
    </item>
    <item>
      <title>Installing a LAMP stack on Oracle Enterprise Linux</title>
      <link>https://ronaldbradford.com/blog/installing-a-lamp-stack-on-oracle-enterprise-linux-2010-07-12/</link>
      <pubDate>Mon, 12 Jul 2010 18:51:41 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-a-lamp-stack-on-oracle-enterprise-linux-2010-07-12/</guid>
      <description>After successfully installing MySQL on Oracle Enterprise Linux installing a LAMP (Linux/Apache/MySQL/PHP) stack can also be performed with a single command:&#xA;$ yum install -y httpd php php-mysql # Start the Apache Httpd Process $ /etc/init.</description>
    </item>
    <item>
      <title>Understanding installing MySQL rpm versions</title>
      <link>https://ronaldbradford.com/blog/understanding-installing-mysql-rpm-versions-2009-12-16/</link>
      <pubDate>Wed, 16 Dec 2009 18:34:38 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/understanding-installing-mysql-rpm-versions-2009-12-16/</guid>
      <description>I have a problem with an easy way to install MySQL via rpm without resorting to specifying the exact point release of MySQL. Presently my local yum repository has versions of 5.</description>
    </item>
    <item>
      <title>How do I create a simple MySQL database</title>
      <link>https://ronaldbradford.com/blog/how-do-i-create-a-simple-mysql-database-2009-09-17/</link>
      <pubDate>Thu, 17 Sep 2009 18:49:31 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/how-do-i-create-a-simple-mysql-database-2009-09-17/</guid>
      <description>I was asked this question recently “I am wanting to create a simple MySQL database consisting of 5 tables”?&#xA;While it’s easy to tell people to RTFM, the question does warrant an answer for the MySQL beginner to provide a more specific guidance as to where to start, and what to do.</description>
    </item>
    <item>
      <title>MiFi Installation woes</title>
      <link>https://ronaldbradford.com/blog/mifi-installation-woes-2009-06-27/</link>
      <pubDate>Sat, 27 Jun 2009 16:26:42 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/mifi-installation-woes-2009-06-27/</guid>
      <description>As I mentioned in MiFi Introduction I took the plunge and purchased a Verizon MiFi . I got this under a 2 year contract for $149.99 and $59.99 per month for 5GB of traffic.</description>
    </item>
  </channel>
</rss>
