On Tue, Jun 29, 2004 at 10:57:41PM -0700, Bruce Dembecki wrote:
> So I have a question for those who understand developer speak and MySQL
> builds and so on...
>
> Apple announced their new OS earlier this week, including this information
> on the improvements to 64 Bit version using the G5 proces
At 9:26 -0600 4/30/04, Sam Peterson wrote:
My Mac mysql client does not appear to work correctly. The DB is fine
and setup working great but I cannot use that version of the mysql
client. Right now I'm using the 4.0.18 client on my mac. Are there
known bugs with the 4.1.1 Mac OSX client?
Yes:
h
There are some good Mac clients to access MySQL. I personally use
CocoaMySQL for much of my day to day activity. You can find them all on
versiontracker.org. YourSQL looks okay too.
I agree though, the fancy interface, should you choose to use one of
the above clients, is much more useful if y
There is no built-in graphically interface for running MySQL. It's all
command line, meaning you need to use your terminal. You absolutely
must read something on how to use MySQL. There are a lot of good books
out there, I used "MySQL" by Paul DuBois (who is also on this list).
MySQL is a datab
Oh, okay, you want to know how to use NetInfo.
Do "man niutil" and read the man pages on niutil. Also very useful, in
the following link is a brief description of how to use NetInfo Manager
to do the same thing if you prefer GUI:
http://developer.apple.com/internet/macosx/osdb.html
It tells
>> I have to create a MySQL for my PHP scripts. How do I do this in Mac
>> OSX? There are a bunch of command line tools, but I'm not sure which
>> one[s] to use.
>
> Not sure I understand this question. What do you mean by "create a
> MySQL for my PHP?"
oops, I meant to write "create a MySQL
At 22:24 -0700 2001/12/04, René Fournier wrote:
>The migration continues...
>
>Now I have to get my mysql database running under MySQL 3.23.46 on
>OSX 10.1.1. I've dumped the structure and contents of the database
>(on Windows) into a text file, and now I'd like to recreate it in
>the new enivr