<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Highly Cohesive</title>
	<link>http://www.highlycohesive.net</link>
	<description>Just another Dev Blog</description>
	<lastBuildDate>Sun, 11 Apr 2010 23:23:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>More MySql, Paging Etc&#8230;</title>
		<description>How to page in MySql

	MySql uses the LIMIT keyword
	Syntax:  LIMIT &#60;first item&#62;, &#60;numberofrows&#62;
	The first item is 0, not 1.
	EX:  SELECT * FROM user ORDER BY name WHERE name LIKE 'j%' LIMIT 10, 5
	Example returns the "third" page of a set paged as 5 items per page.

How to List Indexes in ...</description>
		<link>http://www.highlycohesive.net/2010/04/more-mysql-paging-etc/</link>
			</item>
	<item>
		<title>Basic MySql Starter</title>
		<description>How To Login to MySql

	mysql -uuser -ppassoword
	Example mysql -uroot -pthisismypassword
	mysql --user=user --password=password
	Example mysql --user=root --password=thisismypassword

How to List databases in MySql

	at mysql command prompt&#62; show databases;
	Ex:  mysql&#62; show databases;

Select a database in MySql

	at mysql prompt&#62; use databasename;
	Ex:  mysql&#62; use my_db;

Select list of tables in MySql

	at mysql prompt&#62; show tables;
	Ex:  mysql&#62; show ...</description>
		<link>http://www.highlycohesive.net/2010/04/basic-mysql-starter/</link>
			</item>
	<item>
		<title>Welcome, Join the Collective</title>
		<description>Ever noticed how everything in software is clannish?   We must be near the top of industries driven by "trendy" production processes... right after organic farmers. </description>
		<link>http://www.highlycohesive.net/2009/08/welcome-join-the-collective/</link>
			</item>
</channel>
</rss>
