I tried this and got the following error:
Starting Secure Login Server
Generating ssh host key...
Generating DSA parameter and key.
Your identification has been saved in /etc/ssh_…
wyzeguy,
Your /System/Library/StartupItems/SSH/SSH file only works if the user has failed by running the first version. A *complete* SSH file would generate both keys and spare us…
Thanks for the fix. I never recieved that error but it's probably 'cause I ran it without modification first so the ssh_host_key was already there.
------------------
Life is wha…
nierman,
Apparently for some reason the key file was generated with too lax permissions.
try this:
su -
(Type your root pw when prompted)
l /etc/ssh_host_dsa_key
This should…
I'd love to get my fingers on the binary. Instructions on how to compile it myself would be much apreciated as well. Please e-mail me. Thank you.
--
Ryan_S
OK, here's the binary:
http://www.heatware.com/Files/mysql-...rwin1.2.tar.gz
Please DO NOT TRY THIS unless ALL of you important files are backed up. Although I can tell you I'm …
thanks. Have you passed the configuration information to the Mysql.com gang? We should be communicating the information to them so they will handle future Darwin vs. OSX compiles.
You are my new hero dude
I've been able to compile PHP, Apache and MySQL to work really well together, except for not being able to shutdown mysql (but who cares).
I was wonder…
I checked the the new mysql earlier, and it's compiled for rhapsody5.5 like the last Mac OS X Server binary so I don't believe it'd work either.
Yes, I did try those patches, but …
AK has some newer fixes on that page that just came out yesterday, I don't think you have seen it, it says compiling on OS X Public Beta, I tried it, but It crashed out towards the…
AK has some newer fixes on that page that just came out yesterday, I don't think you have seen it, it says compiling on OS X Public Beta, I tried it, but It crashed out towards the…
I followed the new instructions at http://www.prnet.de/RegEx/mysql.html and successfully compiled my own install of mysql. I then added the line "/usr/local/bin/safe_mysqld &"…
I would also love to be able to test MySQL on OS X.
QUOTE]Originally posted by mr_sonicblue:
I'd like to hand MySQL for Public Beta out as a binary (no guarantees that it'll work…
rsanford: i found that compiling apache and php together (as per the instructions at php.net for UNIX installation) worked fine for getting PHP4 and Apache to work together.
[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?)