<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space">
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2>If you need to stay at MySQL5 an alternative is 
to make a global change at the command line using some combination 
of</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2> </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2>  find </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2>  grep OUT</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2>  sed</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=265524602-06122006><FONT face=Garamond 
color=#000080 size=2>(and escape the back-quotes ` as 
needed).</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=265524602-06122006></SPAN><FONT face=Garamond><FONT 
color=#000080><FONT size=2>I<SPAN class=265524602-06122006> just learned that 
the zsh has an option for finding desired files with ls... going from 
memory it would be something like</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT><FONT color=#000080><FONT size=2><SPAN 
class=265524602-06122006></SPAN></FONT></FONT></FONT><SPAN 
class=265524602-06122006></SPAN><FONT face=Garamond><FONT color=#000080><FONT 
size=2> <SPAN class=265524602-06122006> ls -l 
**/*.php</SPAN></FONT></FONT></FONT><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> nmglug-bounces@nmglug.org 
[mailto:nmglug-bounces@nmglug.org] <B>On Behalf Of </B>Andres 
Paglayan<BR><B>Sent:</B> Tuesday, December 05, 2006 8:58 AM<BR><B>To:</B> 
NMGLUG.org mailing list<BR><B>Subject:</B> Re: ***DHSPAM*** [nmglug] myphpmoney 
- mass editing .php files<BR></FONT><BR></DIV>
<DIV></DIV>easiest way will be rolling back to mysql 4
<DIV>you don't know what other incompatibilities are in place,</DIV>
<DIV><BR>
<DIV>
<DIV>On Dec 4, 2006, at 11:53 PM, Tim Emerick wrote:</DIV><BR 
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
  <DIV 
  style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
  <DIV>Hey gang.<BR><BR>I tried to install myphpmoney on my ubuntu server and it 
  sure was a challenge. Needless to say I got it mostly running but need a 
  little help. Apparently it was written for MySQL 4 but I have MySQL5 running. 
  I found a fix on google groups but I don't know how to implement it. It 
  involves changing all occurences of OUT to `OUT` in all of the php scripts 
  since OUT is now a reserved word in mysql5. How do I do that?<BR><BR>Here are 
  the citations I 
found<BR><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>