RE: mysql 5.5.24/27 massive slow down since upgrade to solaris 10 u9 with 147440-19

2012-10-08 Thread Rick James
5.24/27 massive slow down since upgrade to solaris 10 > u9 with 147440-19 > > Hello > > For nearly 3 years, we have had a master - slaves configuration working > like a charm, the slaves would be able to sync daily ... since a recent > upgrade from Solaris10u6 to solaris 10

mysql 5.5.24/27 massive slow down since upgrade to solaris 10 u9 with 147440-19

2012-10-07 Thread Gael Martinez
Hello For nearly 3 years, we have had a master - slaves configuration working like a charm, the slaves would be able to sync daily ... since a recent upgrade from Solaris10u6 to solaris 10 u9 with the latest CPU bundle (kernel patch 147440-19) on one of the two slaves, the slave upgrade cannot

MySQL 5.1+ Upgrade on Solaris 10

2010-01-24 Thread Paul, Sojan
Hello, Would appreciate if any you post the steps to upgrade MySQL 5.0 to higher versions (5.1, 5.4)on Solaris 10 ,X_64 box. Thanks & Regards, S Paul

Installing Mysql5.0.81 on Solaris 10

2009-05-12 Thread Ralf Wiegand
Hello - I was ask to install Mysql version 5.0.x on Solaris 10 (a T2000).  I can not find a good how-to on this.  I would really appreciated if someone can point me in the right direction. I'm also looking for tuning and performance tips. Downloaded from: http://dev.mysql.com/downloads/mysq

Re: Repeatedly got signal 10 in Solaris

2009-03-24 Thread Glyn Astill
d here: http://dev.mysql.com/doc/refman/5.0/en/crashing.html Perhaps that's a start. --- On Tue, 24/3/09, Nico Sabbi wrote: > From: Nico Sabbi > Subject: Repeatedly got signal 10 in Solaris > To: "MySql" > Date: Tuesday, 24 March, 2009, 9:24 AM > Hi, > fo

Repeatedly got signal 10 in Solaris

2009-03-24 Thread Nico Sabbi
arted 090323 2:00:43 InnoDB: Database was not shut down normally! ... The package I'm using is the 5.0.45-log bundled by Mysql for Solaris 10 - 64bit. If I'm not mistaken signal 10 is SIGBUS, something that in solaris happens as frequently as SIGSEGV. There are no coredumps to anal

MySQL University session on Feb 19: Developing MySQL on Solaris

2009-02-16 Thread Stefan Hinz
Developing MySQL on Solaris http://forge.mysql.com/wiki/Developing_MySQL_on_Solaris This Thursday (February 19th, 14:00 UTC), MC Brown & Trond Norbye will give a MySQL University session on Developing MySQL on Solaris. MC works on the MySQL Documentation Team and has been involved with qui

Solaris 10 bug with mysql_install_db

2008-12-03 Thread Adam Thompson
>Description: running mysql_install_db does not correctly fill grant tables >How-To-Repeat: run mysql_install_db; attempt to connect, fail. >Fix: Edit #!/bin/sh to use **ANY OTHER SOLARIS SHELL** >Submitter-Id: [EMAIL PROTECTED] >Originator:Adam Thompso

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-23 Thread Moon's Father
Maybe you should set your old_passwords = on. On Fri, Oct 17, 2008 at 4:36 PM, Sudhir Menon <[EMAIL PROTECTED]> wrote: > Hi Ujang > > I could reproduce the same error mentioned by you in the actual post even > after having all of the packages for MySQL. Figuring out the what could be > the probl

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-17 Thread Sudhir Menon
Hi Ujang I could reproduce the same error mentioned by you in the actual post even after having all of the packages for MySQL. Figuring out the what could be the problem . Thanks & Regards Sudhir Menon

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Sudhir Menon
Kindly check with the below commands, u will get the details of the package. pkginfo SUNWmysqlu system SUNWmysqlu mysql - MySQL Database Management System (usr component) [EMAIL PROTECTED] # pkginfo -l SUNWmysqlu PKGINST: SUNWmysqlu NAME: mysql - MySQL Database Management System (u

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Ujang Jaenudin
on this machine there are libs from solaris package... bash-3.00# pkginfo | grep mysql system SUNWmysqlr mysql - MySQL Database Management System (root component) system SUNWmysqlt mysql - MySQL Database Management System (test component

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hi, Kindly ignore my first post, as that link was with respect to compiling super-smack on Solaris, which i found useful. As far as the problem is concerned can u check the below 1. Check if you have mysql4client package installed. 2. If then install mysql5client 3. Ensure that the binaries and

Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hope this link has some workaround. http://mysqldatabaseadministration.blogspot.com/2006/10/mysql-benchmarking-4-compiling-super.html Meanwhile i do check out. Thanks & Regards Sudhir Menon

