Re: Access DB

2001-06-03 Thread Zachary Burnham
Perl works beautifully with MySQL, as do PHP and Java, and $SCRIPTING_LANGUAGE. Choose your poison. Z On Sunday, June 3, 2001, at 08:36 PM, Gary Bonham wrote: > I've just joined this list as I'm considering using mysql. My databases > are > in Access format, and I don't wish to convert to SQL

Re: Mac OS X

2001-06-03 Thread Zachary Burnham
On Saturday, June 2, 2001, at 04:27 PM, Tommy Beavitt wrote: > In response to a recent question I posted regarding installing > MySQL/PHP/Apache on a G4 tibook I was recommended to get a copy of Mac > OS X as this was condsidered to be the most stable and easily > configurable option at my di

Re: FW: ezmlm response

2001-06-03 Thread Zachary Burnham
Is this new syntax? It seems to be different from your book, Paul. Z On Friday, June 1, 2001, at 10:50 PM, Paul DuBois wrote: > At 10:13 PM -0400 6/1/01, daddius wrote: >> hello everyone... I am very new to mysql and I needed some help >> creating 1 >> admin account for 4 computers. >> This

Re: My mySQL doesn't start...

2001-05-24 Thread Zachary Burnham
Verify that mysqld is running with a "ps ax" from a Terminal prompt. Z On Thursday, May 24, 2001, at 06:24 PM, Victor SpÄng Arthursson wrote: > Hi! > > I installed mySQL on my Mac OS X last week, but I never really tried > it, though I know it was possible to start. > > But after having reinsta

Re: MySQL and PHP4

2001-05-24 Thread Zachary Burnham
--with-mysql uses PHP's built-in MySQL libraries, while --with- mysql=/path/to/mysql will build it with the libraries of the MySQL installation already present. The version built into PHP4 seems to work ok for most things, but it's a bit behind in the point revs; which version it uses escape

Re: MYSQL and the Macintosh

2001-05-21 Thread Zachary Burnham
Hmm. One way might be to use MacPerl to generate tab delimited files that you could then use to create an Excel document, then mail merge into your Word doc. I could have sworn that there was some kind of ODBC setup with Mac Office, though.. Z On Monday, May 21, 2001, at 02:17 AM, Ray Smith

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-20 Thread Zachary Burnham
Hmm. Can you be a bit more specific how you upgraded your Apache? Typically I've had good luck with building the new Apache first, then building PHP (using the new apxs that it installs). You are installing these modules as .so, correct? And building everything from source code? The only

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-17 Thread Zachary Burnham
1.3.19 actually, Matt :) I'm running .19 on both my Linux machine and the G4. And as far as I can remember, PHP4.0.4pl1 worked ok on 1.3.14, I was doing that for a while. Z On Thursday, May 17, 2001, at 08:59 AM, Matthew P. Marino wrote: > Apache is up to 1.3.17 at least. I would update apac

Re: MySql for Mac OS X

2001-05-16 Thread Zachary Burnham
You can compile from source on OS X. I personally built 3.23.36 on 10.0 when it came out; right now it requires a couple of edits to the source code prior to compilation. The edit can be found here: http://www.mysql.com/doc/M/a/Mac_OS_X_Public_Data.html in the "Comments" section. Once you p

Re: problem stopping mysqld

2001-05-15 Thread Zachary Burnham
This is a known bug when running MySQL on Darwin / Mac OS X right now. Last I heard some listy was submitting a diff or a patch to the maintainers, but I haven't heard anything about it for a little while. Any news, folks? Works a treat on Darwin, otherwise. Zach On Tuesday, May 15, 2001, a

Re: Mac OS X

2001-04-01 Thread Zachary Burnham
There is a binary tarball on www.mysql.com that works on the retail release of Mac OS X. I have also built from the .36 source, but that requires editing one line of source code. Here are directions: http://www.mysql.com/doc/M/a/Mac_OS_X_Public_Data.html Look at the user comments. The line