Re: Help to install Mysql on Macos X 10.2

2003-02-24 Thread Chris Garaffa
On Monday, February 24, 2003, at 10:57 AM,
[EMAIL PROTECTED] wrote:
By default, even on OS X servers, you do not have the C compilers.
You need to install the Developer Tools which may have come on a CD
with your Jaguar CD sets.  Otherwise, it's a free download from Apple
(http://www.apple.com/developer).  You'll need to register to become
a developer, but it's free.  The download is huge,...300+MB.
[OT a bit, but maybe helpful] If you're on a slow connection, you can
also order it on CD for a small $20 sh fee. heh.
It (the DevTools) CD should have come with your Mac, maybe as a .pkg
file on your hard drive somewhere if you have a new computer, or if you
bought Jaguar, it came with the other CDs.
--
Chris Garaffa
[EMAIL PROTECTED]
http://moondrop.heli0s.net - Yeah, it's up.
[the filter should catch this SQL query]

-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


Re: front ends?

2002-12-30 Thread Chris Garaffa
On Monday, December 30, 2002, at 03:42  PM, Richard Nagle wrote:

what would be the easy to use, gui front end for
mySQL 3.23.53 (for Mac OS X )


I use phpmyadmin http://www.phpmyadmin.net on Mac OS X (and OS X 
Server), with absolutely no problems.

--
Chris Garaffa
[EMAIL PROTECTED]
http://moondrop.heli0s.net -- coming whenever heli0s pays his bill
The true story of how I got my girlfriend into UNIX:
unzip ; strip ; touch ; finger ; mount ; fsck ; more ; yes ; umount ; 
sleep


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: OS X 10.2.2 Can not access mysql with the terminal

2002-12-19 Thread Chris Garaffa
On Sunday, December 15, 2002, at 03:43  PM, Helmuth Lutz wrote:

First, from where did you install MySQL? Are you using OS X Server? If 
so, MySQL came installed with your system and you shouldn't have a 
problem with it. So I'm assuming you're using the client.

Does anybody have an idea:
- WHY does my currently installed MySQL 3.23.46 start at System-Start?

It's supposed to by default. Check /System/Library/StartupItems


- WHY do the currently installed db's work within Internet-Explorer?

huh? I'm assuming you're using Perl/PHP/Cold Fusion/ASP (although, 
probably not ASP, maybe not CF, on OS X)/something else to generate a 
web site. Check your HTML, as it's probably just a syntax issue. If 
you're using php, install phpmyadmin and try it from different browsers.

- WHY does the terminal not know the commands: mysql or mysqladmin?

Try prefixing the mysql or mysqladmin with:
/Library/MySQL/bin/ so your command looks like
#/Library/MySQL/bin/mysqladmin -u root -p version

To avoid having to do that (if that works), add /Library/MySQL/bin to 
your $PATH. There are plenty of tutorials that can be found by using 
Google. Search for [your shell here] PATH modify, so, for example, bash 
PATH modify

 Not as user  neither as root

The terminal response:
[hlutz:/usr/local/mysql] hlutz# mysqladmin -u root user -p version
mysqladmin: Command not found.


Definately a PATH issue.
--
Chris Garaffa
[EMAIL PROTECTED]
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCS/M d-(--) s+:+ a--- C++(+++) U*++@ P+ L+ E- W+++ N++ o? K- w--- O-- 
M++$ ?V PS++(+++) PE-(--) Y+ PGP t- 5  X R !tv b+++ DI++ D+ G e h r++ y+
--END GEEK CODE BLOCK--


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: adding values together

2002-11-28 Thread Chris Garaffa
On Thursday, November 28, 2002, at 08:06  AM, BobJ wrote:

You appear to be violating the repeating value rules of relational
database.  Multivalue databases (Pick and Pick like) support this 
concept
but they are rather uncommon now.  You probably need to create a 
related
table.  Actually, you might want to do a little study on the general 
idea of
relational databases.  Not meaning to be negative here because nobody 
is
born with the knowledge.

Not only is it true that not many are born with it, but not many are 
even aware it exists! I say this only because I used mysql for a couple 
years before starting college this September, and after just a few 
weeks in my Relational DB Development 1 class, I found it amazing how 
much there is in the field that people just don't know about.
It feels good to not blindly throw keys and such around, and to be able 
to understand normalization.

--
Chris Garaffa
[EMAIL PROTECTED]
#exclude windows.h


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



FileMaker Pro - MySQL

2002-06-14 Thread Chris Garaffa

So my Linux server machine (Pentium MMX 225, RedHat 7.1) is up and running
with Apache and MySQL... I'm going to stop using my iMac (Mac OS X) for
database stuff. I have a very large database in FileMaker Pro, though, and
I'd love to know if there's a way to import my FMP database into MySQL
3.23.36?
Thanks

--
Chris Garaffa
That I would be good even if I lost sanity
(Alanis Morissette)


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Can't start server : Bind on unix socket ?

2002-05-30 Thread Chris Garaffa

Hi everyone,
Somewhat new to the list (and very new to mySQL), so thanks for you help 
in advance. I installed RedHat 7.1 (Seawolf) on a PC, and it came with 
mysql 3.23.36. I logged in as a regular admin user and typed mysql to 
get started... see what I could get accomplished just playing around.

[chris@the_pc /] $ mysql
ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (111)
[chris@the_pc /] $ mysqld
020530 17:43:26 Can't start server : Bind on unix socket: Address 
already in use
020530 17:43:26 Do you already have another mysqld server running on 
socket: /var/lib/mysql/mysql.sock ?
020530 17:43:26 Aborting
[chris@the_pc /] $ cd /var/lib/mysql
[chris@the_pc /] $ ls -F
mysql/ mysql.sock= test/ the_pc.log

OK, so mysql.sock is a socket... and it exists. I checked the setup 
program, and mysqld is set to run at system start, but disabling this 
did not help at all.

Any ideas/tips? Thanks again

Chris Garaffa
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php