RE: installation problems on freebsd

2002-05-06 Thread Defryn NZ

I have started all over again on a fresh Freebsd installation.
I have all the files in my /usr/local/mysql directory and I run
Scripts/mysql_install_db

After that I take the following action

$ chown -R root /usr/local/mysql
$ chgrp -R mysql /usr/local/mysql
$ chown  -R mysql /usr/local/mysql/data

Than something happens that I don't really understand

When I run bin/safe_mysqld -user=mysql 

The daemon starts followed by the message that mysqld ended.
This does not seem to happen when I run bin/safe_mysqld . I don't know the
difference but the service keeps on running with the latter

I have copied support-files/mysql.server to /usr/local/etc/rc.d (the startup
directory) but when I reboot I have to start mysqld manual again

The ./bin/mysqladmin -p password does not seem to let me update the
password.

Any ideas?

Cheers


-Original Message-
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]]
Sent: Monday, 6 May 2002 8:27 a.m.
To: Defryn NZ
Cc: [EMAIL PROTECTED]
Subject: Re: installation problems on freebsd

On Mon, May 06, 2002 at 08:12:30AM +1200, Defryn NZ wrote:


 Is /tmp/mysql.sock missing after you start the MySQL server using
 `bin/safe_mysqld'?

 When I run bin/safe_mysqld I get the message that it is unable to
 connect to 'hostname' through /tmp/mysql.sock and that it is missing

That's really strange.  Starting a MySQL server shouldn't ever result
in it attempting to contact itself via /tmp/mysql.sock.  It sounds
like something is rather messed up in your configuration.

Jeremy
--
Jeremy D. Zawodny, [EMAIL PROTECTED]
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.47-max: up 87 days, processed 2,267,702,000 queries (300/sec.
avg)

-
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


-
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: installation problems on freebsd

2002-05-05 Thread Defryn NZ



Is /tmp/mysql.sock missing after you start the MySQL server using
`bin/safe_mysqld'?
  When I run bin/safe_mysqld I get the message that it is unable
to connect to 'hostname' through /tmp/mysql.sock and that it is missing

Cheers





-
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




installation problems on freebsd

2002-05-04 Thread Defryn NZ

I have been trying to install mysql on my freebsd box but it won't work.
When I use a freebsd package it works but it does not put it where I want
it. It seems like there is little control over it
The freebsd package is also an older version (3.23.42)

I have downloaded the binary for freebsd from the mysql website.
I followed the instructions from the o'reilly book ,the mysql manual and the
php/mysql web applications.

Everything seems to work until I run ./mysqladmin or I want to start mysql.

I get the error that /tmp/mysql.sock cannot be found. I can't see it there
either.
It was there when installed it as a package

Any ideas?


Guy



-
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