Re: Restarting MySQL on Solaris 8?

2006-09-12 Thread Michael Monaghan
> - Original Message - > From: "Jay Paulson" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 08, 2006 9:51 PM > Subject: Restarting MySQL on Solaris 8? > >>A couple questions since I'm not a Solaris person I really don't know how &g

Re: Restarting MySQL on Solaris 8?

2006-09-10 Thread Visolve DB Team
ve DB Team" <[EMAIL PROTECTED]> To: "Jay Paulson" <[EMAIL PROTECTED]>; Sent: Monday, September 11, 2006 9:35 AM Subject: Re: Restarting MySQL on Solaris 8? > Hi, > > Try > > /usr/local/bin/mysqld_safe > to start MySQL > > /usr/local/bi

Re: Restarting MySQL on Solaris 8?

2006-09-10 Thread Visolve DB Team
Hi, Try /usr/local/bin/mysqld_safe to start MySQL /usr/local/bin/mysqld_safe & to start MySQL as a background process. Thanks. ViSolve DB Team. - Original Message - From: "Jay Paulson" <[EMAIL PROTECTED]> To: Sent: Friday, September 08, 2006 9:51 PM Subject:

Restarting MySQL on Solaris 8?

2006-09-08 Thread Jay Paulson
A couple questions since I'm not a Solaris person I really don't know how to do the following and was hoping that someone could help me out (Google isn't much help on this). How does one start the MySQL daemon on Solaris 8? (it's running MySQL 3.23.49) How does one tell Solaris 8 to start the MyS

Re: mysql on solaris 8/9

2004-05-22 Thread Hans-Peter Grimm
Aysun Alay wrote: Our application needs to support both solaris 8 and solaris 9. I was wondering if mysql has a backwards compatibility in terms of operating systems. Can I use mysql-pro-4.0.20-sun-solaris2.9-sparc.tar file to install mysql on Solaris 8? Not sure, but it is usually not too hard

mysql on solaris 8/9

2004-05-20 Thread Aysun Alay
Our application needs to support both solaris 8 and solaris 9. I was wondering if mysql has a backwards compatibility in terms of operating systems. Can I use mysql-pro-4.0.20-sun-solaris2.9-sparc.tar file to install mysql on Solaris 8? Thanks Aysun

Mysql on Solaris 8/9 with ultrasparc

2003-12-22 Thread trevor%tribenetwork.com
Mysqlians, Greetings .. I am at my wits end trying to find a performance problem with 4.0.16 on solaris 9 with 4 ultrasparc III process (sunfire v880). I would be much obliged if the Mame's and Sir's out their with this setup(or similar) would share with me their ">show variables"

compiler used to successfully compile mysql on solaris 8 machine

2003-08-14 Thread renniw one
Hi, I have been trying to compile mysql on a solaris 8 machine. However, I am getting internal compiler errors. What compiler and version did anyone use to successfully compile mysql on a solaris machine. Thanks. Ren _ Add photo

Best performance : 32 bit or 64 bit MySQL on Solaris 8

