Re: Can anyone help me.. for install on a Freebsd 4.2 box..

2001-04-24 Thread Mark Rowlands

On Thursday 19 April 2001 21:54, Ken Menzel wrote:
 cd /usr/ports/databases/mysql323-server
 make
 make install
 reboot

this aint windows ya know

skip the reboot 

/sbin/ldconfig -m /usr/local/lib/mysql
/usr/local/bin/safe_mysqld --user=mysql

-
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: Can anyone help me.. for install on a Freebsd 4.2 box..

2001-04-20 Thread Brian Reichert

On Thu, Apr 19, 2001 at 11:37:14AM -0700, Larry Caragay wrote:
 Would anyone out there have the installation instruction for Mysql for a
 FreeBSD 4.2 box???

I've built it several times under FreeBSD 4.2.  WHat problem are
you seeing?

 Larry
 
 P.S. Thanks in advance...

-- 
Brian 'you Bastard' Reichert[EMAIL PROTECTED]
37 Crystal Ave. #303Daytime number: (603) 434-6842
Derry NH 03038-1713 USA Intel architecture: the left-hand path

-
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 anyone help me.. for install on a Freebsd 4.2 box..

2001-04-19 Thread Larry Caragay

Would anyone out there have the installation instruction for Mysql for a
FreeBSD 4.2 box???

Larry

P.S. Thanks in advance...


-
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: Can anyone help me.. for install on a Freebsd 4.2 box..

2001-04-19 Thread Ken Menzel

cd /usr/ports/databases/mysql323-server
make
make install
reboot
-
Ken Menzel  ICQ# 9325188
www.icarz.com  [EMAIL PROTECTED]
- Original Message -
From: "Larry Caragay" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 19, 2001 2:37 PM
Subject: Can anyone help me.. for install on a Freebsd 4.2 box..


 Would anyone out there have the installation instruction for Mysql
for a
 FreeBSD 4.2 box???

 Larry

 P.S. Thanks in advance...


 
-
 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: Can anyone help me.. for install on a Freebsd 4.2 box..

2001-04-19 Thread Ravi Raman

hi.

the easiest way would be to use the port.
otherwise ./configure (--with-some-options); make; make install and hope for
the best...
more realistically, do the commands one by one, and deal w/ the error
messages as they pop up.

is there specific information that is not on these pages
( http://www.mysql.com/doc/Q/u/Quick_install.html )
that you were looking for?

hth.
-ravi.

-Original Message-
From: Larry Caragay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 2:37 PM
To: [EMAIL PROTECTED]
Subject: Can anyone help me.. for install on a Freebsd 4.2 box..


Would anyone out there have the installation instruction for Mysql for a
FreeBSD 4.2 box???

Larry

P.S. Thanks in advance...


-
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: Can anyone help me.. for install on a Freebsd 4.2 box..

2001-04-19 Thread Ravi Raman

if you've downloaded the binary, then you don't need to configure, just like
the error says...

read this page,
http://www.mysql.com/doc/I/n/Installing_binary.html
then this one:
http://www.mysql.com/doc/P/o/Post-installation.html

hth.
(and don't forget to cc replies to the list [[EMAIL PROTECTED]] for
posterity)

-ravi.



-Original Message-
From: Larry Caragay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 5:02 PM
To: Ravi Raman
Subject: RE: Can anyone help me.. for install on a Freebsd 4.2 box..


Hi Ravi,

The problem I get is after the ./configure --prefix=/usr/local/mysql

There is a error at the "make" part.. it say:

one# ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root -p password 'new-password'
./bin/mysqladmin -u root -h one.nasala.com -p password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL = 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd . ; ./bin/safe_mysqld 

You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com

Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
one# A mysqld process already exists
make
make: no target to make.




Larry


-Original Message-
From: Ravi Raman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 12:57 PM
To: Larry Caragay; [EMAIL PROTECTED]
Subject: RE: Can anyone help me.. for install on a Freebsd 4.2 box..


hi.

the easiest way would be to use the port.
otherwise ./configure (--with-some-options); make; make install and hope for
the best...
more realistically, do the commands one by one, and deal w/ the error
messages as they pop up.

is there specific information that is not on these pages
( http://www.mysql.com/doc/Q/u/Quick_install.html )
that you were looking for?

hth.
-ravi.

-Original Message-
From: Larry Caragay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 2:37 PM
To: [EMAIL PROTECTED]
Subject: Can anyone help me.. for install on a Freebsd 4.2 box..


Would anyone out there have the installation instruction for Mysql for a
FreeBSD 4.2 box???

Larry

P.S. Thanks in advance...


-
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




-
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