<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-10847147</id><updated>2011-10-24T16:43:34.598-07:00</updated><title type='text'>Musings</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-10847147.post-111101392953214149</id><published>2005-03-16T14:58:00.000-08:00</published><updated>2005-03-16T14:58:49.533-08:00</updated><title type='text'>Multi table delete using join in mysql</title><content type='html'>delete lineitems  from lineitems l left join invoices i  on l.invid =i.invid  where i.invid is null;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-111101392953214149?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/111101392953214149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=111101392953214149&amp;isPopup=true' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/111101392953214149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/111101392953214149'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/03/multi-table-delete-using-join-in-mysql.html' title='Multi table delete using join in mysql'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110930376203463206</id><published>2005-02-24T19:44:00.000-08:00</published><updated>2005-02-24T19:56:02.036-08:00</updated><title type='text'>Compiling a kernel with Gigabit ethernet driver (Marvell)</title><content type='html'>&lt;p&gt;Installing driver for linksys gigabit NIC (Marvell Chipset)&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Download the driver for 2.4 and 2.6 kernel from &lt;a href="http://www.syskonnect.com/syskonnect/support/driver/htm/sk9e21_lin.htm"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;unzip and untar the driver.&lt;/li&gt;&lt;li&gt;execute install.sh&lt;/li&gt;&lt;li&gt;choose either user or expert mode.&lt;/li&gt;&lt;li&gt;If the driver is happy with the kernel source, then the GigE module will be installed. If not. then read on&lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;ol&gt;&lt;li&gt;The new driver has been installed in the /usr/src/linuxdirectory.Go to the directory /usr/src/linux .&lt;/li&gt;&lt;li&gt;For the console mode, run the command: make menuconfig   &lt;/li&gt;&lt;li&gt;Select the options you want to compile into the kernel   &lt;/li&gt;&lt;li&gt;Select the menu "Network Device Support"   &lt;/li&gt;&lt;li&gt;Select "Ethernet (1000 Mbit)".   &lt;/li&gt;&lt;li&gt;Mark "Marvell Yukon/SysKonnect SK-98xx/SK-95xx Gigabit       Ethernet Adapter support" with (M)   &lt;/li&gt;&lt;li&gt;Execute the command:           &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;           make dep clean bzImage modules modules_install  &lt;/p&gt;&lt;p&gt;      Install the new kernel&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Install the new kernel by copying it into your boot directory    by executing the commands &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;                cp arch/i386/boot/bzImage /boot/vmlinuz-new    &lt;/p&gt;&lt;p&gt;                cp System.map /boot/System.map-new.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Edit the boot loader configuration file to boot the new kernel.   &lt;/li&gt;&lt;li&gt;Reboot your system with the new kernel.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110930376203463206?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110930376203463206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110930376203463206&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110930376203463206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110930376203463206'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/compiling-kernel-with-gigabit-ethernet.html' title='Compiling a kernel with Gigabit ethernet driver (Marvell)'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110879455923393187</id><published>2005-02-18T21:49:00.000-08:00</published><updated>2005-02-18T22:29:19.240-08:00</updated><title type='text'>Sendmail using authenticated SMTP servers</title><content type='html'>So, you want to send mail using an authenticated SMTP server like dyndns.org's "Outbound MailHop".&lt;br /&gt;&lt;br /&gt;This is what I did to get it working.&lt;br /&gt;&lt;br /&gt;a. &lt;a href="http://www.slackware.org/"&gt;Slackare 9.1&lt;/a&gt;&lt;br /&gt;b. &lt;a href="http://www.sendmail.org/"&gt;sendmail-8.12.10&lt;/a&gt;&lt;br /&gt;c. &lt;a href="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/"&gt;cyrus-sasl-1.5.27   &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;1. Install cyrus-sasl&lt;br /&gt;&lt;ul&gt;&lt;li&gt;download unzip and untar sasl&lt;/li&gt;&lt;li&gt; cd (directory it was untarred into)  &lt;/li&gt;&lt;li&gt;./configure &lt;/li&gt;&lt;li&gt; make  &lt;/li&gt;&lt;li&gt;make install&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;2. Install sendmail&lt;/p&gt;&lt;ul&gt;&lt;li&gt;go to devtools/Site/README and add the following two lines in site.config.m4 file.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;       APPENDDEF(`confENVDEF', `-DSASL')&lt;/p&gt;&lt;p&gt;       APPENDDEF(`conf_sendmail_LIBS', `-lsasl')&lt;/p&gt;&lt;ul&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;In the sendmail/ directory, run "sh Build" &lt;/li&gt;&lt;li&gt;Change to the cf/cf/ directory (that's not a typo): Copy whichever .mc   file best matches your environment to sendmail.mc.  Next, tailor it   as explained in cf/README.  Then run   "sh Build sendmail.cf".&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Back up your current /etc/mail/sendmail.cf and the sendmail binary (whose   location varies from operating system to operating system, but is usually   in /usr/sbin or /usr/lib).&lt;/li&gt;&lt;li&gt;Install sendmail.cf as /etc/mail/sendmail.cf and submit.cf as   /etc/mail/submit.cf.  This can be done in the cf/cf by using   "sh Build install-cf".&lt;/li&gt;&lt;li&gt;Please read sendmail/SECURITY before continuing; you have to create a   new user smmsp and a new group smmsp for the default installation.   Then install the sendmail binary built in step 3 by cd-ing back to   sendmail/ and running "sh Build install".&lt;/li&gt;&lt;li&gt;For each of the associated sendmail utilities (makemap, mailstats,   etc.), read the README in the utility's directory if it exists.  When   you are ready to install it, back up your installed version and type "sh   Build install".&lt;/li&gt;&lt;li&gt;If you are upgrading from an older version of sendmail and are using any   database maps, be sure to rebuild them with the new version of makemap,   in case you are now using a different (and thereby incompatible) version   of Berkeley DB.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To be continued ...&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110879455923393187?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110879455923393187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110879455923393187&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110879455923393187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110879455923393187'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/sendmail-using-authenticated-smtp.html' title='Sendmail using authenticated SMTP servers'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110857785905762419</id><published>2005-02-16T09:59:00.000-08:00</published><updated>2005-02-16T10:17:39.060-08:00</updated><title type='text'>rsync to synchronize files across servers</title><content type='html'>&lt;ol&gt;&lt;li&gt;To synchronize files which have been modified/created in the last 6 days between serverA and serverB:&lt;/li&gt;&lt;/ol&gt;find images/ -ctime -6 rsync -vaz --progress  --files-from=- . 192.168.10.4:./assets/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110857785905762419?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110857785905762419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110857785905762419&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110857785905762419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110857785905762419'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/rsync-to-synchronize-files-across.html' title='rsync to synchronize files across servers'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110851612548384532</id><published>2005-02-15T16:59:00.000-08:00</published><updated>2005-02-16T10:18:47.486-08:00</updated><title type='text'>Building a Gigabit LAN</title><content type='html'>&lt;p&gt;&lt;span style="font-size:130%;"&gt;Buy&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Bought a DLink GigE switch from Fry's&lt;/li&gt;&lt;li&gt;Bought the Frys weekly deal, Gigabyte Triton K8 Mobo with Athlon64 3000.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style="font-size:130%;"&gt;Oops&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Turns out the triton K8 doesn't have a GigE NIC. went back to fry's and patiently explained their advertisement error. Walked out with a replacement Abit NF8-V board with GigE NIC&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style="font-size:130%;"&gt;Configure/Install&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Installed Slackware 10.1, kernel 2.4.29. &lt;/li&gt;&lt;li&gt;Looks like the network driver is forcedeth.c a reversed engineered driver for nVidia nForce.&lt;/li&gt;&lt;li&gt;Downloaded the correct driver from nVidia.&lt;/li&gt;&lt;li&gt;Compiled it with the Kernel and viola&lt;/li&gt;&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;Speed: &lt;span style="color:#ff0000;"&gt;1000Mb/s&lt;/span&gt; &lt;/li&gt;&lt;li&gt;Duplex: Full &lt;/li&gt;&lt;li&gt;Port: Twisted Pair&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110851612548384532?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110851612548384532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110851612548384532&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110851612548384532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110851612548384532'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/building-gigabit-lan.html' title='Building a Gigabit LAN'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110846430541875740</id><published>2005-02-15T02:42:00.000-08:00</published><updated>2005-02-15T02:55:46.596-08:00</updated><title type='text'>Delete Background of an image using Photoshop</title><content type='html'>&lt;p&gt;&lt;span style="font-size:130%;color:#ff6600;"&gt;&lt;/span&gt; &lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;open image in photoshop&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;select the magic wand&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;lower the sensitivity&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;click on the background&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;click Edit-&gt;Inverse&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;The image gets selected.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:130%;color:#666666;"&gt;copy to a new layer&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110846430541875740?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110846430541875740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110846430541875740&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110846430541875740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110846430541875740'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/delete-background-of-image-using.html' title='Delete Background of an image using Photoshop'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10847147.post-110845851217799890</id><published>2005-02-15T00:52:00.000-08:00</published><updated>2005-02-15T02:56:07.446-08:00</updated><title type='text'>Build a lean &amp; mean mysql server</title><content type='html'>&lt;span style="font-family:Arial;font-size:130%;color:#999900;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:130%;color:#333333;"&gt;1. Build a server&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;1U rackmount case&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;1 GB PC3200, DDR400, Patriot mem. stick&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;AMD 64 3000&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;Gigabyte Mobo&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;WD Raptor 36GB HDD&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Arial;color:#333333;"&gt;Dynatron CPU Cooler&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-family:Arial;font-size:130%;color:#333333;"&gt;2. Downloaded the mysql 4.1.9 source.&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family:Arial;font-size:130%;color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:130%;color:#333333;"&gt;3. Build shell script.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Arial;font-size:130%;color:#333333;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;-fno-exceptions -fno-rtti"&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;./configure \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--prefix=/usr/local/build/mysql \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--with-mysqld-user=mysql \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--without-debug \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--with-client-ldflags=-all-static \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--with-mysqld-ldflags=-all-static \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--disable-shared \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--localstatedir=/usr/local/build/mysql/var \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--with-extra-charsets=none \ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;--enable-assembler&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;4. Test Test Test&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Data&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Loaded the database with 3 million records&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Database size 3 Gig&lt;/li&gt;&lt;li&gt;Fulltext index size 1 gig&lt;/li&gt;&lt;li&gt;set the word length ro 3 characters ft_len_max&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;2. Results&lt;/p&gt;&lt;ul&gt;&lt;li&gt;took 3 hours to load the database&lt;/li&gt;&lt;li&gt;full text searches take 30 seconds :)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="color:#ff0000;"&gt;Status: Need to lurk at Jeremey Zawdony's forum/blogs to figure out how to improve this.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10847147-110845851217799890?l=d2t2fish.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://d2t2fish.blogspot.com/feeds/110845851217799890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10847147&amp;postID=110845851217799890&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110845851217799890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10847147/posts/default/110845851217799890'/><link rel='alternate' type='text/html' href='http://d2t2fish.blogspot.com/2005/02/build-lean-mean-mysql-server.html' title='Build a lean &amp; mean mysql server'/><author><name>d@t@</name><uri>http://www.blogger.com/profile/17495682663737073050</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
