<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UseStrict Consulting &#187; Starters</title>
	<atom:link href="http://usestrict.net/tag/starters/feed/" rel="self" type="application/rss+xml" />
	<link>http://usestrict.net</link>
	<description>Professional IT Solutions &#38; Training</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:01:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MQSeries: Getting Started&#8230;</title>
		<link>http://usestrict.net/2009/01/mqseries-getting-started/</link>
		<comments>http://usestrict.net/2009/01/mqseries-getting-started/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 23:35:44 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[MQseries]]></category>
		<category><![CDATA[newbies]]></category>
		<category><![CDATA[Starters]]></category>

		<guid isPermaLink="false">http://usestrict.net/?p=222</guid>
		<description><![CDATA[For those out there who, like me, can only find MQSeries documentation for those who already know MQSeries, this is the document that I strongly recommend: MQSeries Primer It&#8217;s pretty old, but has the fundamentals. And speaking of fundamentals, there&#8217;s another redbook for MQSeries V6, but I&#8217;ll add it here once I&#8217;ve read it. Update:MQSeries [...]]]></description>
			<content:encoded><![CDATA[<p>For those out there who, like me, can only find MQSeries documentation for those who already know MQSeries, this is the document that I strongly recommend:</p>
<p><a href="http://www.redbooks.ibm.com/redpapers/pdfs/redp0021.pdf" target="_blank">MQSeries Primer</a></p>
<p>It&#8217;s pretty old, but has the fundamentals. And speaking of fundamentals, there&#8217;s another redbook for MQSeries V6, but I&#8217;ll add it here once I&#8217;ve read it.</p>
<p><strong>Update:</strong><a href="http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/csqzaf05.pdf" target="_blank">MQSeries Clients</a> </p>
<p>I&#8217;ll update this post with more info as I go along.</p>
]]></content:encoded>
			<wfw:commentRss>http://usestrict.net/2009/01/mqseries-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: MySQL for starters</title>
		<link>http://usestrict.net/2008/12/mysql-mysql-for-starters/</link>
		<comments>http://usestrict.net/2008/12/mysql-mysql-for-starters/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 20:18:59 +0000</pubDate>
		<dc:creator>vinny</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Starters]]></category>

		<guid isPermaLink="false">http://usestrict.wordpress.com/?p=292</guid>
		<description><![CDATA[Basic pointers for those who want to get started with MySQL]]></description>
			<content:encoded><![CDATA[<p>In this post I intend to give some pointers to those who are starting with RDBMS (Relational Database Management Systems) usage. I don&#8217;t intend to start any flame wars saying that this or that database is better, but simply to explain a few starter topics and point to some handy URLs. I chose MySQL because that&#8217;s what I believe people start with &#8211; it&#8217;s light, fast, has triggers and subselects, and it also has several options of neat front-ends. Keep reading if this has caught your attention.</p>
<p><span id="more-1020"></span></p>
<p><span style="color: #000000;"><strong>RDBMs (Relational Database Management Systems)</strong></span></p>
<p>RDBMs are programs designed to store and provide information in table format. Each system follows main standards but also includes unique features that others implement differently or not at all. They follow the client-server architecture. Each server will listen to a TCP/IP port (or Unix socket, but we&#8217;re not going that way here), and a client application (such as Toad for MySQL, Oracle SQL Developer, or phpMyAdmin) will connect to its port to manipulate its data.</p>
<p>The most famous RDBMs today are:</p>
<p><a href="http://www.oracle.com/technology/software/index.html" target="_blank">Oracle</a><br />
<a href="http://dev.mysql.com/downloads/" target="_blank">MySQL</a><br />
<a href="http://www.postgresql.org/download/" target="_blank">PostgreSQL</a><br />
<a href="http://www-01.ibm.com/software/data/db2/9/download.html" target="_blank">IBM DB2</a></p>
<p>Follow the links above to go to their respective download pages.</p>
<p>I believe most websites today are using MySQL databases, for its growing improvement with each version, its speed, reliability, and extensive documentation. It will be the focus of this post.</p>
<p><strong>Structured Query Language</strong></p>
<p>If you are looking into using any database in your applications, the least you need to know is some SQL.</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2F&amp;tag=usst-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Amazon.com</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=usst-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> has some books you can use for starters:</p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0201596180?ie=UTF8&amp;tag=usst-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0201596180">Introduction to SQL: Mastering the Structured Query Language (3rd Edition)</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=usst-20&amp;l=as2&amp;o=1&amp;a=0201596180" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0596526849?ie=UTF8&amp;tag=usst-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596526849">Head First SQL: Your Brain on SQL &#8212; A Learner&#8217;s Guide (Head First)</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=usst-20&amp;l=as2&amp;o=1&amp;a=0596526849" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0596007272?ie=UTF8&amp;tag=usst-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596007272">Learning SQL (Learning)</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=usst-20&amp;l=as2&amp;o=1&amp;a=0596007272" border="0" alt="" width="1" height="1" /></li>
</ul>
<p>[ad#middle_end]</p>
<p><strong>Installing MySQL server on Windows</strong></p>
<p>Installing MySQL server on Windows is a piece of cake. Follow these steps and there&#8217;s no getting it wrong:</p>
<ol>
<li>Download the latest stable MySQL server from <a href="http://dev.mysql.com/downloads/" target="_blank">here</a> (the link opens in a new window). The Community server is the Free (as in speech and as in beer) version. We&#8217;ll use the Windows Essentials Installer version.</li>
<li>Execute the .msi file, select the Typical install and do the <em>next, next, next</em> mantra. There will be a checkbox asking to &#8220;Configure the MySQL Server Now&#8221;. Leave it checked. It&#8217;s for the next step.</li>
<li>The <em>MySQL Server Instance Configuration Wizard</em> will be started. Click next to get started.</li>
</ol>
<p><em>Standard port (3306) install</em></p>
<ol>
<li>If your computer is not using TCP port 3306, then select the <em>Standard Configuration</em> radio button and click next. Read the section <em>Install for non-standard TCP port</em> if you need to use a different port.</li>
<li>You can have MySQL run as a Windows service. It&#8217;s the recommended selection for modern Windows versions. You can change the Service Name to your liking. Also consider checking the &#8220;Include Bin Directory in Windows PATH&#8221; checkbox. It will come in handy if you need to use the bundled MySQL command-line programs such as the client, mysqladmin, or mysqldump. Click next.</li>
<li>Set your root password to something safe. If you&#8217;re only setting up a server for development and testing, or if you&#8217;re not behind a firewall (you <em>ARE</em> behind a firewall, right?), then don&#8217;t check the option to &#8220;Enable root access from remote machines&#8221;. Once you fill in your new password and confirmation, you&#8217;ll be allowed to click Next.</li>
<li>Last step is to click Execute to start the configuration.</li>
</ol>
<p><em>Install for non-standard TCP port</em></p>
<ol>
<li>In the <em>MySQL Server Instance Configuration Wizard</em> select the <em>Detailed Configuration </em>radio button and click next.</li>
<li>You will have to select between <em>Developer Machine</em>, <em>Server Machine</em>, or <em>Dedicated MySQL Server</em> Machine. The difference is the amount of memory that will be allocated to the MySQL server. Select the Developer Machine for this tutorial.</li>
<li>MySQL allows you to select different engines according to your needs. MyISAM is the first engine that was released to the public. It has no support for transactions. InnoDB is the newer engine that supports transactions and subselects. It is not as fast as the MyISAM engine, but it&#8217;s much more powerful. Having said that, select the <em>Multifunctional Database</em> option and click Next.</li>
<li>Choose where you want to put your InnoDB drive. The default settings should be fine. Click Next.</li>
<li>For develpment and testing servers, the <em>Decision Support (DSS)/OLAP</em> selection in the Concurrent Connection screen should be fine.</li>
<li>You now have the chance to select which port you want listening to incomming connections. MySQL listens to port 3306 by default. You can add a firewall exception (again, you <em>ARE</em> behind a firewall, right?) by checking the appropriate box. Leave <em>Enable Strict Mode</em> checked. Click Next.</li>
<li>Select the character set most appropriate to your region. Latin1 does the trick in the west.</li>
<li>You can have MySQL run as a Windows service. It&#8217;s the recommended selection for modern Windows versions. You can change the Service Name to your liking. Also consider checking the &#8220;Include Bin Directory in Windows PATH&#8221; checkbox. It will come in handy if you need to use the bundled MySQL command-line programs such as the client, mysqladmin, or mysqldump. Click next.</li>
<li>Set your root password to something safe. If you&#8217;re only setting up a server for development and testing, or if you&#8217;re not behind a firewall (you <em>ARE</em> behind a firewall, right?), then don&#8217;t check the option to &#8220;Enable root access from remote machines&#8221;. Once you fill in your new password and confirmation, you&#8217;ll be allowed to click Next.</li>
<li>Last step is to click Execute to start the configuration.</li>
</ol>
<p><strong>MySQL clients</strong></p>
<p>As mentioned before, you will need a client to access your database. The server installations provide console clients such as Oracle sql*plus, and mysql command line tool. However, the visual clients are not only easy on the eyes, but they are a good way for you to learn by following the menu items (user management, table/database creation, views, triggers, etc). Now don&#8217;t get me wrong &#8211; command line manipulation is very important, but this post is for real beginners, right?</p>
<p>Some clients that I recommend:</p>
<p><a href="http://www.quest.com/toad-for-mysql/" target="_blank">Toad for MySQL</a><br />
<a href="http://www.webyog.com/en/downloads.php/" target="_blank">SQLYog</a> (for Linux users, installing it with Wine is just a case of &#8220;next, next, next, finish&#8221;, although they do have Linux binaries)<br />
<a href="http://dev.mysql.com/downloads/gui-tools/5.0.html">MySQL Administrator and Query Browser</a></p>
<p>Each client will give you detailed steps on how to install and configure them. Remember your MySQL server port, username, and password. You will need them during the setup phase.</p>
<p>Well, this is all I have to say about installing MySQL right now. In a future post I will discuss LAMP/WAMP, and some MySQL techniques that I find useful.</p>
<p>[ad#middle_end] </p>
]]></content:encoded>
			<wfw:commentRss>http://usestrict.net/2008/12/mysql-mysql-for-starters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