super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Ujang Jaenudin
all, does anyone has successful installing super-smack on solaris 10 x86_64 with mysql 5.0. I have installed, but when will doing stress testing, always complaining that client should be upgraded $ super-smack select-key.smack 30 1 super-smack: aborting because of a database error

Re: Help needed to tune Innodb on ZFS (on Solaris)

2008-04-10 Thread JOUANNET, Rodolphe
Hi all, You can read this article, written by a SUN benchmarking guru (hi Dimitri :) ). Best regards. Web link : http://dimitrik.free.fr/db_STRESS_BMK_Part2_ZFS.html -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PR

Re: Help needed to tune Innodb on ZFS (on Solaris)

2008-04-09 Thread Nico Sabbi
mit during your import operation, > surround it with SET AUTOCOMMIT and COMMIT statements: SET > AUTOCOMMIT=0; > ... SQL import statements ... > COMMIT; > " yes, autocommit is off > > There is also a note in there about forcedirectio and certain solaris setups. I read i

Re: Help needed to tune Innodb on ZFS (on Solaris)

2008-04-09 Thread Rob Wultsch
QL import statements ... COMMIT; " There is also a note in there about forcedirectio and certain solaris setups. -- Rob Wultsch [EMAIL PROTECTED] wultsch (aim) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Help needed to tune Innodb on ZFS (on Solaris)

2008-04-09 Thread Nico Sabbi
Hi, I installed Mysql 5.0.45 on Solaris 10 01/08 configured to run the datadir on a ZFS filesystem on a Raid1 pool. Both myisam and innodb tables are on the same filesystem. Innodb is configured to run with a buffer_pool_size=256M, with doublewrite set to OFF and with file_per_table to Off. The

Query timeouts on Solaris

2007-09-06 Thread Des Smith
(GCC) 3.4.5 (Red Hat 3.4.5-2)), but not Solaris? Does the Solaris network stack behave differently than Linux when timeouts are passed by the C API. Can anyone confirm this behaviour? Thanks

Re: Building MySql 5.0.45 on Solaris 6

2007-08-02 Thread Dan Nelson
In the last episode (Aug 02), Giulio Troccoli said: > Anyway, as I said I managed to build it and it seems to work. We're > having some issues on upgrading to Solaris 8, that's why we still > have Solaris 6. I hope the pre-build package for Solaris 8 will work > without any i

RE: Building MySql 5.0.45 on Solaris 6

2007-08-02 Thread Giulio Troccoli
it and it seems to work. We're having some issues on upgrading to Solaris 8, that's why we still have Solaris 6. I hope the pre-build package for Solaris 8 will work without any intervention. But if it won't and I'll need to build it I'll remember the issue you told me

Re: Building MySql 5.0.45 on Solaris 6

