<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums</title>
        <description></description>
        <link>http://forums.mysql.com/index.php</link>
        <lastBuildDate>Mon, 23 Nov 2009 07:06:07 +0000</lastBuildDate>
        <generator>Phorum 5.2.1-alpha</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?28,292414,292414#msg-292414</guid>
            <title>Error in taking backup (no replies)</title>
            <link>http://forums.mysql.com/read.php?28,292414,292414#msg-292414</link>
            <description><![CDATA[ Hi,<br />
While running /var/lib/mysql: mysqldump -u root -p dbname &gt; dbname.sql<br />
<br />
i am getting an error as  follows :mysqldump: Got error: 23: Out of resources when opening file './dbname/11112007.MYD' (Errcode: 24) when using LOCK TABLES<br />
<br />
<br />
Kindly help....]]></description>
            <dc:creator>swapan paul</dc:creator>
            <category>Backup</category>
            <pubDate>Mon, 23 Nov 2009 05:44:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292412,292412#msg-292412</guid>
            <title>problem Installing 5.1.41 win32 msi (1 reply)</title>
            <link>http://forums.mysql.com/read.php?11,292412,292412#msg-292412</link>
            <description><![CDATA[ Dear experts,<br />
I have problem starting mysql service when it got freshly installed. It got stalled when it try to start the service during configuration process. What I did, I killed the process and repaired the installation and started the service manually using mysqld&quot; --install command.<br />
<br />
Then I started the service mannually from Windows XP service tool, which resulting a complain from windows that the service cannot be started.<br />
<br />
What's going on here? what did I do wrong? Also I notice the data folder is not installed so I cannot see error log. I installed the data folder not in the default location though.<br />
<br />
I saw recent bug list under installation category and seems that there are some existing bugs regarding this issue.<br />
<br />
I also checked that Path env is correctly set. Also I installed it in admin account, so this should be a permission problem. I did integrity check, it was all ok. <br />
<br />
Am I running into a bug or I miss something? <br />
regards,<br />
Joe]]></description>
            <dc:creator>ethereal1m --</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 23 Nov 2009 06:00:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?146,292410,292410#msg-292410</guid>
            <title>have problem in use mysql-proxy admin (no replies)</title>
            <link>http://forums.mysql.com/read.php?146,292410,292410#msg-292410</link>
            <description><![CDATA[ i installed lua ，and download mysql-proxy-0.7.2-linux-rhel5-x86-32bit.tar.gz<br />
cp mysql-proxy to /usr/local,and i start mysql-proxy with follow command<br />
<br />
mysql-proxy --proxy-read-only-backend-addresses=172.16.20.210:3306 --proxy-backend-addresses=172.16.1.19:3306 --admin-username=root --admin-password=12345 --admin-lua-script=/usr/local/mysql-proxy/share/doc/mysql-proxy/admin.lua --proxy-lua-script=/usr/local/mysql-proxy/share/doc/mysql-proxy/rw-splitting.lua &gt; /var/log/mysql-proxy/mysql-proxy.log &amp;<br />
<br />
and /usr/local/mysql-proxy/share/doc/mysql-proxy/admin.lua is the lua script that i download from <a rel="nofollow"  href="http://forge.mysql.com/tools/tool.php?id=198">http://forge.mysql.com/tools/tool.php?id=198</a> and when i login in the admin port use <br />
<br />
mysql -uroot -p -h172.16.1.19 -P4041<br />
Enter password: 12345<br />
and still have problem in query<br />
<br />
Your MySQL connection id is 1<br />
Server version: 5.0.99-agent-admin<br />
<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
<br />
mysql&gt; select * from backends;<br />
ERROR 2006 (HY000): MySQL server has gone away<br />
No connection. Trying to reconnect...<br />
Connection id:    1<br />
Current database: *** NONE ***<br />
<br />
ERROR 1105 (07000): need a resultset + proxy.PROXY_SEND_RESULT<br />
<br />
why?,seems lack something]]></description>
            <dc:creator>h ch</dc:creator>
            <category>MySQL Proxy</category>
            <pubDate>Mon, 23 Nov 2009 03:31:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292407,292407#msg-292407</guid>
            <title>Do I need two diffrent db? (no replies)</title>
            <link>http://forums.mysql.com/read.php?10,292407,292407#msg-292407</link>
            <description><![CDATA[ I am a newbie and need to know how I should set-up my datbase. I have an exel database that I will be exporting to mysql, but do I combine my current database with a user db, Is it safe or can I do to seperate db to work with with each other?<br />
<br />
My databse will consits of users with access to the db, and the other db is information about offenders currently in custody in a county jail assigned to the users...]]></description>
            <dc:creator>Kenny Dee</dc:creator>
            <category>Newbie</category>
            <pubDate>Mon, 23 Nov 2009 01:52:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292397,292397#msg-292397</guid>
            <title>Shifting select fields to columns in temporary table (3 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292397,292397#msg-292397</link>
            <description><![CDATA[ Hello,<br />
<br />
I am trying to find a faster way to do the following.<br />
<br />
I have a table which, for all intents and purposes, includes two fields: param_type and param_value.<br />
<br />
There are several possible values for param_type and each one has a corresponding param_value.  I would like to create a temporary table to insert a selection of the param_value in its own field.<br />
<br />
for example:<br />
<br />
param_table<br />
---------------------------<br />
|param_type  |param_value |<br />
---------------------------<br />
|1           | 42         |<br />
|3           | 0.24       |<br />
|2           | 993        |<br />
|1           | 86         |<br />
|3           | 0.03       |<br />
|2           | 1002       |<br />
---------------------------<br />
<br />
I would like to make a temporary table like the following<br />
<br />
tmptbl<br />
----------------------------------------<br />
|field1      |field2      |field3      |<br />
----------------------------------------<br />
|42          |993         |0.24        |<br />
|86          |1002        |0.03        |<br />
----------------------------------------<br />
<br />
Is this possible?  I have tried using variables and insert them during the create temporary table definition, but I only retrieved one value for each variable.<br />
<br />
Any help is greatly appreciated!<br />
<br />
Thanks in advance,<br />
-Dan]]></description>
            <dc:creator>Daniel Stolzberg</dc:creator>
            <category>Newbie</category>
            <pubDate>Mon, 23 Nov 2009 01:32:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?117,292394,292394#msg-292394</guid>
            <title>Build from source on OpenSolaris (no replies)</title>
            <link>http://forums.mysql.com/read.php?117,292394,292394#msg-292394</link>
            <description><![CDATA[ I am trying to build on OpenSolaris, I need to compile a custom storage engine so using the prebuilt binary is not an option. <br />
<br />
Questions: <br />
Is the output I see in mysqlbug for the solaris binary the actual commands that where used to build the binary ? <br />
<br />
So when I see for 5.1.41 <br />
<br />
/configure  '--prefix=/usr/local/mysql' '--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin' '--with-comment=MySQL Community Server (GPL)' '--with-server-suffix=' '--enable-thread-safe-client' '--enable-local-infile' '--build=x86_64-pc-solaris2.10' '--with-mysqld-libs=-lmtmalloc' '--with-named-curses=-lcurses' '--with-pic' '--with-client-ldflags=-static' '--wi<br />
th-mysqld-ldflags=-static' '--with-zlib-dir=bundled' '--with-big-tables' '--with-ssl' '--with-readline' '--with-embedded-server' '--with-partition' '--with-innodb' '--without-ndbcluster' '--wit<br />
h-archive-storage-engine' '--with-blackhole-storage-engine' '--with-csv-storage-engine' '--without-example-storage-engine' '--with-federated-storage-engine' '--with-extra-charsets=complex' 'bui<br />
ld_alias=x86_64-pc-solaris2.10' 'CC=/opt/studio12/SUNWspro/bin/cc' 'CFLAGS=-g -m64 -xO3 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt -xtarget=generic' 'LDFLAGS=-R/usr<br />
/lib/64 -R/lib/64  -L/usr/sfw/lib/64 -L/usr/lib/64 -L/lib/64' 'CXX=/opt/studio1 /SUNWspro/bin/CC' 'CXXFLAGS=-g -m64 -xO3 -mt -fsimple=1 -ftrap=%none -nofstore-xbuiltin=%all -features=no%except-xlibmil -xlibmopt -xtarget=generic'<br />
<br />
That translates into: <br />
LDFLAGS...., CXXFLAGS..... ./configure.....<br />
<br />
<br />
Because when I try I get some errors regarding --with-innodb and others. <br />
<br />
--<br />
Tom]]></description>
            <dc:creator>Tom Hanlon</dc:creator>
            <category>Source, Builds, Binaries</category>
            <pubDate>Sun, 22 Nov 2009 22:54:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?39,292391,292391#msg-292391</guid>
            <title>getConnection errors with &amp;quot;Can't load resource bundle&amp;quot; (no replies)</title>
            <link>http://forums.mysql.com/read.php?39,292391,292391#msg-292391</link>
            <description><![CDATA[ I've tried hard to follow the example for connecting to a db from Java on this website. <br />
When I call getConnection, I get the error: <br />
java.lang.ExceptionInInitializerError <br />
cause: java.lang.RuntimeException: Can't load resource bundle due to underlying exception java.util.MissingResourceException: Can't find bundle for base name com.mysql.jdbc.LocalizedErrorMessages, locale en_US <br />
<br />
I am Running Windows XP, mysql 5.1, using mysql-java-connector-5.1.10. <br />
I can bring up the mysql console with username of &quot;root&quot; and password &quot;&quot;. <br />
I have the process running: mysqld.exe <br />
<br />
Here's the Java code: <br />
import java.sql.*; <br />
public class LoadDriver { <br />
private static Connection conn = null; <br />
public static void main(String[] args){ <br />
try { Class.forName(&quot;com.mysql.jdbc.Driver&quot;).newInstance(); } <br />
catch (Throwable lv_e) { System.out.println( &quot;Problem with driver class: &quot;); } <br />
/*System.out.println(&quot;before getBundle&quot;); <br />
java.util.Locale locale = new java.util.Locale(&quot;en&quot;, &quot;US&quot;); <br />
java.util.ResourceBundle.getBundle(&quot;com.mysql.jdbc.LocalizedErrorMessages&quot;, locale); <br />
System.out.println(&quot;about to connect to server address:&quot; + server_address); <br />
*/ <br />
try { conn = DriverManager.getConnection(&quot;jdbc:mysql://localhost/test?&quot; + <br />
&quot;user=root&amp;password=&quot;); <br />
} <br />
catch (Throwable lv_e) { <br />
System.out.println(&quot;In catch with lv_e:&quot; + lv_e); <br />
System.out.println(&quot;cause: &quot; + lv_e.getCause()); <br />
System.out.println(lv_e.getMessage()); <br />
} <br />
System.out.println(&quot;getConnection made:&quot; + conn); <br />
} <br />
} <br />
which results in the printout: <br />
<br />
In catch with lv_e:java.lang.ExceptionInInitializerError <br />
cause: java.lang.RuntimeException: Can't load resource bundle due to underlying exception java.util.MissingResourceException: Can't find bundle for base name com.mysql.jdbc.LocalizedErrorMessages, locale en_US <br />
null <br />
getConnection made:null <br />
<br />
so its geting past the newInstance() call and erroring on the getConnection call. <br />
<br />
You can see in the commented out region that I tried to do a getBundle() <br />
but that didn't help matters. My computer has always been in the US so <br />
I assume my default locale is en_US. <br />
<br />
I am curious why the result of calling newInstance() isn't used in the <br />
main example on this website. <br />
<br />
{PS this website could be helped by having a working &quot;search&quot; function and <br />
an entry typein that was wide enough to contain code about 50% wider than now.} <br />
<br />
Thanks for any help!]]></description>
            <dc:creator>Christopher Fry</dc:creator>
            <category>JDBC and Java</category>
            <pubDate>Sun, 22 Nov 2009 21:36:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292384,292384#msg-292384</guid>
            <title>MySQL Display Query Problem (no replies)</title>
            <link>http://forums.mysql.com/read.php?10,292384,292384#msg-292384</link>
            <description><![CDATA[ I am having problems with displaying rows in php.. the script that i am using shows each row separately...(below is the script i am using)<br />
<br />
&lt;?php<br />
<br />
//connect<br />
mysql_connect(&quot;&quot;,&quot;&quot;,&quot;&quot;) or die(mysql_error());<br />
mysql_select_db(&quot;&quot;) or die(mysql_error());<br />
<br />
//query the db<br />
$getnews = mysql_query(&quot;SELECT * FROM shows ORDER BY id DESC&quot;) or die(mysql_error());<br />
<br />
while ($row = mysql_fetch_assoc($getnews))<br />
{<br />
<br />
<br />
 //get data<br />
$id = $row['id'];<br />
$venue = $row['venue'];<br />
$date = date(&quot;m/d/Y&quot;, strtotime($row[date]));<br />
$city = $row['city'];<br />
$state = $row['state'];<br />
$exceptions = $row['exceptions'];<br />
$countries = $row['countries'];<br />
<br />
<br />
echo &quot;&amp;theDates=$date|&amp;theStates=$state|&amp;theCities=$city|&amp;theExceptions=$exceptions|&amp;theClubs=$venue|&amp;theIDs=$id|&amp;theCountries=$countries|<br />
&lt;br&gt;&quot;;<br />
<br />
<br />
<br />
<br />
				 <br />
}<br />
?&gt;<br />
<br />
<br />
<br />
<br />
I am trying to get the result to show like for example<br />
<br />
for $date to show just every date entered into the table and then $state to show every show entered into the table and so on...<br />
<br />
<br />
no $date for only one date then on another line shows the another date...<br />
<br />
<br />
<br />
if anyone could help me with this problem much thanks....]]></description>
            <dc:creator>D A</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 21:02:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?39,292383,292383#msg-292383</guid>
            <title>global transaction is not shared among branches!? (no replies)</title>
            <link>http://forums.mysql.com/read.php?39,292383,292383#msg-292383</link>
            <description><![CDATA[ Hello,<br />
<br />
Table1 is a master table.<br />
<br />
Table2 has a foreign key on Table1.<br />
<br />
The test inserts a row into Table1,<br />
Then it tries to add a row into Table2 with foreign key to the row from Table1. But it gets blocked on a lock.<br />
<br />
if instead of inserting a row into Table2 we tried to make a select from Table1 xaConn1 doesn't find the row inserted by xaConn0.<br />
<br />
It seems that the transaction is not propagated to xaConn1. They are different branches with the same global transaction id.<br />
<br />
Could someone explain me why?<br />
<br />
I look for a way to share Transaction from different threads.<br />
XAResource supports only one Active transaction branch. Obvious way to go with different resources.<br />
<br />
sincerely,<br />
alexander          <br />
<br />
<br />
MysqlXADataSource ds=new MysqlXADataSource();<br />
ds.setUrl(&quot;jdbc:mysql://localhost:3306/test&quot;);<br />
ds.setRollbackOnPooledClose(true);<br />
<br />
Xid xid0 = new MysqlXid(XATest.class.getSimpleName().getBytes(),new byte[]{0},XATest.class.hashCode());<br />
XAConnection xaConn0 = ((XADataSource)ds).getXAConnection(&quot;root&quot;,&quot;root&quot;);<br />
XAResource res0=xaConn0.getXAResource();<br />
res0.start(xid0,XAResource.TMNOFLAGS);<br />
insertIntoTable1(xaConn0);<br />
res0.end(xid0, XAResource.TMSUCCESS);<br />
<br />
Xid xid1 = new MysqlXid(xid0.getGlobalTransactionId(),new byte[]{1},xid0.getFormatId());<br />
XAConnection xaConn1 = ((XADataSource)ds).getXAConnection(&quot;root&quot;,&quot;root&quot;);<br />
XAResource res1=xaConn1.getXAResource();<br />
res1.start(xid1,XAResource.TMNOFLAGS);<br />
insertInToTabel2(xaConn1);// BLOCKED HERE<br />
res1.end(xid1, XAResource.TMSUCCESS);<br />
<br />
res0.prepare(xid0);<br />
res1.prepare(xid1);<br />
<br />
res0.commit(xid0,false);<br />
res1.commit(xid1,false);<br />
<br />
xaConn0.close();<br />
xaConn1.close();]]></description>
            <dc:creator>Alexander Efremov</dc:creator>
            <category>JDBC and Java</category>
            <pubDate>Sun, 22 Nov 2009 20:13:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?52,292376,292376#msg-292376</guid>
            <title>Mysql Display (no replies)</title>
            <link>http://forums.mysql.com/read.php?52,292376,292376#msg-292376</link>
            <description><![CDATA[ im having a problem displaying information from my column the way i want it displayed.( i justed started php three days ago so be patient with me)... here is my script im currently using then ill explain how i need it displayed<br />
<br />
&lt;?php<br />
<br />
//connect<br />
mysql_connect(&quot;&quot;,&quot;&quot;,&quot;&quot;) or die(mysql_error());<br />
mysql_select_db(&quot;&quot;) or die(mysql_error());<br />
<br />
//query the db<br />
$getnews = mysql_query(&quot;SELECT * FROM shows ORDER BY&quot;) or die(mysql_error());<br />
<br />
while ($row = mysql_fetch_assoc($getnews))<br />
{<br />
<br />
<br />
 //get data<br />
$id = $row['id'];<br />
$venue = $row['venue'];<br />
$date = date(&quot;m/d/Y&quot;, strtotime($row[date]));<br />
$city = $row['city'];<br />
$state = $row['state'];<br />
$exceptions = $row['exceptions'];<br />
$countries = $row['countries'];<br />
<br />
<br />
echo &quot;&amp;theDates=$date|&amp;theStates=$state|&amp;theCities=$city|&amp;theExceptions=$exceptions|&amp;theClubs=$venue|&amp;theIDs=$id|&amp;theCountries=$countries|<br />
&quot;;<br />
<br />
<br />
<br />
<br />
				 <br />
}<br />
?&gt;<br />
<br />
<br />
<br />
<br />
<br />
i need to figure out how to have the rows displayed like this<br />
<br />
&amp;theDates=Datefirstrow|Datesecondrow|&amp;theStates=statesfirstrow|statessecondrow|&amp;theCities=citiesfirstrow|citessecondrow|&amp;theExceptions=Exceptionsfirstrow|Exceptionssecondrow|&amp;theClubs=Clubsfirstrow|Clubssecondrow|&amp;theIDs=idfirstrow|idsecondrow|&amp;theCountries=Countriesfirstrow|Countriessecondrow|<br />
<br />
<br />
hopefully it is simple to due but i have been looking al over to figure it out and i cant..]]></description>
            <dc:creator>D A</dc:creator>
            <category>PHP</category>
            <pubDate>Sun, 22 Nov 2009 19:50:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292376,292379#msg-292379</guid>
            <title>Mysql Display (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292376,292379#msg-292379</link>
            <description><![CDATA[  -- moved topic -- ]]></description>
            <dc:creator>D A</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 19:50:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?52,292367,292367#msg-292367</guid>
            <title>displaying mysql_fetch_array data in a html table (no replies)</title>
            <link>http://forums.mysql.com/read.php?52,292367,292367#msg-292367</link>
            <description><![CDATA[ hi<br />
<br />
i want to display a picture gallery by using a html table. the image id's are located in a mysql database so i need to call them and display them in multiple rows of the table. i want to display 5 pictures per row but the code i've written (shown below) is showing only 1 picture per row.<br />
<br />
&lt;?php<br />
$query = &quot;SELECT id FROM dynamicImages ORDER BY id DESC&quot;; <br />
$result = mysql_query($query) or die(mysql_error());<br />
while($input = mysql_fetch_array($result))<br />
if(count($input)) { ?&gt;<br />
&lt;table class=&quot;portfolio_table&quot; cellspacing=&quot;0&quot;&gt;<br />
&lt;?php for($i = 0; $i &lt; count($input); ++$i) { ?&gt;<br />
&lt;?php if(!$i) { ?&gt;<br />
&lt;tr&gt;&lt;?php } else if(!($i % 5)) { ?&gt;&lt;/tr&gt;<br />
&lt;tr&gt;&lt;?php } ?&gt;<br />
&lt;td&gt;&lt;div class=&quot;pinkHover&quot;&gt;&lt;a href=&quot;images/upload/dynamic/&lt;?php echo $input[$i]; ?&gt;.jpg&quot; class=&quot;lightview&quot; rel=&quot;gallery[gallery]&quot;&gt;&lt;img src=&quot;images/upload/dynamic/&lt;?php echo $input[$i]; ?&gt;.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;<br />
&lt;?php } ?&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;?php } ?&gt;<br />
<br />
please can somebody help???!!!]]></description>
            <dc:creator>Matthew Batt</dc:creator>
            <category>PHP</category>
            <pubDate>Sun, 22 Nov 2009 17:42:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?24,292365,292365#msg-292365</guid>
            <title>ORDER BY LIMIT IS SLOW (no replies)</title>
            <link>http://forums.mysql.com/read.php?24,292365,292365#msg-292365</link>
            <description><![CDATA[ I have a query that takes 14 seconds to execute:<br />
<br />
SELECT posts.* FROM posts force index (idx_post_date) INNER JOIN follow ON follow.followuserid = posts.userid WHERE follow.userid=’61585′ ORDER BY date DESC LIMIT 0, 20;<br />
<br />
The table posts has ~1000000 records and the number of records in the posts table belonging to userid 61585 is 0.<br />
<br />
The table follow has 63537 records.<br />
<br />
This is how my indexes are set:-<br />
<br />
mysql&gt; show index from follow;<br />
+——–+————+———-+————–+————–+———–+————-+———-+——–+——+————+———+<br />
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment |<br />
+——–+————+———-+————–+————–+———–+————-+———-+——–+——+————+———+<br />
| follow | 0 | PRIMARY | 1 | userid | A | NULL | NULL | NULL | | BTREE | |<br />
| follow | 0 | PRIMARY | 2 | followuserid | A | 63537 | NULL | NULL | | BTREE | |<br />
+——–+————+———-+————–+————–+———–+————-+———-+——–+——+————+———+<br />
<br />
mysql&gt; show index from posts;<br />
+——-+————+——————+————–+————-+———–+————-+———-+——–+——+————+———+<br />
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment |<br />
+——-+————+——————+————–+————-+———–+————-+———-+——–+——+————+———+<br />
| posts | 0 | PRIMARY | 1 | id | A | 1047467 | NULL | NULL | | BTREE | |<br />
| posts | 1 | idx_post_date | 1 | date | A | 1047467 | NULL | NULL | | BTREE | |<br />
| posts | 1 | idx_posts_userid | 1 | userid | A | 22771 | NULL | NULL | | BTREE | |<br />
+——-+————+——————+————–+————-+———–+————-+———-+——–+——+————+———+<br />
<br />
mysql&gt; explain SELECT posts.* FROM posts force index (idx_post_date) INNER JOIN follow ON follow.followuserid = posts.userid WHERE follow.userid=’61585′ ORDER BY date DESC LIMIT 0, 20;<br />
+—-+————-+——–+——–+—————+—————+———+——————————-+——+————-+<br />
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |<br />
+—-+————-+——–+——–+—————+—————+———+——————————-+——+————-+<br />
| 1 | SIMPLE | posts | index | NULL | idx_post_date | 4 | NULL | 20 | |<br />
| 1 | SIMPLE | follow | eq_ref | PRIMARY | PRIMARY | 8 | const,wwwproject.posts.userid | 1 | Using index |<br />
+—-+————-+——–+——–+—————+—————+———+——————————-+——+————-+<br />
<br />
<br />
<br />
Is there a way to optimize this query i have now been trying for quite some time but could not find a solution any help would be very much appreciated??]]></description>
            <dc:creator>Mohamed el Maslouhi</dc:creator>
            <category>Performance</category>
            <pubDate>Sun, 22 Nov 2009 16:32:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?33,292362,292362#msg-292362</guid>
            <title>Do you want more date time functions in reporting tool? (no replies)</title>
            <link>http://forums.mysql.com/read.php?33,292362,292362#msg-292362</link>
            <description><![CDATA[ Background<br />
When designing a report, users often need a lot of date time functions. However, most reporting tools only provide some common functions as follows: functions today(), now() which are used to get current date or time, and functions year(), month(), day(), hour(), minute() or second() which are used to get corresponding year, month, day, hour, minute or second from a date time. In addition, there are some data type conversion functions, which are used to convert date time to string or convert string to date time.<br />
<br />
However, that’s far from enough, as users may often have complex requirements like the ones below: <br />
1. Calculate age accurately. Many reporting tools have no specialized function to do this. Some provide, but as the accuracy is only year or month, the result may be not exactly right. Take a child born in May 23, 2000 for example. He is only 7 years old, not 8 in May 20, 2008. It is easy to find that users can get the exactly right age only through a function with day accuracy.<br />
2. Calculate the beginning or the end of a time period. With functions like weekbegin(), weekend(), monthbegin(), monthend(), yearbegin and yearend(), users can calculate the beginning or the ending of a week, a month or a year. Besides, calculating the beginning or the ending of a quarter is also very common. However, almost no reporting tool provides corresponding quarter functions.<br />
3. Calculate the difference between two dates or two time points. For dates, users sometimes need to calculate the number of days between two dates, the date which is N days away from a specific date, or just last day, last month, last year and so on. The case for time point is similar. Requirements for these functions are common. However, most reporting tools neglect them. As a result, users have to write functions by themselves.<br />
<br />
Solution<br />
RAQ report is the best choice to solve these problems. For users’ convenience, RAQ Report provides much more date time functions specifically to meet users’ needs and wants.]]></description>
            <dc:creator>David Becklery</dc:creator>
            <category>Reporting, Charting, and BI</category>
            <pubDate>Sun, 22 Nov 2009 16:19:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?52,292361,292361#msg-292361</guid>
            <title>stop duplicates with auto increment (no replies)</title>
            <link>http://forums.mysql.com/read.php?52,292361,292361#msg-292361</link>
            <description><![CDATA[ I have simple mysql table : id [auto increment] - name - details<br />
<br />
I want to stop duplicates records, but i can't do that<br />
<br />
because when i insert new recrod (even with same old record), it takes new id , and then it become unique record<br />
<br />
I wish i could explain my problem well<br />
<br />
ex.<br />
id   name    details<br />
10   a       abc <br />
11   a       abc<br />
<br />
<br />
Thanks in advance]]></description>
            <dc:creator>ana muslimon</dc:creator>
            <category>PHP</category>
            <pubDate>Sun, 22 Nov 2009 15:26:58 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292358,292358#msg-292358</guid>
            <title>Select random rows, grouped by field (1 reply)</title>
            <link>http://forums.mysql.com/read.php?10,292358,292358#msg-292358</link>
            <description><![CDATA[ If we have photoes in the table with the following structure:<br />
<br />
| id | user_id | filename |<br />
<br />
user_id  - id of user, who this photo belongs to<br />
filename - name of the photo<br />
<br />
And the data is, for example, <br />
<br />
1, 1, first.jpg<br />
2, 3, img_356.jpg<br />
3, 1, land.jpg<br />
4, 2, fire.jpg<br />
5, 3, cool.jpg<br />
6, 3, img_018.jpg<br />
<br />
Question: how can I retrieve a random photo for every user?<br />
For example, the result is:<br />
3, 1, land.jpg<br />
4, 2, fire.jpg<br />
5, 3, cool.jpg<br />
<br />
Thanks in advance]]></description>
            <dc:creator>Dmitry Piramidin</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 15:04:08 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292356,292356#msg-292356</guid>
            <title>Advice request - Migration from Access 2003 (no replies)</title>
            <link>http://forums.mysql.com/read.php?10,292356,292356#msg-292356</link>
            <description><![CDATA[ Hi,<br />
<br />
We have an Access 2003 db at work which I have developed over the last 4 years but has grown to such a size that it's starting to develop problems; lockouts, crashes, corruption, vanishing records etc.<br />
<br />
My thoughts are that we should change the backend to mySQL and keep the Access runtime front ends.<br />
<br />
Now, knowing nothing about mySQL (yet) I'm a bit worried about messing the whole thing up. So I had a few questions:<br />
<br />
1 - Can I migrate the backend access db to the mySQL server without damaging the original access backend? I'd like to do a trial period of the Access frontend with the mySQL backend on a test system without affecting the way the users are working just now i.e. allow them to keep using the Access backend for the moment.<br />
<br />
2 - Does the Access db need to be unsplit first?<br />
<br />
3 - Is it simple enough to link the tables from the Access FE to the mySQL BE after the migration is complete?<br />
<br />
Thanks<br />
<br />
Paul]]></description>
            <dc:creator>Paul Stephen</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 14:41:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?168,292348,292348#msg-292348</guid>
            <title>external symbol error (no replies)</title>
            <link>http://forums.mysql.com/read.php?168,292348,292348#msg-292348</link>
            <description><![CDATA[ Hello,<br />
<br />
For the past few hour's, a friend and I have been messing around with a SQL databases. At this time I'm trying to connect to his database using the connector/C library provided here. But for the life of me can not figure out how to fix these external error's while I build my program in Visual Studio 08. Here are some of the error's that I am getting.<br />
<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_close@4 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_use_result@4 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_query@8 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_error@4 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function _main<br />
Main.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function _main<br />
<br />
Thanks,<br />
-John]]></description>
            <dc:creator>John Ken</dc:creator>
            <category>MySQL Connector/C (libmysql)</category>
            <pubDate>Sun, 22 Nov 2009 12:27:34 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?98,292342,292342#msg-292342</guid>
            <title>Need help with SP (2 replies)</title>
            <link>http://forums.mysql.com/read.php?98,292342,292342#msg-292342</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm trying to create the following SP to fill a table with numbers from 1 to max_num:<br />
<br />
DELIMITER $$<br />
<br />
DROP PROCEDURE IF EXISTS `FILL_NUMBERS_TABLE` $$<br />
CREATE PROCEDURE `FILL_NUMBERS_TABLE` (max_num INT)<br />
BEGIN<br />
<br />
  # Delete existing content<br />
  DELETE FROM `numbers`;<br />
<br />
  # Fill with numbers<br />
  DECLARE counter INT DEFAULT 1;<br />
  WHILE counter &lt;= max_num DO<br />
    INSERT INTO `numbers` (`number`) VALUES (counter);<br />
    SET counter = counter + 1;<br />
  END WHILE;<br />
<br />
END $$<br />
<br />
DELIMITER ;<br />
<br />
The problem is that when I run this the SP doesn't get created. When I comment out the &quot;delete&quot; statement at the beginning the SP gets created fine.<br />
<br />
Can someone tell me what's wrong with this SP? DO I have a syntax problem?<br />
<br />
Thanks.]]></description>
            <dc:creator>David Rippel</dc:creator>
            <category>Stored Procedures</category>
            <pubDate>Sun, 22 Nov 2009 15:22:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?70,292340,292340#msg-292340</guid>
            <title>nach 2 werten sortieren (no replies)</title>
            <link>http://forums.mysql.com/read.php?70,292340,292340#msg-292340</link>
            <description><![CDATA[ hallo<br />
<br />
ich habe artikel die in kategorien eingeteilt sind und mit tags versehen wurden.<br />
<br />
nun wollte ich diese metainformationen nutzen, um ähnliche artikel anzuzeigen<br />
bei der sortierung soll die kategorie eine höhere priorität haben wie tags<br />
<br />
d.h. zum beispiel als erstes sollen artikel angezeigt werden die<br />
die selbe kategorie haben, 3 gleiche tags haben<br />
die selbe kategorie haben, 2 gleiche tags haben<br />
nicht die selbe kategorie haben, 3 gleiche tags haben<br />
nicht die selbe kategorie haben, 2 gleiche tags haben <br />
<br />
es sollen jedoch nicht artikel angezeigt werden die die selbe kategorie aber keine übereinstimmende tags haben<br />
<br />
bei dem jetztigen script ist dies aber der fall. weiß einer wie ich das ändern kann?<br />
<br />
SELECT<br />
    title_de,<br />
    tags.tag,<br />
    tags.uid,<br />
    archive.uid,<br />
    count(archive.uid) AS count,<br />
    archive.category<br />
  FROM<br />
    archive2tag AS a2t<br />
  RIGHT JOIN<br />
    archive ON archive.uid = a2t.archive_uid<br />
  LEFT JOIN<br />
    tags ON tags.uid = a2t.tag_uid<br />
  WHERE<br />
    archive.category = '&quot; . $category . &quot;' OR tags.uid IN ( '&quot; . implode(&quot;', '&quot;, $tag_uid) . &quot;' )<br />
  AND<br />
    archive.uid &lt;&gt; '&quot; . $aid . &quot;'<br />
  GROUP BY<br />
    archive.uid<br />
  ORDER BY<br />
    archive.category DESC, count DESC<br />
  LIMIT 10]]></description>
            <dc:creator>kihoih nklnl</dc:creator>
            <category>German</category>
            <pubDate>Sun, 22 Nov 2009 11:48:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292338,292338#msg-292338</guid>
            <title>Data Types (3 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292338,292338#msg-292338</link>
            <description><![CDATA[ What would be the correct data types for the following types of data (I have put what I think would be best)...<br />
<br />
* A transaction date (e.g. 2009-10-29) = DATE<br />
* A transaction number (e.g. 1, 2 or 10988) = INT w/ Auto Increment<br />
* An accounting code (e.g. 1099) = CHAR(4)<br />
* A transaction amount (e.g. $1000) = DECIMAL<br />
<br />
Do these look like the right choices for the date to go in them, and the queries that would be asked of them, (e.g. accounting and bookkeeping type queries)?<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>Arj Banner</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 16:26:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?8,292335,292335#msg-292335</guid>
            <title>Urgent Requirement Of MYSQL DBA Professionals for Multinational Based out of Pune (no replies)</title>
            <link>http://forums.mysql.com/read.php?8,292335,292335#msg-292335</link>
            <description><![CDATA[ Hi,<br />
<br />
We have an urgent requirement of MYSQL DBA Professionals having experience between 3-15 years in MYSQL Database administration .Requirement is for Fortify Infrastructure Services, Please go through website <a rel="nofollow"  href="http://www.fortifyis.com/">http://www.fortifyis.com/</a> and send across your resumes ASAP at <a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#97;&#110;&#117;&#112;&#114;&#101;&#101;&#116;&#64;&#101;&#108;&#105;&#116;&#101;&#112;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#115;&#46;&#99;&#111;&#109;">&#97;&#110;&#117;&#112;&#114;&#101;&#101;&#116;&#64;&#101;&#108;&#105;&#116;&#101;&#112;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#115;&#46;&#99;&#111;&#109;</a><br />
<br />
Person will require to join within 15 days and will have to travel to USA for 6 weeks.<br />
<br />
Regards,<br />
<br />
Anupreet<br />
<br />
9810700440<br />
<br />
<a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#97;&#110;&#117;&#112;&#114;&#101;&#101;&#116;&#64;&#101;&#108;&#105;&#116;&#101;&#112;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#115;&#46;&#99;&#111;&#109;">&#97;&#110;&#117;&#112;&#114;&#101;&#101;&#116;&#64;&#101;&#108;&#105;&#116;&#101;&#112;&#114;&#97;&#99;&#116;&#105;&#99;&#101;&#115;&#46;&#99;&#111;&#109;</a>]]></description>
            <dc:creator>Anupreet Kaur</dc:creator>
            <category>Jobs</category>
            <pubDate>Sun, 22 Nov 2009 10:06:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292335,292345#msg-292345</guid>
            <title>Urgent Requirement Of MYSQL DBA Professionals for Multinational Based out of Pune (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292335,292345#msg-292345</link>
            <description><![CDATA[  -- moved topic -- ]]></description>
            <dc:creator>Anupreet Kaur</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 10:06:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?27,292330,292330#msg-292330</guid>
            <title>Search for the true master-master MySQL synchronization solution ... (no replies)</title>
            <link>http://forums.mysql.com/read.php?27,292330,292330#msg-292330</link>
            <description><![CDATA[ Following is a true story. For more information, visit www.pervasync.com.<br />
<br />
“... is a cutting edge manufacturer of titanium products. At the center of our operation are MySQL databases that house the images, CAD files and other data for the 13,000+ products we produce.<br />
<br />
Connected to the Internet is a high speed MySQL server that allows our sales reps, managers, factories and customers to both add and retrieve data via web browsers. Obviously, the data on this server is in a continuous state of flux. <br />
<br />
For our home office, another MySQL server is connected to a local Intranet where the hi-resolution images, CAD files and other data created during product development are entered. The data on this server is accessed via both web browsers and Microsoft Access. The data is only in a state of flux during normal local office hours. <br />
<br />
Some of our customers around the globe also operate Microsoft SQL servers and MySQL servers that connect via the internet to our 24/7 high speed server in order to continuously keep their data up to date.<br />
<br />
As you can imagine, traditional database replication will not work in our business model because we are spread around the globe and there isn't a point in time where the data alterations can be halted. In effect, all of the servers in our architecture are masters because new data is being added and existing data is being updated at multiple locations simultaneously, so this precludes database replication as well. <br />
<br />
Until we found Pervasync, synchronizing all of these servers was a phenomenal task fraught with both error and fear. We talked to provider after provider and all said the same thing, &quot;Master - Master synchronization isn't feasible or practical.&quot; They recommended that we change our entire business structure to enable either the implementation of database replication or switch to using a single server.<br />
<br />
Faced with a horrendous synchronization task every morning and night, we took a hard look at toning down our aggressive business model, but held our ground for three reasons: <br />
<br />
First, speed. Trying to build a single database server at one location that can serve up to the entire world is expensive and no matter how fast or big it is, the data still has to flow around the globe, which means access to the system will be slow for some users, no matter what you do.  <br />
<br />
The second reason is redundancy, knowing that the data our entire company relies upon is duplicated securely at multiple locations with the sync frequency controlled by us allows me to sleep peacefully at night. <br />
<br />
The final reason is customer service. Many of our customers already have database servers and for us to tell them that in order to do business with us they must create and maintain a new replicated MySQL database on their site (which they can't even enter data into) is totally unacceptable. <br />
<br />
Many of the other synchronization software providers claim that their software will do Master - Master synchronization. Upon digging deeper (In some cases buying their software!), their idea of master - master synchronization was to compare rows and rows of changed data manually, choosing the data from the server that we wanted to sync to the other server in table-like forms.<br />
<br />
One of the areas that is unusual in our system, compared to many others, is that we are storing hi-resolution images in our MySQL database that must be synced across the globe as well. This means that any synchronization software that relies on reading the data storage size in every column in order to determine what has changed will be incredibly slow, something we found out the hard way. <br />
<br />
As far as we know at this time, Pervasync is the only true Master - Master synchronization system available for MySQL. Once set up and initially synced, it is blazingly fast. ...&quot;]]></description>
            <dc:creator>Pervasync Software</dc:creator>
            <category>Synchronization</category>
            <pubDate>Sun, 22 Nov 2009 06:58:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292327,292327#msg-292327</guid>
            <title>Words that start from A to M (3 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292327,292327#msg-292327</link>
            <description><![CDATA[ Hello, Im trying to create a query that will give me all the words that start from A to M. In my head this is what I think:<br />
<br />
SELECT * FROM table<br />
WHERE name BETWEEN LIKE 'A%' AND LIKE 'D%'<br />
ORDER BY name ASC<br />
<br />
But of course! it doesnt work! can somebody tell me what am I doing wrong?!]]></description>
            <dc:creator>Raymond Gonzalez</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 19:08:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?39,292311,292311#msg-292311</guid>
            <title>Could not create entity:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException (no replies)</title>
            <link>http://forums.mysql.com/read.php?39,292311,292311#msg-292311</link>
            <description><![CDATA[ Hello everybody,<br />
<br />
Iam using MySQL 5.1, Jboss 4.2, MySQL connector/J 5.1.10, EJB 2.x(use CMP),<br />
I have method:<br />
<br />
public interface DoSomeThingHome extends EJBHome{<br />
<br />
	public DoSomeThing create(int shareDocId, String shareEmpId,<br />
                        String shareByEmpId, boolean isDelete) throws  CreateException,RemoteException;<br />
}<br />
<br />
When I call create method, I received error:<br />
Could not create entity:com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT SCOPE_IDENTITY()' at line 1<br />
<br />
Why is SQL syntax ?<br />
<br />
However, when I use SQL Server 2000, my create method executed very good.<br />
<br />
Please help me.<br />
Thank you very much.]]></description>
            <dc:creator>thinh phan</dc:creator>
            <category>JDBC and Java</category>
            <pubDate>Sun, 22 Nov 2009 02:09:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?11,292310,292310#msg-292310</guid>
            <title>Cannot edit My.ini File (2 replies)</title>
            <link>http://forums.mysql.com/read.php?11,292310,292310#msg-292310</link>
            <description><![CDATA[ I am trying to edit the datadir in the mysqld section of the my.ini file. but When I try to save the file It says &quot;access denied&quot;. I just need to change the directory to be set to a different folder any ideas?]]></description>
            <dc:creator>Becky Laney</dc:creator>
            <category>Install</category>
            <pubDate>Sun, 22 Nov 2009 17:44:53 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?99,292301,292301#msg-292301</guid>
            <title>Help to Create Trigger (1 reply)</title>
            <link>http://forums.mysql.com/read.php?99,292301,292301#msg-292301</link>
            <description><![CDATA[ I need a MYSQL Trigger that will execute automatically, when a value is inserted into a specific table column a different table column is updated.<br />
<br />
When a username and password are inserted into table &quot;Users&quot; i want a trigger to automatically add the same username and password to table &quot;Users2&quot;]]></description>
            <dc:creator>Brett Allen</dc:creator>
            <category>Triggers</category>
            <pubDate>Sun, 22 Nov 2009 01:01:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?10,292301,292346#msg-292346</guid>
            <title>Help to Create Trigger (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?10,292301,292346#msg-292346</link>
            <description><![CDATA[  -- moved topic -- ]]></description>
            <dc:creator>Brett Allen</dc:creator>
            <category>Newbie</category>
            <pubDate>Sun, 22 Nov 2009 01:01:38 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?24,292297,292297#msg-292297</guid>
            <title>How to debug rare MySQL crashes (1 reply)</title>
            <link>http://forums.mysql.com/read.php?24,292297,292297#msg-292297</link>
            <description><![CDATA[ We are running MySQL 5.0.86 (RPM install) on our RHEL4 production server, and in the last couple of months, we have been experiencing a couple of crashes, where basically the server comes to a crawl and our website is no longer available.  We connect to MySQL through PHP using ext/mysql with mysql_connect().<br />
<br />
This is a dedicated MySQL server with 16GB of RAM, and pretty much nothing else runs on that box.  When the crash happens, top output shows a high load average (10 vs. 0.1 in normal usage), the number of MySQL processes is very high, and the CPU utilization is high.<br />
<br />
Because this is a production server and the crash happens rarely (once every few weeks), running MySQL in debug mode is not an option.<br />
<br />
I have run mk-query-digest on the slow log, but did not notice anything out of the ordinary.  show processlist does not show anything unusual either.<br />
<br />
For reference, we run about 150 queries/s on that server, 80% selects, 20% updates, and the table sizes on our most used tables vary between 50,000 and 5 million.<br />
<br />
My question is:  next time we experience this problem, what commands should I run to try and narrow down the issue?<br />
Thanks,<br />
<br />
Guillaume]]></description>
            <dc:creator>Guillaume Boissiere</dc:creator>
            <category>Performance</category>
            <pubDate>Mon, 23 Nov 2009 00:46:21 +0000</pubDate>
        </item>
    </channel>
</rss>
