Re: MySQL Secure Connection(e.g. SSL) Question

2004-08-25 Thread Issac Goldstand
This all strikes me as somewhat odd, since there is a --ssl flag which one can use to build DBD::mysql with SSL support. Unfortunately, I've never personally figured out how to actually utilize it, but maybe others are more knowledgeable... Issac - Original Message - From: "Joshua J.

Re: On the licensing once again

2004-08-12 Thread Issac Goldstand
What if a company hires me to build an application for them. They already have MySQL downloaded and installed. Do I/they need a license? What if the software is open-source, but not free? - Original Message - From: "Lachlan Mulcahy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

Re: using mysql in commercial software

2004-08-03 Thread Issac Goldstand
- Original Message - From: <[EMAIL PROTECTED]> > "Issac Goldstand" <[EMAIL PROTECTED]> wrote on 03/08/2004 09:47:31: > > - Original Message - > > From: "mos" <[EMAIL PROTECTED]> > > > Well, I'm not so su

Re: using mysql in commercial software

2004-08-03 Thread Issac Goldstand
- Original Message - From: "mos" <[EMAIL PROTECTED]> > At 03:41 AM 8/2/2004, Jeremy Zawodny wrote: > >On Mon, Jul 26, 2004 at 11:49:02PM -0500, mos wrote: > > > At 04:43 PM 7/26/2004, you wrote: > > > > > > >looks like the answer is no. As soon as fee based software touches the > > > >my

Re: perpetual "connecting to master"

2004-08-02 Thread Issac Goldstand
From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Issac Goldstand" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 11:31 AM Subject: Re: perpetual "connecting to master" > On Sun, Aug 01, 2004 at 08:42:50PM +0300, Issac Gol

perpetual "connecting to master"

2004-08-01 Thread Issac Goldstand
I just set up another reeplication slave for one of my servers - it's not something new to me. I'm using 4.1.3-beta on a new server which will eventually take over as the master. I set up a server id, did change master to... and started the slave - but the slave seems to perpetually stay in a st

[OT] Re: what os to use for mysql on amd64?

2004-07-27 Thread Issac Goldstand
[snip] > Debian is our first choice, but on the Debian/AMD64 howto, it is stated that > the port is still in beta stage. Does anyone have experiences with > debian/amd64 + mysql? I would love to know if mysql will run on it before > giving it a try.. [snip] AFAIK, Debian is now voting on whether t

Re: using mysql in commercial software

2004-07-26 Thread Issac Goldstand
Perhaps I misunderstood the license but it would seem to me that for the original use, a commercial license is *not* needed, since anyone can privately use MySQL for their own private commercial use without a license (I think). From what I understand the only need for a commercial license comes w

Re: "LOAD DATA LOCAL INFILE" doesn't show in binlog

2004-07-13 Thread Issac Goldstand
Not sure about the 3.x series, but in 4.x, if you build your own mysql, you need to explicitly enable that feature via a configure option. I think binary builds all have it enabled though. Issac - Original Message - From: "David Brännlund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Multiple locks

2004-06-07 Thread Issac Goldstand
I need to do some operations which insert mass amounts of records which then must be sorted, and would like to use table locking. The flow I'm looking for is: LOCK TABLE A WRITE LOW_PRIO DELETE FROM TABLE A (This used to be TRUNCATE TABLE A, but that complained when I started locking) LOAD DATA IN

some replication questions

2004-02-24 Thread Issac Goldstand
Hi list, I'm trying to get mysql replication set up for a distributed development environment. The master is the production server, whereas the slaves are part of the developers' sandboxes (on their own machines). The master machine is using MySQL 4.0.15, the slaves a nice mix of 4.0.15+ and 4.