2007-08-02 Thread Joerg Bruehe
il. Finally I took the -DHAVE_TERMIOS_H but left the -I/usr/include. Again, it failed. So now I'm stuck. I don't know what to do. I just need a new version of MySql client (I'm currently on 3.22.32) because the new server (5.0.27) uses privileges that my client does not support.

Building MySql 5.0.45 on Solaris 6

2007-07-27 Thread Giulio Troccoli
Since my original post has been hijacked I'm writing a new one with maybe some more info. I have downloaded the GNU TAR source code. I'm using gcc 3.0.2 and GNU make 3.76.1 I have configure as follows CC=gcc CFLAGS="-O3" \ CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \ .

RE: Error compiling on Solaris 6

2007-07-26 Thread Giulio Troccoli
E1 6DB Registered in England and Wales No 3027851 VAT Reg No 778499447 -Original Message- > From: mysql [mailto:[EMAIL PROTECTED] > Sent: 26 July 2007 13:24 > To: Giulio Troccoli > Cc: mysql@lists.mysql.com > Subject: Re: Error compiling on Solaris 6 > > Giulio > d

Re: Error compiling on Solaris 6

2007-07-26 Thread mysql
Giulio did you take into consideration that the Solaris make is not the GNU make? and that you possibly have to install first the GNU make before "making" MySQL? suomi Giulio Troccoli wrote: Good morning, I am trying to build MySQL from source on Solaris 6. A pre-compiled vers

Error compiling on Solaris 6

2007-07-26 Thread Giulio Troccoli
Good morning, I am trying to build MySQL from source on Solaris 6. A pre-compiled version is not available for Solaris 6 and we cannot upgrade the OS to Solaris 8. I currently have Ver 9,38 Ditrib 3.22.32 installed, but the main MySQL Server (the one one Solaris is used as a client only) has

Re: Error 2013 (Lost Connection to MySQL Server) On A Solaris 10 Box

2007-06-12 Thread Baron Schwartz
Rajesh Mehrotra wrote: Hi, We copied over a test copy of a multi-GB database to a new Sun V440 box running Solaris 10 (64-bit) with a 64-bit MySQL install. When trying to connect to the database, we consistently get Error 2013. Any pointers? Check the server's error log and see if th

Error 2013 (Lost Connection to MySQL Server) On A Solaris 10 Box

2007-06-12 Thread Rajesh Mehrotra
Hi, We copied over a test copy of a multi-GB database to a new Sun V440 box running Solaris 10 (64-bit) with a 64-bit MySQL install. When trying to connect to the database, we consistently get Error 2013. Any pointers? TIA. Sincerely, Raj Mehrotra hccs [EMAIL PROTECTED] <mailto:[EM

Re: Any issues migrating Solaris -> Linux?

2007-04-26 Thread Dan Buettner
Martjin, I've run various versions of MySQL from 3.2 through 5.1 on various platforms (Mac OS X, FreeBSD, RedHat/Fedora Linux, Windows, Solaris), exporting and importing as needed, and haven't encountered any problems. I've even transferred the MyISAM tables between machines

Any issues migrating Solaris -> Linux?

2007-04-26 Thread Martijn van den Burg
Dear list, My company wants to migrate MySQL 5.0.18 from SPARC/Solaris 8 to Intel/RedHat Enterprise Linux 4 update 4. Are there any incompatibilities or snags to be expected (expect from the endian issue, which will be solved by exporting/importing the data)? Thank you for your time, Martijn

Migration from SPARC/Solaris to AMD x86

2007-02-28 Thread Martijn van den Burg
Hi list, As part of a server virtualization project, we are going to migrate MySQL from SPARC/Solaris 8 to AMD/x86 Solaris 10. I seem to remember that it is possible to: - stop the SPARC server - move the mount point of the MySQL data directory to the Solaris/x86 server - start the AMD x86

Compiling mysql on Solaris 10

2007-02-08 Thread Luis Jeremias
Hi all, I'm having trouble compiling MySql on a Sun Sparc machine with Solaris 10. MySql is 5.0.27 Solaris is sparc.sun.solaris2.10 (64 bits) gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) I've installed zlib-1.2.3, but got no better luck. I'm using to compile: CC=gcc C

Installing 32 and 64 bit versions on Solaris

2006-10-03 Thread Andrew Black - lists
I have some applications that need a 32 bit library for Mysql. I would prefer to install the 64 bit version of MySQL but that doesnt seem to come with 32 bit libraries. Can I install both libraries. Any pointers would be appreciated Andrew -- MySQL General Mailing List For list archives: http

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
Restarting MySQL on Solaris 8? 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

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 So

Re: solaris build mysql from source using gcc

2006-09-01 Thread Eric Anderson
Well if you'd share your specific problem I'm sure someone can help, but more importantly why are you building from source anyway? There are binary builds for most Solaris platforms, including 2.10. Sorry I meant 10 theremy solaris experience comes from the 'old days'

Re: solaris build mysql from source using gcc

2006-09-01 Thread Michael Loftis
--On September 1, 2006 8:38:21 AM -0600 Michael Loftis <[EMAIL PROTECTED]> wrote: Well if you'd share your specific problem I'm sure someone can help, but more importantly why are you building from source anyway? There are binary builds for most Solaris platforms, including

Re: solaris build mysql from source using gcc

2006-09-01 Thread Michael Loftis
Well if you'd share your specific problem I'm sure someone can help, but more importantly why are you building from source anyway? There are binary builds for most Solaris platforms, including 2.10. --On September 1, 2006 2:10:17 PM + [EMAIL PROTECTED] wrote: Hi, Any chance i

solaris build mysql from source using gcc

2006-09-01 Thread charles
Hi, Any chance i could get somebody's help on how to build MySQL from source using the gcc compiler on Solaris (10)? Thanks, Charles

Mysql 5.x & Solaris 8 crashes?

2006-08-30 Thread chris
We've been running mysql 4.1.11 on our sparc solaris 8 (it's a 12 proc Sun 4800) for over a year without problems, but we just ran into a known innodb bug, so I decided to upgrade to 5.x. I tried the regular 5.0.24 SPARC 64-bit Solaris 8 package, the 5.0.24 debug package, the 5.1.

Re: Make Error with libz.la / configure Warning with term.h/ptem.h on Solaris 9

2006-07-25 Thread Joerg Bruehe
Hi Claude, all! [EMAIL PROTECTED] wrote: Hi, I am compiling/installing MySQL 5.0.22 on Solaris 9 (patched). I received the following error message . Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.22/zlib' /bin/bash ../libtool --preserve-dup-deps --tag=CC --mode=link gc

Compile Problems -- Solaris 10 -- mysql-5.0.22

2006-06-15 Thread Andrew Nelson
Hello, I'm trying to compile mysql-5.0.22 on Solaris 10 using the Forte Compiler (cc: Sun C 5.8 2005/10/13). I'm doing this so I can build the DBI driver for mysql (DBD::mysql). The .pkg versions are missing libmysqlclient.so required to build DBD::mysql (http://bugs.mysql.com/bug.ph

Re: Mysql and solaris upgrade

2006-05-16 Thread Chris White
On Tuesday 16 May 2006 02:16 am, Philippe Poelvoorde wrote: > Hi, > > I need to upgrade a server from Solaris 8 to Solaris 10. There is one > MySQL server running on it, (the binary > mysql-standard-4.1.15-sun-solaris2.8-sparc from mysql.com), do I need > to upgrade MySQL as

Mysql and solaris upgrade

2006-05-16 Thread Philippe Poelvoorde
Hi, I need to upgrade a server from Solaris 8 to Solaris 10. There is one MySQL server running on it, (the binary mysql-standard-4.1.15-sun-solaris2.8-sparc from mysql.com), do I need to upgrade MySQL as well ? (to mysql-standard-4.1.x-sun-solaris2.10-sparc ?) -- MySQL General Mailing List For

how to start mysql instanct manager on Solaris platform?

2006-03-27 Thread Jenny Chen
Hi, I'm trying to start mysql with mysql IM, by following the steps as bellow: 1. change the use_mysqld_safe = 0 in the mysql.server 2.set /etc/my.cnf as: [client] #password = your_password port= 3306 socket = /tmp/mysql.sock # Here follows entries for some specific p

Re: MySQL malloc error on Solaris

2006-03-23 Thread Heikki Tuuri
h also backs up MyISAM tables http://www.innodb.com/order.php - Original Message - From: ""Ubaidul Khan"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Thursday, March 23, 2006 11:06 PM Subject: RE: MySQL malloc erro

RE: MySQL malloc error on Solaris

2006-03-23 Thread Ubaidul Khan
han" <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: MySQL malloc error on Solaris Date: Mon, 20 Mar 2006 13:30:14 -0500 Hello, We are running MySQL 4.0.13 on Solaris 8 UltrSPARC with 2048 MB of RAM. This machine has plenty of swap space and has worked fine for over a year

Re: MySQL malloc error on Solaris

2006-03-20 Thread Heikki Tuuri
Ubaidul, - Original Message - From: ""Ubaidul Khan"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, March 20, 2006 8:31 PM Subject: MySQL malloc error on Solaris Hello, We are running MySQL 4.0.13 on Solaris 8 UltrSPARC with 2048 M

MySQL malloc error on Solaris

2006-03-20 Thread Ubaidul Khan
Hello, We are running MySQL 4.0.13 on Solaris 8 UltrSPARC with 2048 MB of RAM. This machine has plenty of swap space and has worked fine for over a year now. Out of the blue, it stopped working yesterday and after looking through the error logs, following is what I found

mysql-5.0.18 lex_hash.h zero-length build error on solaris-9

2006-02-15 Thread era
>Description: This is a well-known build problem that has existed at least since mysql-4.1.18, but has never been fixed. On solaris-9, the build terminates with an error containing the tokens "sql_lex.cc error sql_functions undeclared". T

Re: Compiling mysql-5.0.18 under solaris 10

2006-02-08 Thread Joerg Bruehe
Hello Miguel, all! Miguel Cardenas wrote: Hello Am trying to compile mysql-5.0.18 under solaris 10 but get the following error Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.18/zlib' [[...]] (cd .libs && rm -f libz.so && ln -s libz.so.1.2.3 libz.so) f

Compiling mysql-5.0.18 under solaris 10

2006-02-07 Thread Miguel Cardenas
Hello Am trying to compile mysql-5.0.18 under solaris 10 but get the following error Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.18/zlib' /bin/bash ../libtool --preserve-dup-deps --mode=link gcc -O3 -DDBUG_OFF -DHAVE_RWLOCK_T -o libz.la -rpath /usr/local/mysql/lib/

Locking issue with MyISAM on Solaris 10

2006-01-09 Thread Remigiusz Sokołowski
query which must wait for this lock to be removed, and then every other query must also wait (even SELECTs, because it seems they wait for DML to complete), while wait times became completely unacceptable However this is the issue only on Solaris. The same application/database running on Linux h

compilation of mysql-5.0.15 on Solaris 5.9

2005-11-14 Thread Douglas B. Jones
I am trying to compile mysql-5.0.15 on Solaris 5.9 with the following options: CC=cc;export CC CFLAGS="-Xa -fast -native -xstrconst -mt -xarch=v9";export CFLAGS CXX=CC;export CXX CXXFLAGS="-noex -mt -xarch=v9" ASFLAGS="-xarch=v9";export CXXFLAGS ./configure --pr

zlib errors on Solaris 8/gcc compile since 4.1.8a

2005-10-26 Thread Tim Evans
Since 4.1.8a, I've been unable to compile all new releases (including both the 4.1.x and 5.x versions) on Solaris 8 using gcc 3.4.2. Problem seems to be with zlib (I have version 1.2.3 installed). configure is run with --with-zlib-dir=/usr/local Problem comes in linking libmysqlclient.so,

Re: Failure to install on Solaris.

2005-09-21 Thread Hugh Sasse
ysql-test-run --force exit Get rid of the --with-mysqld-ldflags=-all-static flag; Solaris 9 doesn't provide a static pthread, and in Solaris 10, you can't build static binaries at all: http://partneradvantage.sun.com/protected/solaris10/adoptionkit/tech/proc.html http://blogs.sun.com/rolle

Re: Failure to install on Solaris.

2005-09-20 Thread Dan Nelson
In the last episode (Sep 20), Hugh Sasse said: > This got as far as the test phase, and tested successfully. I did it > this way because of the solaris settings being collected together. > However, when I installed, parts of the installation overwrote > /usr/local/mysql despite my

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, Hugh Sasse wrote: On Tue, 20 Sep 2005, Pooly wrote: Hi, gmake: *** [all] Error 2 neelix hgs 57 %> ls /usr/lib/*pthread* /usr/lib/libpthread.so /usr/lib/llib-lpthread /usr/lib/libpthread.so.1 /usr/lib/llib-lpthread.ln neelix hgs 58 %> [...] I guess you'r

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, Pooly wrote: Hi, gmake: *** [all] Error 2 neelix hgs 57 %> ls /usr/lib/*pthread* /usr/lib/libpthread.so /usr/lib/llib-lpthread /usr/lib/libpthread.so.1 /usr/lib/llib-lpthread.ln neelix hgs 58 %> Any suggestions as to how I get around this and get the whole thing i

Re: Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On Tue, 20 Sep 2005, David Logan wrote: Hugh Sasse wrote: On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly [...] gmake -j 4 neelix hgs 82 %> and I invoked the script directly, and also tried with bash. I have: GNU Make vers

Re: Failure to install on Solaris.

2005-09-20 Thread Pooly
Hi, > /usr/local/bin/ld: cannot find -lpthread > collect2: ld returned 1 exit status > gmake[4]: *** [mysql_tzinfo_to_sql] Error 1 > gmake[4]: Leaving directory `/scratch/hgs/mysql-4.1.13/sql' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/scratch/hgs/mysql-4.1.13/sql' >

Re: Failure to install on Solaris.

2005-09-20 Thread David Logan
Hugh Sasse wrote: On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly neelix hgs 81 %> display_diffs.rb . --- ./compile-solaris-sparc.orig 2005-08-17 18:06:41.0 +0100 +++ ./compile-solaris-sparc 2005-09-06 18:36:25.386697000 +0

Failure to install on Solaris.

2005-09-20 Thread Hugh Sasse
On solaris 9 Sparc I built originally by modifying mysql-4.1.14/BUILD/compile-solaris-sparc thusly neelix hgs 81 %> display_diffs.rb . --- ./compile-solaris-sparc.orig2005-08-17 18:06:41.0 +0100 +++ ./compile-solaris-sparc 2005-09-06 18:36:25.386697000 +0100 @@ -11,6 +1

RE: Error while running mysql_install_db on Solaris 8

2005-08-30 Thread Logan, David (SST - Adelaide)
rk +61 417 268 665 - Mobile +61 8 8408 4259 - Fax From: Helal Khan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 August 2005 6:06 AM To: mysql@lists.mysql.com Subject: Error while running mysql_install_db on Solaris 8 Please see the attached output of the b

Re: Error while running mysql_install_db on Solaris 8

2005-08-30 Thread SGreen
Helal Khan <[EMAIL PROTECTED]> wrote on 08/30/2005 04:35:48 PM: > > Please see the attached output of the bug report and an output file > of the messages that came out in the screen on Sun Solaris 8 while > running the mysql_install_db for MySQL version 4,1.14, 64 bit. I got

Error while running mysql_install_db on Solaris 8

2005-08-30 Thread Helal Khan
Please see the attached output of the bug report and an output file of the messages that came out in the screen on Sun Solaris 8 while running the mysql_install_db for MySQL version 4,1.14, 64 bit. I got the same message for 32 bit version also. I tried MySQL version 4,1.12, 64 bit and 32 bit

Re: install as a non-root in /xyz directory on Solaris

2005-08-15 Thread Gleb Paharenko
Hello. I have used a shell on a Solaris box, and successfully ran MySQL Server under my non-root account. I didn't have any problems installing it, except that I was unable to start it automatically on boot (I didn't have permission to write to system startup files). Sp

install as a non-root in /xyz directory on Solaris

2005-08-15 Thread H S
Hello, I tried to google and search on mysql.com but couldn't find anything on installing as a non root and in /xyz directory on Solaris. Perhaps I miss it? I have downloaded mysql-standard-4.1.13-sun-solaris2.8-sparc-64bit.tar.gz. The instruction there is simply for a root user and

mysql 4.1.12 package for solaris 2.9 x86 core dumps

2005-07-01 Thread cat
Description: The mysql-provided package mysql-standard-4.1.12-pc-solaris2.9-i386.pkg core dumps when running scripts/mysql_install_db --user=mysql. I'm running 5.9 Generic_118559-05 on an older dual CPU intel box - dual 500mhz processors. I was using the sunfreeware mysql-4.0.21-

RE: Increasing max_connections and table_cache on Solaris 8

2005-06-27 Thread Martijn van den Burg
Hi, Hm, using ulimit on my own Ultra Sparc w/ Solaris 8, I can raise ulimit to max. 1024. Probably not quite enough. More study will be required :-/ Martijn > -Original Message- > From: Gleb Paharenko [mailto:[EMAIL PROTECTED] > Sent: donderdag 23 juni 2005 16:27 &g

Re: Increasing max_connections and table_cache on Solaris 8

2005-06-23 Thread Gleb Paharenko
Hello. I don't have enough experience with Solaris.. But on most Unixes your could change the limit of file descriptors for process, not for whole system. See: http://dev.mysql.com/doc/mysql/en/not-enough-file-handles.html "Martijn van den Burg" <[EMAIL PROTEC

Increasing max_connections and table_cache on Solaris 8

2005-06-22 Thread Martijn van den Burg
Hi, This applies to 4.1.10 on Solaris 8, with 1 GB of RAM. Our internal customer wants to be able to make 1000 concurrent connections to our database, with a mix of MyISAM and InnoDB tables, but according to http://dev.mysql.com/doc/mysql/en/table-cache.html and an online Solaris reference

Mysql Query Browser & Administrator under Solaris 10

2005-06-09 Thread Kontogiannis Theophanis
smime.p7m Description: S/MIME encrypted message

Re: file my.cnf is missing for Solaris 8, for mysql 5.0.6

2005-06-06 Thread Bastian Balthazar Bux
James Black wrote: > I am getting the following error, when I try to use bin/mysqld_safe, > Could not open require defaults file: $MYSQL_HOME/data/my.cnf > Fata error in defaults handling. Program aborted > Don't remember where I've read it but mysql binary packages don't read anymore the my.cnf

re: file my.cnf is missing for Solaris 8, for mysql 5.0.6

2005-06-06 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am getting the following error, when I try to use bin/mysqld_safe, Could not open require defaults file: $MYSQL_HOME/data/my.cnf Fata error in defaults handling. Program aborted Did I d/l a bad .tar.gz file from a mirror? Thank you. - -- "Love

re: mysql 5.0.4 for Solaris, as a tarball

2005-04-20 Thread Joerg Bruehe
how both the PKG and the TAR file as clickable links (as it should), even though both forms are provided. Easy way out: Select the combination of the Solaris version and MySQL product you want, and in the link replace "pkg" by "tar". (We provide both in gzipped form, so "

re: mysql 5.0.4 for Solaris, as a tarball

2005-04-20 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there somewhere where I can d/l the latest beta as a tarball? Thanx. - -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black[EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (MingW32) Comment:

Re: problems with 4.1.11 on Solaris

2005-04-11 Thread Adam Arrowood
On Apr 8, 2005, at 12:21 PM, Adam Arrowood wrote: I just installed the 32-bit SPARC Solaris package (mysql-standard-4.1.11-sun-solaris2.9-sparc.pkg.gz) in made a symbolic link to the install directory as /usr/local/mysql . I am having the following problems: 1) when I start mysql with the

Re: Help with Duplicate Key (32-bit Solaris MySQL 4.1)

2005-04-11 Thread Renato Golin
On Monday 11 April 2005 16:00, mysql helppp wrote: > Error - Duplicate key '444642', -1 > (The syntax of the error message is not exact) probably index error, run myisamchk on the table, or "repair table" inside MySQL command line. Should fix without loose any data. --rengolin -- MySQL Genera

Help with Duplicate Key (32-bit Solaris MySQL 4.1)

2005-04-11 Thread mysql helppp
Folks, I've had a database running for months now and suddenly, when inserting into table 'HEARTBEAT_COUNTS' (desc below), I get an error: Error - Duplicate key '444642', -1 (The syntax of the error message is not exact) My insert statement does not include a value for 'id' which is an auto_incr

libCstd.so.1 library not found on Solaris 8 (sparc) - can't start server

2005-04-09 Thread Mirek Rzadkowski
Problem description: installed mysql standard 64-bit v. 4.1.11 on Solaris 8 (sparc). Can't execute any mysql commands because always receive an error: ld.so.1: ./bin/mysqld: fatal: libCstd.so.1: open failed: No such file or directory An I missing anything in my environment? I've se

problems with 4.1.11 on Solaris

2005-04-08 Thread Adam Arrowood
I just installed the 32-bit SPARC Solaris package (mysql-standard-4.1.11-sun-solaris2.9-sparc.pkg.gz) in made a symbolic link to the install directory as /usr/local/mysql . I am having the following problems: 1) when I start mysql with the included mysql.server script, I get the following

Sparc vs. x86 Solaris MySQL compatibility

2005-04-04 Thread Gary Robinson
Hi, We're running MySQL on Sparc Solaris now, but are considering moving to an Opteron Solaris box for price/performance reasons. Does anyone have any comments about MySQL's relative stability or performance on the two platforms? Also, are MySQL databases binary-compatible

re: problem with mysql-max-5.0.3 for Solaris 8 32 bit

2005-03-29 Thread Matt Wagner
http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-max-5.0.3-beta-sun-solaris2 > .8-sparc.pkg.gz/from/http://mysql.mirrors.pair.com/ James, Sorry about this. Somehow the 64bit tarball was used for this package. I've fixed it now and uploaded a new 32bit Solaris 2.8 PKG. Note that it will ta

re: problem with mysql-max-5.0.3 for Solaris 8 32 bit

2005-03-28 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It would appear that the package is for the 64-bit OS, even though it is listed as being for the 32-bit one. I see directories, that failed to install, of: /usr/local/mysql-max-5.0.3-beta-sun-solaris2.8-sparc-64bit/sql-bench I had gotten my file from

Bug? Date insert comes out zero on Solaris using Python MySQLdb?

2005-03-17 Thread Nick Arnett
I have Python code that I run on Windows and Solaris. It works properly on Windows. However, on Solaris, when it inserts records, datetime columns end up with a value of zero. I suspect that this began happening after we upgraded the MySQL server to 4.1.10 from a 4.0.x version (I think we

Re: 4.1.10a packaging for Solaris

2005-03-17 Thread Jonathan Mangin
man pkgadd -J - Original Message - From: "Joerg Bruehe" <[EMAIL PROTECTED]> To: Cc: "Jonathan Stockley" <[EMAIL PROTECTED]> Sent: Thursday, March 17, 2005 9:16 AM Subject: Re: 4.1.10a packaging for Solaris Hi Jonathan, all! Am Mi, den 16.03.2005 schri

Re: 4.1.10a packaging for Solaris

2005-03-17 Thread Joerg Bruehe
Hi Jonathan, all! Am Mi, den 16.03.2005 schrieb Jonathan Stockley um 22:33: > I just downloaded the 4.1.10a release for Solaris 8 and 9 (32bit). It > seems that it is no longer in a tar archive. Was this change > intentional? Both "yes" and "no": Yes, it was intent

4.1.10a packaging for Solaris

2005-03-16 Thread Jonathan Stockley
I just downloaded the 4.1.10a release for Solaris 8 and 9 (32bit). It seems that it is no longer in a tar archive. Was this change intentional? I cant find any mention of it on the web site. How do I unpack the new format into a given directory? Thanks, Jo

Re: Solaris 10 performance improvements??

2005-02-26 Thread Dylan Neild
IIRC MySQL is (or was) developed on Solaris, so it's always been very stable and well supported. As for Linux outperforming Solaris .. 10 is very fast. We have it running in production (since 10_72) at over 1000qps on a dual opteron (8GB) and have never had any performance related pro

Re: can 5.0.2 be built for Solaris 8

2005-02-21 Thread Fredrick Bartlett
When will the 5.0.3 binaries be available? Thanks, Fredrick - Original Message - From: "Joerg Bruehe" <[EMAIL PROTECTED]> To: Cc: "James Black" <[EMAIL PROTECTED]> Sent: Monday, February 21, 2005 11:45 AM Subject: re: can 5.0.2 be built for Solaris

re: can 5.0.2 be built for Solaris 8

2005-02-21 Thread Joerg Bruehe
Hi James! Am Mo, den 21.02.2005 schrieb James Black um 14:20: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have tried to compile mysql, and got some linking errors. Any chance a > binary for Solaris 8 can be made available? Solaris 8 is a supported platform, and we (t

Re: can 5.0.2 be built for Solaris 8

2005-02-21 Thread Alex S Moore
James Black wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have tried to compile mysql, and got some linking errors. Any chance a binary for Solaris 8 can be made available? I cannot answer your question, but I am currently building 5.0.2 on Solaris 8 sparc and the build works. It does

re: can 5.0.2 be built for Solaris 8

2005-02-21 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have tried to compile mysql, and got some linking errors. Any chance a binary for Solaris 8 can be made available? Thanx. - -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black[EMAIL PROTECTED]

client_test fails on Solaris 9 x86

2005-01-31 Thread Alex S Moore
Unknown >Submitter-Id: >Originator:Alex Moore >Organization: >MySQL support: none >Synopsis: mysql-test-run fails client_test on Solaris x86 >Severity: critical >Priority: medium >Category: mysql >Class: sw-bug >Release: m

build problem on solaris 8

2005-01-29 Thread Bruce Ferrell
Hi all, I got the following error during the configure phase: configure: WARNING: term.h: present but cannot be compiled configure: WARNING: term.h: check for missing prerequisite headers? configure: WARNING: term.h: see the Autoconf documentation configure: WARNING: term.h: section "Presen

re: getting mysql5.0.2 for solaris 8

2005-01-20 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to compile this version for myself, but am having problems, as there is a complaint that sql_functions, get_hash_symbol and symbols are undeclared. Is there any plan to make a binary for solaris 8 for mysql 5.0.2? Thank you. - -- "Lo

  1   2   3   4   5   6   7   8   >