Re: OS X Gui?

2005-04-07 Thread Scott Franks
I haven't used Maestro, but I like SQL Grinder. It gives you a 
reasonable GUI.

www.advenio.com/sqlgrinder
The WebObjects EOF package has better Entity modelling, but you have to 
buy it! : }

--s
On Apr 6, 2005, at 10:44 PM, Vic Cekvenich wrote:
I am looking for a nice OS X GUI client, can be java for osx that 
works w/ mysql 5.x.

(these don't work MacSQL, CocaMySQL, YouSQL. MySQK admin does work, 
but I want a bit more, like Maestro for OS X).

what should I use?
tia,
.V
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Getting started (using a mac)

2005-01-14 Thread Scott Franks
Google is your friend...there are TONS of great sites and code snippets 
out there.

I bought several books and found that the web and google always had 
better info/articles/etc.

--s
Scott Franks
On Jan 14, 2005, at 11:21 AM, Peter O'Brien wrote:
Hi I'm just getting started with PHP and MySQL.
I'm confused about from where I can deliver commands etc.  I'm working 
from a
mac OS X, can I do it from the 'Terminal' utility? Or do I need to 
install
something else, like PuTTY?

I've a fair idea on how to use PHP but it's combination with MySQL I'm 
finding
it hard to find a definitive guide. I'd really appreciate if anyone 
could
recommend a really good book/source from which to learn?

Many thanks,
Pete

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Can't start MySQL on Mac OS X

2003-07-02 Thread Scott Franks
Check your permissions in /usr/local/mysql, I think the package leaves 
some incorrectly set.

The exact problem is usually logged in 
/usr/local/mysql/data/hostname.err this file is invaluable

Cheers!

--s

On Wednesday, July 2, 2003, at 09:24 AM, Todd O'Bryan wrote:

OK. I've verified that no mysqld is running using Egor's command from 
below, and
by using netstat (which someone else suggested) there is nothing 
listening on port 3306.

Any new ideas?

Thanks,
Todd
On Wednesday, July 2, 2003, at 09:51  AM, Egor Egorov wrote:

Todd O'Bryan [EMAIL PROTECTED] wrote:
Something bad has happened. MySQL was up and running on my machine, 
but
now it's not and I have a chicken and egg problem that I can't seem 
to
solve...

I uninstalled any old versions of MySQL and I'm using the package
installer of version 4.0.13 on Mac OS 10.2.6.
When I cd /usr/local/ and sudo ./bin/mysqld_safe I get the
following:
Starting mysqld daemon with databases from /usr/local/mysql/data
030702 08:43:04  mysqld ended
So, I check the log and here's what it says:

030702 08:43:04  mysqld started
030702  8:43:04  Can't start server : Bind on unix socket: Permission
denied
030702  8:43:04  Do you already have another mysqld server running on
socket: /tmp/mysql.sock ?
030702  8:43:04  Aborting
030702  8:43:04  /usr/local/mysql/bin/mysqld: Shutdown Complete

030702 08:43:04  mysqld ended

But, I'm pretty sure nothing's running because /tmp/mysql.sock 
doesn't
exist and when I run mysql I get:

ERROR 2002: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
Check with
ps ax| grep mysqld
if mysqld is running. If mysqld is running, find mysql.sock file.



--
For technical support contracts, goto 
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Having MySQL Server and databases on different computers

2003-07-02 Thread Scott Franks
I think a network filesystem would add a LOT of latency, perhaps you 
need a SAN type solution?

This way the data could be off on some other device, possibly 
accessible to more than one host.

--s
On Wednesday, July 2, 2003, at 10:11 AM, Mike Hillyer wrote:
Well, if we are talking about a one to one relationship between MySQL
and repository, you can always share the folder the data files will be
stored in using NFS or SMB, and then just adjust the datadir entry in
the my.cnf file appropriately. The performance of such a solution will
probably be degraded though.
Regards,
Mike Hillyer
www.vbmysql.com

-Original Message-
From: Aleksandr Zingorenko [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 11:05 AM
To: [EMAIL PROTECTED]
Subject: Having MySQL Server and databases on different computers


I am wondering if it is possible to run MySQL Server on one
computer on a
LAN, but have all the databases be stored on another computer
on that LAN
(such that the other machine is like a data repository that the MySQL
server machine can access when needed without having to store
any of the
data in itself).  In the case this is not possible, what
operation can
achieve something that is closest to what I have described?
Thank you
very much in advance.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql? [EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]