Q about replication & timing

2002-11-04 Thread Ray Zimmerman
pdate. Or to put it negatively, it must be impossible for a client to update the master and subsequently read an old (pre-update) value from the slave. Am I correct in assuming that replication can not make this guarantee? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall

Re: SQL join help

2002-05-20 Thread Ray Zimmerman
I figured it out ... At 3:22 PM +0100 5/20/02, ds wrote: >On Mon, 2002-05-20 at 13:34, Ray Zimmerman wrote: >... > > For example, given the following data ... >> >> CREATE TABLE Object ( >> id int(11) NOT NULL auto_increment, >> PRIMARY KEY

SQL join help

2002-05-20 Thread Ray Zimmerman
.e. should match 1, but not 2 or 3) ... what's the query syntax? How about if I want to find all Objects which have no children (i.e. should match 4, 5 and 6, but not 1, 2 or 3). TIA, -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9

Re: Making SQL request from a Mac

2001-06-07 Thread Ray Zimmerman
e some pure java clients as well, but I like MacSQL Monitor. >If it's not possible, How can I get access to a PC With windows ? H ... delete Windows, install Linux or BSD or something :-) There are lots of Windows clients ... probably the mysql web site would be a good place to start.

Re: MySql for Mac OS X

2001-05-16 Thread Ray Zimmerman
nfo.fcgi?id=10425 -- %~%~~~~~% | Ray Zimmerman ([EMAIL PROTECTED]) | "The number you have| | 428-B Phillips Hall| dialed is imaginary. | | Cornell Univ., Ithaca, NY 14853 | Please rotate the phone| | 607-

Re: mySQL driver for the macintosh 9.x

2001-03-29 Thread Ray Zimmerman
At 1:21 PM +1300 3/28/01, andrew.b wrote: >Does anyone know where I can find such a beast? Have a look at ... http://www.lilback.com/macsql/ ... and ... http://www.rtlabs.com/ -- %~%~% | Ray Zimmerman ([EM

Re: Webmin

2001-03-14 Thread Ray Zimmerman
>Has anyone found a GUI for MySQL on a Linux box? I found Webmin, but it >seems limited. > >Is there an HTML GUI for MySQL? Check out MysqlTool at ... http://dajoba.com/projects/mysqltool/ ... it's a web-based interface implemented in Perl. If you prefer one written in PHP, have a loo

Re: phpMyAdmin

2001-02-14 Thread Ray Zimmerman
At 11:08 AM -0500 2/14/01, [EMAIL PROTECTED] wrote: >I was reading through the list and found numerous mentions of >phpMyAdmin. Since >I am a newbie (hoping not to be) at mysql and php, but soon will be >using both, >I started looking for it on my Linux box. I have both php3 and 4 on the system