2003-07-10 Thread JOUANNET, Rodolphe
Hi, I've a SunFire V880 (4 proc., 8 Gb RAM) on Solaris 8. Which is the best solution (speed, security, ...) : the 32 bit or the 64 bit MySQL binaries ? Thank's Best regards -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[

Compiling mySQL on Solaris 8

2002-10-14 Thread JOUANNET, Rodolphe
Is someone succeed in compiling mySQL 3.23.x and 4.0.x on Solaris 8 (and how to do it - especialy with SunOne C compiler - ak Forte C v7). Sinceraly. - Before posting, please check: http://www.mysql.com/manual.php (the manu

Re: How I compiled MySQL on Solaris 8

2002-08-13 Thread Alan W. Rateliff, II
- Original Message - From: "John Warburton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 3:17 AM Subject: How I compiled MySQL on Solaris 8 > Hi All > > It seems that compiling MySQL on a Solaris 8 box is a non-trivia

How I compiled MySQL on Solaris 8

2002-08-12 Thread John Warburton
Hi All It seems that compiling MySQL on a Solaris 8 box is a non-trivial task if your environment is different to the MySQL developers (whatever that is). It has taken me a couple of days, hacking & trawling the mailing list to get a successful compile. I thought I would share my findings with ot

Problem running MySql on Solaris 8?

2002-03-09 Thread Egor Egorov
Jiankang, Friday, March 08, 2002, 10:28:49 PM, you wrote: JZ> Every time I run safe_mysqld, I get the following JZ> error message: JZ> # ./safe_mysqld JZ> chown: unknown user id mysql JZ> Starting mysqld daemon with databases from JZ> /usr/local/mysql/var JZ> Killed JZ> 020308 22:12:04 mysqld e

Problem running MySql on Solaris 8?

2002-03-08 Thread Jiankang Zhao
Every time I run safe_mysqld, I get the following error message: # ./safe_mysqld chown: unknown user id mysql Starting mysqld daemon with databases from /usr/local/mysql/var Killed 020308 22:12:04 mysqld ended # How do I handle this? __ Do Y

Re: Can't untar mysql on Solaris 8

2002-01-30 Thread Eurico de Sousa
Appreciate those of you referring me to GNU tar - it did untar mysql properly whereas SUN's tar couldn't. Eurico - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: Can't untar mysql on Solaris 8

2002-01-30 Thread Michael Stassen
Solaris tar is broken (can't handle long file names). You need to use GNU tar. See http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#Solaris Michael On Wed, 30 Jan 2002, Eurico de Sousa wrote: > Hi. > > I've downloaded the .tar.gz files for MySQL 3.23.48, 3.23.47 an

Re: Can't untar mysql on Solaris 8

2002-01-30 Thread Gerald Clark
Use gtar. Eurico de Sousa wrote: >Hi. > >I've downloaded the .tar.gz files for MySQL 3.23.48, 3.23.47 and 3.23.46 for >Sparc-Solaris 8 and all >of them complain of a checksum error on the tar-extract. Here's the output of tar xvf >of the >gunzip'd-tar file: > >x >mysql-3.23.46-sun-solaris2.8-s

Re: Can't untar mysql on Solaris 8

2002-01-30 Thread Paul DuBois
Yes, it's a bug. In Solaris. You must use GNU tar, not Solaris tar. http://www.mysql.com/doc/S/o/Solaris.html At 12:15 -0500 1/30/02, Eurico de Sousa wrote: >Hi. > >I've downloaded the .tar.gz files for MySQL 3.23.48, 3.23.47 and >3.23.46 for Sparc-Solaris 8 and all >of them complain of a ch

Can't untar mysql on Solaris 8

2002-01-30 Thread Eurico de Sousa
Hi. I've downloaded the .tar.gz files for MySQL 3.23.48, 3.23.47 and 3.23.46 for Sparc-Solaris 8 and all of them complain of a checksum error on the tar-extract. Here's the output of tar xvf of the gunzip'd-tar file: x mysql-3.23.46-sun-solaris2.8-sparc/sql-bench/Results/ATIS-Adabas-Linux_2.0.

RE: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc?

2002-01-18 Thread Hatton Steven
-Original Message- From: Markus Lervik [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 8:08 AM To: [EMAIL PROTECTED] Subject:Fwd: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc? On Friday 18 January 2002 13:57, you wrote: [BIG snip

Fwd: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc?

2002-01-18 Thread Markus Lervik
Forgot to CC to the list. Here it goes, in case anyone else has these problems: -- Forwarded Message -- Subject: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc? Date: Fri, 18 Jan 2002 15:06:57 +0200 From: Markus Lervik <[EMAIL PROTECTED]> To: Hatton

compiling and/or running 64-bit MySQL on Solaris 8/sparc?

2002-01-18 Thread Hatton Steven
Is it possible to compile and run MySQL as a 64-bit program on Solaris 8? If so, are there precompiled bits available? The primary reason for doing this is to determine if a 64-bit version would allow the database to be larger than 4-gig. I have been told by another member of our team MySQL ha

[ANS] mysql on Solaris 8

2001-03-29 Thread davea
MIME-Version: 1.0 > Content-Type: text/plain; charset="us-ascii" > Content-Transfer-Encoding: 7bit > Subject: Re: mysql on Solaris 8 > > Dave did you adduser and group?? > Greg > >Hi, > > > > I have been trying to get Mysql up and running on my Solari

mysql on Solaris 8

2001-03-29 Thread davea
Hi, I have been trying to get Mysql up and running on my Solaris 8 box and I'm having a few problems. - I downloaded the binary distribution Sun Solaris (Sparc) [Sun Solaris 2.7] - Using the instructions from the online Documentation I was able to install MYSQL into /usr/local/mysql witho