<?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>fak3r &#187; Database</title>
	<atom:link href="http://fak3r.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://fak3r.com</link>
	<description>look out honey, &#039;cause I&#039;m using technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>HOWTO defend databases from SQL attacks with GreenSQL</title>
		<link>http://fak3r.com/2009/12/10/howto-defend-databases-from-sql-attacks-with-greensql/</link>
		<comments>http://fak3r.com/2009/12/10/howto-defend-databases-from-sql-attacks-with-greensql/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 23:26:16 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[commerce]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[data retention]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sql attacks]]></category>

		<guid isPermaLink="false">http://fak3r.com/?p=1924</guid>
		<description><![CDATA[

UPDATE: as if to underscore the importance of this tool and approach, yesterday a story hit about a SQL Injection attack infecting over 132,000 systems in short order.  Net-Security have the full details on this attack, including how it probes the host via JavaScript to check for known vulnerabilities, how it exploits them, and how [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2009/12/10/howto-defend-databases-from-sql-attacks-with-greensql/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HOWTO: configure MySQL&#039;s my.cnf file</title>
		<link>http://fak3r.com/2009/02/18/howto-configure-mysqls-mycnf-fil/</link>
		<comments>http://fak3r.com/2009/02/18/howto-configure-mysqls-mycnf-fil/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:05:09 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.fak3r.com/?p=1497</guid>
		<description><![CDATA[

UPDATE: I recently used this MySQL tuner script, I basically went with what it told me, but I&#8217;m using a higher query_cache_size than it recommends, basically because I don&#8217;t see anything online saying it will hurt things.  So I&#8217;m now using the following values on my server:
[mysqld]
user=mysql
bind-address=127.0.0.1
datadir=/var/lib/mysql
pid-file=/var/run/mysqld/mysqld.pid
socket=/var/run/mysql/mysql.sock
port=3306
tmpdir=/tmp
language=/usr/share/mysql/english
skip-external-locking
query_cache_limit=64M
query_cache_size=32M
query_cache_type=1
max_connections=15
max_user_connections=300
interactive_timeout=100
wait_timeout=100
connect_timeout=10
thread_stack=128K
thread_cache_size=128
myisam-recover=BACKUP
key_buffer=64M
join_buffer=1M
max_allowed_packet=32M
table_cache=512M
sort_buffer_size=1M
read_buffer_size=1M
read_rnd_buffer_size=768K
max_connect_errors=10
thread_concurrency=4
myisam_sort_buffer_size=32M
skip-locking
skip-bdb
expire_logs_days=10
max_binlog_size=100M
server-id=1
[mysql.server]
user=mysql
basedir=/usr
[safe_mysqld]
bind-address=127.0.0.1
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit=8192
SAFE_MYSQLD_OPTIONS=”–defaults-file=/etc/my.cnf –log-slow-queries=/var/log/slow-queries.log”
[mysql]
[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[mysqlhotcopy]
interactive-timeout
max_heap_table_size = 64 M
tmp_table_size = 64 M
!includedir /etc/mysql/conf.d/
I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2009/02/18/howto-configure-mysqls-mycnf-fil/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Off we go&#8230;</title>
		<link>http://fak3r.com/2008/04/20/off-we-go/</link>
		<comments>http://fak3r.com/2008/04/20/off-we-go/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 14:53:45 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[blah]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Encyclopedia]]></category>
		<category><![CDATA[Encyclopedia of Life]]></category>
		<category><![CDATA[EOL]]></category>
		<category><![CDATA[F. Lawrence Goodwin Jr]]></category>
		<category><![CDATA[Marine Biological Laboratory]]></category>
		<category><![CDATA[Massachusetts]]></category>
		<category><![CDATA[Woods Hole]]></category>

		<guid isPermaLink="false">http://www.fak3r.com/?p=769</guid>
		<description><![CDATA[
Image via Wikipedia

Heading out today for Woods Hole, MA &#8211; it&#8217;s supposed to be beautiful (expect pictures on my grossly underused flickr account).  I&#8217;m representing the Biodiversity Heritage Library in a meeting with the Encyclopedia of Life folks as we discuss standardizing data streams for upcoming sharing of data.  It may not sound [...]]]></description>
		<wfw:commentRss>http://fak3r.com/2008/04/20/off-we-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

