<?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>King Computer Sydney Network Engineers IT Blog &#187; mysql</title>
	<atom:link href="http://technicians-blog.kingcomputer.com.au/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicians-blog.kingcomputer.com.au</link>
	<description>Tech tips, news and interesting stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:34:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL basic commands</title>
		<link>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 08:43:49 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1144</guid>
		<description><![CDATA[On a windows server the MySQL executables folder by default will be installed in a folder like
C:\Program Files\MySQL\MySQL Server 5.1\bin
Executables in this folder will be
myisamchk.exe
myisamlog.exe
myisampack.exe
myisam_ftdump.exe
mysql.exe
mysqladmin.exe
mysqlbinlog.exe
mysqlcheck.exe
mysqld-debug.exe
mysqld.exe
mysqldump.exe
mysqlimport.exe
MySQLInstanceConfig.exe
mysqlmanager.exe
mysqlshow.exe
mysqltest.exe
mysql_client_test.exe
mysql_upgrade.exe
my_print_defaults.exe
perror.exe
replace.exe
resolveip.exe
Use this to create a database:
# mysqladmin create &#60;db-name&#62;
Assign privledges:

# mysql -u root -p 
# mysql&#62; use mysql; 
# mysql&#62; grant all privileges on &#60;db-name&#62;.* to &#60;db-user&#62;@webserver.com 
 -&#62; identified by [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database connection error installing Wordpress</title>
		<link>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:01:25 +0000</pubDate>
		<dc:creator>Sean Rodden</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/index.php/database-connection-error-installing-wordpress/</guid>
		<description><![CDATA[A pre-note on installing WordPress: Read the official installation instructions first! By following the &#8220;5 minute install&#8221; instructions verbatim, I&#8217;ve never had a problem! Problems only happen when you don&#8217;t follow the instructions!
http://codex.wordpress.org/Installing_WordPress
Symptom: You&#8217;re installing Wordpress and you&#8217;re getting database connection errors even though you have the settings correct.
Fix: It&#8217;s possible that you have the [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Wordpress on Windows IIS server Part 1</title>
		<link>http://technicians-blog.kingcomputer.com.au/install-wordpress-on-windows-iis-server-part/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/install-wordpress-on-windows-iis-server-part/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 06:34:05 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=804</guid>
		<description><![CDATA[Here are the start to finish instructions for setting up your wordpress blog site on a Windows IIS server. This was done on a windows 2003 server. In this instance I am setting up wordpress to use as an intranet site.
Part 1 covers install of:

MySQL
FastCGI Extension
PHP

Download MySQL and install. You will need to rename the .man [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/install-wordpress-on-windows-iis-server-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
