[quote]Originally posted by mr_sonicblue:
[b]OK, here's the binary:
http://www.heatware.com/Files/mysql-...rwin1.2.tar.gz
I tried your binary. At first I was enthusiastic, as it…
misterakko:
MySQL commonly "goes away" (as the client puts it) before or during queries, but it should automatically reconnect if it's working correctly. But, for some reason, my …
I am wondering how you got the configure script to run. It always dies on the 'ps' portion (where it's trying to figure out how to detect running mysqld). Thanks in advance.
The binary seems to work fine, unlike all the other versions I've seen for compile (I can't get AK's version to work because pthreads just refuses to compile).
Some of the problem…
LordJavac:
If I remember right, here's what I did for the binary listed here (The version I'm currently using has a more complicated patch, but doesn't work any better):
config.gu…
I'm trying to run a query through a .php file. I can connect to the DB, I can choose the DB, but I cannot query a table -- I just get an error when I query the table, no data, noth…
> $table = mysql_query("select id from que;")
>
> Any suggestions? Thanks!!
Maybe that's a typo, but you don't need the ending semicolon in your query from ph…
jmb is right, that *might* be a typo. Other than that, I can't spot anything wrong with your code.
Did you try the same query from the mysql client?
If that works, you might have…
just a minor suggestion: check out news://comp.sys.mac.programmer.help and news://comp.lang.objective-c
There was a major thread about this a while ago (about a month or so?)
Objective-c is already marginalized! Cocoa was cool 12 years ago, but it has not kept up with the outside world. Apple might figure it out eventually, but there's a lot of people w…
Mike, might you, say, possibly give us a shred of evidence for those rather inflammatory statements? I see absolutely no evidence to back up your claims, particularly the one about…
You might want to check out the Omni Group's developer mailing list and its archives. This is a topic of constant debate, and there are many people there who have been using the C…
Thanks for the OmniGroup lead. For everyone's benefit, the index for the macOS X developer list is:
http://www.omnigroup.com/mailman/archive/macosx-dev/
There were gobs of posti…