Troubles with creating indexes on float columns on MyISAM tables in MySQL 5.6.15 and MySQL 5.6.14 running on FreeBSD 8.4

2014-01-29 Thread Mikhail Berman
I got an "interesting" problem with creation of indexes on MyISAM tables in MySQL 5.6.15 and MySQL 5.6.14 running on FreeBSD 8.4 for float columns - I am not able to create indexes on these columns Indexes on all other columns work just fine The problem occur while I was loading data

Re: Is Mysql for freebsd 8.0 available?

2010-03-17 Thread Dan Nelson
In the last episode (Mar 17), PengXiaoxun said: > The official support for freebsd 7.0 has been out of date since May 2009. > So I update to the latest version is 8.0. However, I just found the mysql > for freebsd 7.0. How can I get the mysql version for freebsd 8.0? Does > it e

Is Mysql for freebsd 8.0 available?

2010-03-17 Thread PengXiaoxun
The official support for freebsd 7.0 has been out of date since May 2009. So I update to the latest version is 8.0. However, I just found the mysql for freebsd 7.0. How can I get the mysql version for freebsd 8.0? Does it exist?

rebooted mysql-server-5.0.77 at FreeBSD 7.0

2009-04-16 Thread Mihail Vetchinov
I have problem at my replicated slaves. We have one master and 5 slaves. All of its live in similar FreeBSD 7.0 systems. But by without understood for me reasons 4 of 5 slaves are rebooted approximately one time at 30 minutes. There are no signals and other reasons in logs. But one of slaves

mysql_install_db calls mysqld, which hangs (MySQL 6.0.6 under FreeBSD 7.0-STABLE)

2008-09-02 Thread Edward Ruggeri
Hi, this is my first time installing the MySQL server. I have built and installed the databases/mysql60-server via the FreeBSD ports system (using default configuration options). But let me discuss my installation procedure, adopted from the manual: The mysql group and user are already added by

MySQL crash on FreeBSD 7

2008-07-10 Thread Stut
ery thing without any issues. The server is running FreeBSD 7.0-RELEASE #0 amd64 with an unchanged kernel and mysql-server-5.0.45_1 installed from ports. If anyone has any idea what caused this or steps I should take to prevent it happening again I'd be eternally grateful. Thanks. -Stut

Re: FreeBSD MySQL Performance Tunning suggestions???

2008-06-04 Thread Antony T Curtis
Hi, FreeBSD 7 should offer much better performance for MySQL. The FreeBSD kernel developers have found ways to relieve some of the kernel bottlenecks which permit multithreaded applications to operate much better. Regards, Antony. On 3 Jun 2008, at 03:43, VeeJay wrote: Hi Guys I need

Re: FreeBSD MySQL Performance Tunning suggestions???

2008-06-04 Thread Joerg Bruehe
Hi all ! VeeJay wrote: [[...]] At my job, I am going to build a Web Server with 1. FreeBSD 7.0-RELEASE amd64 2. Apache 2.2.8 3. PHP 4.4.8 (or may be PHP5, what do you suggest?) Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (

Re: freebsd 7

2008-06-04 Thread Yi Wang
use ports please. On Tue, May 27, 2008 at 11:57 AM, kalin m <[EMAIL PROTECTED]> wrote: > hi all.. i cant see a package > for freebsd 7 on the mysql site. which onw should i build 6 or 5.1? > > thanks... > > -- > MySQL General Mailing List > For list archives: htt

MySQL 5.x Performance on FreeBSD AMD64 7-STABBLE Box?

2008-05-21 Thread VeeJay
Hi I am just wondering if anyone is running MySQL Database on a fairly busy Website running on FreeBSD AMD64 7-stabble with PHP+Apache? I am going to build a server for couple of websites having traffic 5 million per month... Any comments? -- Thanks! BR / vj

mysqlmanager on FreeBSD

2008-02-26 Thread Vidal Garza
Hi SO= FreeBSD 6.3 Ports Instalation. Version 5.0.51a Im install mysql but mysqlmanager dont exist and mysql_multi to. I update the Makefile with option. --with-mysqlmanager But doesnt work, it doesnt appear. I dont understand whats going on

Re: MySQL 5.0.41 performance on FreeBSD 7.0-RC1 AMD64

2008-02-02 Thread js
Have you checked this? http://www.slideshare.net/sim303/7020-preview/ http://www.freebsd.org/features.html On Jan 22, 2008 4:05 AM, Mikhail Berman <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Is anyone has experience running MySQL 5.0.41 on FreeBSD 7.0-RC1 AMD64? > > I

MySQL 5.0.41 performance on FreeBSD 7.0-RC1 AMD64

2008-01-21 Thread Mikhail Berman
Hi everyone, Is anyone has experience running MySQL 5.0.41 on FreeBSD 7.0-RC1 AMD64? If you do would you be able to comment on MySQL performance, possible advantages and problems? Regards, -- Mikhail Berman

Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

2007-11-05 Thread Bob Bankay X-AST : 7731^29u18e3
Running on our systems, we have had the replica load data and then started. The longest delta was about 28 hours behind the master. The slave status faithfully reported how far behind the master it was, when the slave was started, even as it was loading its relay-logs from the master which

Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

2007-11-04 Thread Baron Schwartz
Christopher E. Brown wrote: On Sat, 3 Nov 2007, bob b wrote: So, a slave is down for 8hrs. It comes online and pulls the binlog in 120 seconds. The "seconds behind master" does not reflect 8hrs, but how many seconds (at current processing rate) before the slave finishes the relay logs. Th

Re: SOLVED: Problem with *very* slow replication, FreeBSD 6.2

2007-11-04 Thread Christopher E. Brown
On Sat, 3 Nov 2007, bob b wrote: Good to hear that you found the problem. The only remaining puzzle is why the replica reported that it was up to date when it was several binlogs behind. Possibly the replica was always caught up with the last entry from the very slow link. Perhaps you shoul

SOLVED: Problem with *very* slow replication, FreeBSD 6.2

2007-11-02 Thread Christopher E. Brown
An update for those actually paying attention. I have been fighing unusual performance issues with replication between FreeBSD 6.2 machines. The unusual part is that while replication would never top 10 writes per second (even while the master was taking hundres of writes per second), the

Re: how to enable logging, MySQL 5.0.37 FreeBSD 6.2

2007-05-02 Thread Ray
10:06:19 Ray wrote: >> I am trying to debug another application and I need to enable logging of >> all queries (temporary only) to MySQL (5.0.37). OS is FreeBSD 6.2. MySQL >> installed from ports. >-- >Regards >Michael Cole -- MySQL General Mailing List For list a

Re: how to enable logging, MySQL 5.0.37 FreeBSD 6.2

2007-04-24 Thread Michael Cole
:19 Ray wrote: > I am trying to debug another application and I need to enable logging of > all queries (temporary only) to MySQL (5.0.37). OS is FreeBSD 6.2. MySQL > installed from ports. -- Regards Michael Cole -- MySQL General Mailing List For list archives: http://lists.mysql.com

how to enable logging, MySQL 5.0.37 FreeBSD 6.2

2007-04-24 Thread Ray
Hello, I am trying to debug another application and I need to enable logging of all queries (temporary only) to MySQL (5.0.37). OS is FreeBSD 6.2. MySQL installed from ports. any Instructions, or pointers to documentation would be appreciated. Thanks, Ray -- MySQL General Mailing List For

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
Ronan Lucio wrote: > > Graham, > > > I was under the impression that in FreeBSD 5, you didn't need to change > > the kernel, just the entry in /boot/loader.conf... > > Even if you use kern_securelevel="1"? > > Ronan > I'm running kern.sec

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Ronan Lucio
Graham, I was under the impression that in FreeBSD 5, you didn't need to change the kernel, just the entry in /boot/loader.conf... Even if you use kern_securelevel="1"? Ronan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
MAXDSIZ=(1536UL*1024*1024) > > for MySLQ can you up to 1,5 Gb of RAM memory. > > I realy don´t know if it will solve your problem, but, if MySQL > is tring to use more RAM memory than the permited, it seems > to be the case. > > Ronan > I was under the impression that in

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Ronan Lucio
Graham, /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) when dumping table `Attachments` at row: 24285 Did you changed the values of MAXDSIZ in the kernel file? I use this: options MAXDSIZ=(1536UL*1024*1024) for MySLQ can you up to 1,5 Gb of RAM memory. I r

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
Gerald L. Clark wrote: > Graham Dunn wrote: >> The error: >> >> /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) >> when dumping table `Attachments` at row: 24285 >> >> Platform details: >> >> Client: >> >> mysqldump Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386) >>

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Gerald L. Clark
Graham Dunn wrote: The error: /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) when dumping table `Attachments` at row: 24285 Platform details: Client: mysqldump Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386) # /usr/local/bin/mysqldump -u dba -h seisei -p rt3

mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
=max_allowed_packet=256M Attachments > Attachments.sql Server: FreeBSD seisei.mydomain.net 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 mysql-server-4.0.24_1 (from ports) I have kern.maxdsiz="751619277" #750 MB kern.dfldsiz="751619277" kern.maxssiz="134217728" #

Re: FreeBSD chroot problem...Please help!!!

2007-01-07 Thread Riemer Palstra
On Sun, Jan 07, 2007 at 12:50:34PM +0100, VeeJay wrote: > I trying to run MySQL and Apache under a chroot envoirnment. But I am > getting these errors. [ ... ] > # /usr/local/mysql/libexec/mysqld: Can't create/write to file > '/var/tmp/ibPM3e0d' (Errcode: 13) [ ... ] > fopen: Operation not supp

FreeBSD chroot problem...Please help!!!

2007-01-07 Thread VeeJay
Hello there I was wondering if someone having great knowledge of FreeBSD chroot system could give me some help. I trying to run MySQL and Apache under a chroot envoirnment. But I am getting these errors. Could you please help me to solve these problems. I have googled a lot but did't fin

Re: Where to get Source Distribution of MySQL Server 5.0 Standard for FreeBSD?

2006-12-14 Thread Jay Pipes
Daniel Kasak wrote: > VeeJay wrote: >> Where one can find Source Distribution of MySQL Server 5.0 Standard for >> FreeBSD? > > Not on the website, that's for sure. > Have you tried the usual warez sites, p2p networks, etc? Really? Seems pretty straightforward t

Re: Where to get Source Distribution of MySQL Server 5.0 Standard for FreeBSD?

2006-12-14 Thread Chris White
On Thursday 14 December 2006 14:37, Bruce Ferrell wrote: > >> Where one can find Source Distribution of MySQL Server 5.0 Standard for > >> FreeBSD? > > > > Not on the website, that's for sure. > > Have you tried the usual warez sites, p2p networks, etc?

Re: Where to get Source Distribution of MySQL Server 5.0 Standard for FreeBSD?

2006-12-14 Thread Bruce Ferrell
Daniel Kasak wrote: VeeJay wrote: Hi Where one can find Source Distribution of MySQL Server 5.0 Standard for FreeBSD? Not on the website, that's for sure. Have you tried the usual warez sites, p2p networks, etc? Actually the source tarball IS on the mysql download site. -- One d

Re: Where to get Source Distribution of MySQL Server 5.0 Standard for FreeBSD?

2006-12-14 Thread Daniel Kasak
VeeJay wrote: Hi Where one can find Source Distribution of MySQL Server 5.0 Standard for FreeBSD? Not on the website, that's for sure. Have you tried the usual warez sites, p2p networks, etc? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney

Where to get Source Distribution of MySQL Server 5.0 Standard for FreeBSD?

2006-12-14 Thread VeeJay
Hi Where one can find Source Distribution of MySQL Server 5.0 Standard for FreeBSD? -- Thanks! BR / vj

Re: FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-05 Thread Abdullah Ibn Hamad Al-Marri
Heya! This fixed it for me, I didn't set kern.threads.max_groups_per_proc: earlier. What is the max threads can FreeBSD go for? Thanks, -A - Original Message From: Ken Menzel <[EMAIL PROTECTED]> To: Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]>; mysql@lists.mys

Re: FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-04 Thread Ken Menzel
Have a look at kern.threads.max_threads_per_proc: 1500 and kern.threads.max_groups_per_proc: 1500 You are probably hitting one of these sysctl's. Here is a link to some other info http://unix.derkeiler.com/Mailing-Lists/FreeBSD/performance/2006-01/msg2.html There is also a wi

FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-03 Thread Abdullah Ibn Hamad Al-Marri
Hello folks, I hope Greg is reading this list I use MySQL 5.0.24a from the FreeBSD ports, with libthr threading. I have a huge app makes alot of connections to MySQL server. The max I could reach is 1500 threads, even I made the max connection in my.cf 5k and I used

FreeBSD 6.1 + Libthr + MySQL 5.0.24a max connection issue or bug?

2006-10-03 Thread Abdullah Ibn Hamad Al-Marri
Hello folks, I hope Greg is reading this list I use MySQL 5.0.24a from the FreeBSD ports, with libthr threading. I have a huge app makes alot of connections to MySQL server. The max I could reach is 1500 threads, even I made the max connection in my.cf 5k and I used

Re: MySQL version 4.0.23 uses 99% of processor on FreeBSD 4.11

2006-07-17 Thread Jeremiah Foster
On Fri, 2006-07-14 at 09:47 -0300, Miles Thompson wrote: > At 09:15 AM 7/14/2006, Jeremiah Foster wrote: > >Nearly once or twice a day the mysql daemon on our FreeBSD server has to > >be restarted since it is taking up most of the processor. > > > >That is about 3 hours

Re: MySQL version 4.0.23 uses 99% of processor on FreeBSD 4.11

2006-07-14 Thread Miles Thompson
At 09:15 AM 7/14/2006, Jeremiah Foster wrote: Hello, Nearly once or twice a day the mysql daemon on our FreeBSD server has to be restarted since it is taking up most of the processor. One of the entries in our slow_queries log looks like this; # Query_time: 14074 Lock_time: 0 Rows_sent: 11

MySQL version 4.0.23 uses 99% of processor on FreeBSD 4.11

2006-07-14 Thread Jeremiah Foster
Hello, Nearly once or twice a day the mysql daemon on our FreeBSD server has to be restarted since it is taking up most of the processor. One of the entries in our slow_queries log looks like this; # Query_time: 14074 Lock_time: 0 Rows_sent: 11 Rows_examined: 1020472928 SELECT pp.art_num

Re: FreeBSD 6 and MySQL with DBs on a NAS

2006-06-27 Thread Dan Buettner
wrote: *** This happens for me using FreeBSD 6.0 or FreeBSD 6.1 with the most recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files reside on a NetApp NAS share shared over NFS. It only seems to happen with very frequently written-to tables. I sent this to the list last week and

Re: FreeBSD 6 and MySQL with DBs on a NAS

2006-06-27 Thread mysql-archive
(My comments are at the bottom) Greg Lehey wrote: On Monday, 26 June 2006 at 10:41:16 -0400, [EMAIL PROTECTED] wrote: *** This happens for me using FreeBSD 6.0 or FreeBSD 6.1 with the most recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files reside on a NetApp NAS share shared

Re: FreeBSD 6 and MySQL with DBs on a NAS

2006-06-27 Thread mysql-archive
TED] wrote: *** This happens for me using FreeBSD 6.0 or FreeBSD 6.1 with the most recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files reside on a NetApp NAS share shared over NFS. It only seems to happen with very frequently written-to tables. I sent this to the list last week

Re: FreeBSD 6 and MySQL with DBs on a NAS

2006-06-27 Thread Dan Buettner
using FreeBSD 6.0 or FreeBSD 6.1 with the most recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files reside on a NetApp NAS share shared over NFS. It only seems to happen with very frequently written-to tables. I sent this to the list last week and no one responded. *** Hi, I was

Re: FreeBSD 6 and MySQL with DBs on a NAS

2006-06-26 Thread Greg 'groggy' Lehey
On Monday, 26 June 2006 at 10:41:16 -0400, [EMAIL PROTECTED] wrote: > *** This happens for me using FreeBSD 6.0 or FreeBSD 6.1 with the most > recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files > reside on a NetApp NAS share shared over NFS. It only seems to happen wi

FreeBSD 6 and MySQL with DBs on a NAS

2006-06-26 Thread mysql-archive
*** This happens for me using FreeBSD 6.0 or FreeBSD 6.1 with the most recent MySQL 4.1 or 5.0 built from ports and when the DBMS data files reside on a NetApp NAS share shared over NFS. It only seems to happen with very frequently written-to tables. I sent this to the list last week and no

FreeBSD 6 and MySQL with DBs on a NAS

2006-06-22 Thread mysql-archive
Hi, I was wondering if anyone else had encountered this issue and/or come up with what needs to be done to resolve it: I currently have MySQL 5.0.22 built from ports on a FreeBSD 6.1 machine with the DB data residing on a NetApp share connected via NFS. A strange thing happens often after a

Re: mysql for freebsd 6.0

2006-03-23 Thread Ludwig Pummer
kalin mintchev wrote: hi all... i can't see the mysql 5 version for freebsd 6.0 on the mysql developer site? am i blind or it's on purpose?!?! curious... and actually need it... thanks... /usr/ports/databases/mysql50-server/ /usr/ports/databases/mysql51-server/ I s

mysql for freebsd 6.0

2006-03-22 Thread kalin mintchev
hi all... i can't see the mysql 5 version for freebsd 6.0 on the mysql developer site? am i blind or it's on purpose?!?! curious... and actually need it... thanks... -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscrib

RE: MySQL 4.1.18 Client - FreeBSD Build

2006-02-23 Thread Don O'Neil
Re: MySQL 4.1.18 Client - FreeBSD Build On Thu, 2006-02-23 at 09:28 -0800, Don O'Neil wrote: > Where are the client libraries and such for the FreeBSD 4.x Build of > MySQL 4.1.18? I downloaded the MAX binary yesterday, and tried to > install it, but none of the libmysqlclient

Re: MySQL 4.1.18 Client - FreeBSD Build

2006-02-23 Thread Julian C. Dunn
On Thu, 2006-02-23 at 09:28 -0800, Don O'Neil wrote: > Where are the client libraries and such for the FreeBSD 4.x Build of MySQL > 4.1.18? I downloaded the MAX binary yesterday, and tried to install it, but > none of the libmysqlclient files are present in the distribution. >

MySQL 4.1.18 Client - FreeBSD Build

2006-02-23 Thread Don O'Neil
Where are the client libraries and such for the FreeBSD 4.x Build of MySQL 4.1.18? I downloaded the MAX binary yesterday, and tried to install it, but none of the libmysqlclient files are present in the distribution. Do I need to download the sources and build it, or are the client files located

Re: FreeBSD v6.0 on AMD64-MySQL

2006-02-08 Thread [EMAIL PROTECTED]
je killen wrote: Is there a version of MySQL for FreeBSD v6.0 AMD64 compatible? I haven't seen one explicitly on the MySQL site and I don't know if it is a good idea to try and compile and install from source code for this machine. Install mysql from FreeBSD ports collection. I'

FreeBSD v6.0 on AMD64-MySQL

2006-02-08 Thread je killen
Is there a version of MySQL for FreeBSD v6.0 AMD64 compatible? I haven't seen one explicitly on the MySQL site and I don't know if it is a good idea to try and compile and install from source code for this machine. Thanks JK -- MySQL General Mailing List For list arch

MySQL 5.0.17 on FreeBSD 4.7 - zlib error

2005-12-28 Thread Scott Plumlee
Just throwing this out there for the archives. Installing 5.0.17 MySQL Client on a FreeBSD VPS2 Virtual server from Verio kept throwing an error looking for zlib.la in the zlib library. This system didn't have a system wide zlib installed, so the bundled library kept trying to be used in

Re: InnoDB, FreeBSD and Memory: Cannot Allocate memory - raising limits

2005-08-23 Thread Jeremiah Gowdy
The limit you are running into is the maxdsiz or max data size for a process. It is defaulting to 512MB. In FreeBSD 5.x you don't have to recompile your kernel to set a different maxdsiz. See /boot/defaults/loader.conf. Putting kern.maxdsiz="1073741824" in /boot/loader.c

Re: InnoDB, FreeBSD and Memory: Cannot Allocate memory - raising limits

2005-08-23 Thread Peter Beckman
On Tue, 23 Aug 2005, Jeremiah Gowdy wrote: The limit you are running into is the maxdsiz or max data size for a process. It is defaulting to 512MB. In FreeBSD 5.x you don't have to recompile your kernel to set a different maxdsiz. See /boot/defaults/loader.conf. Putting kern.ma

Re: InnoDB, FreeBSD and Memory: Cannot Allocate memory - raising limits

2005-08-23 Thread Jeremiah Gowdy
The limit you are running into is the maxdsiz or max data size for a process. It is defaulting to 512MB. In FreeBSD 5.x you don't have to recompile your kernel to set a different maxdsiz. See /boot/defaults/loader.conf. Putting kern.maxdsiz="1073741824" in /boot/loader.c

InnoDB, FreeBSD and Memory: Cannot Allocate memory - raising limits

2005-08-23 Thread Peter Beckman
SUMMARY While I am fairly certain the problem is with FreeBSD, since this is InnoDB/MySQL related, I thought I would post here to see if others have had this problem. I have googled several different phrases to find this answer -- how does FreeBSD 5 set resource limits, and how do I override

3G address space and large memory on x86 32bit (was: can innodb_buffer_pool_size be set > 2Gb on FreeBSD?)

2005-06-18 Thread Jeremiah Gowdy
the kernel maintains for kernel and other code to be mapped into. It is adjustable, for better or for worse. In FreeBSD, look in /boot/defaults/loader.conf and you'll see kern.maxdsiz. If you have 4GB of ram, you can probably get away with setting this to 3GB. You can expirement wit

Re: can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

2005-06-17 Thread mfatene
d page that talked about this was, > > http://www.oracle-base.com/articles/Linux/LargeSGAOnLinux.php > > Good luck. > > David > > Jeff Smelser wrote: > > >On Friday 17 June 2005 02:38 pm, Brady Brown wrote: > > > > > >>Have any of you MySQL/FreeB

Re: can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

2005-06-17 Thread mfatene
Hi, i don't think so. 2 go is a limit of almsot 32-bits plateform, linux or others. Migrate to 64-bits. Mathias Selon Brady Brown <[EMAIL PROTECTED]>: > Have any of you MySQL/FreeBSD cats successfully set > innodb_buffer_pool_size > 2G without runing into any of the memory &

Re: can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

2005-06-17 Thread David Griffiths
. A good page that talked about this was, http://www.oracle-base.com/articles/Linux/LargeSGAOnLinux.php Good luck. David Jeff Smelser wrote: On Friday 17 June 2005 02:38 pm, Brady Brown wrote: Have any of you MySQL/FreeBSD cats successfully set innodb_buffer_pool_size > 2G without

Re: can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

2005-06-17 Thread Jeff Smelser
On Friday 17 June 2005 02:38 pm, Brady Brown wrote: > Have any of you MySQL/FreeBSD cats successfully set > innodb_buffer_pool_size > 2G without runing into any of the memory > allocation problems found on Linux platforms? It has nothing to do with linux.. its an x86 thing.. So no.

can innodb_buffer_pool_size be set > 2Gb on FreeBSD?

2005-06-17 Thread Brady Brown
Have any of you MySQL/FreeBSD cats successfully set innodb_buffer_pool_size > 2G without runing into any of the memory allocation problems found on Linux platforms? Although I have been given good advice to migrate to an AMD platform overcome this limitation (and will do so eventually), I

Re: Does the kernel options MAXSSIZ affect the MySQL max connections on FreeBSD

2005-06-17 Thread Gu Lei
huang leo 写道: > hi,everyone, > I just did a test to find out the MySQL4.1.12 max connections on > FreeBSD 5.4 Release and FreeBSD 4.11 Release. The first test, the > MAXSSIZ is default(64MB), and MAXSDIZ is 1GB because I have 1GB > memory. The second test, I setted the MAXSS

Does the kernel options MAXSSIZ affect the MySQL max connections on FreeBSD

2005-06-17 Thread huang leo
hi,everyone, I just did a test to find out the MySQL4.1.12 max connections on FreeBSD 5.4 Release and FreeBSD 4.11 Release. The first test, the MAXSSIZ is default(64MB), and MAXSDIZ is 1GB because I have 1GB memory. The second test, I setted the MAXSSIZ=1GB, and the MAXDSIZ is also 1GB. The

RE: What is best open-source platform alternative to overcome innodb 2Gb memory limit on Linux? FreeBSD?

2005-06-15 Thread gunmuse
ysql.com Subject: Re: What is best open-source platform alternative to overcome innodb 2Gb memory limit on Linux? FreeBSD? Why not go AMD-64? Dual Opteron, with 8/16/32 gig of RAM? Get a 3ware SATA drive, and run Gentoo for AMD-64. You can increase your innodb buffer pool to use almost all that spac

Re: What is best open-source platform alternative to overcome innodb 2Gb memory limit on Linux? FreeBSD?

2005-06-15 Thread David Griffiths
desires (or at least well beyond 2Gb). Do any of you have battle-tested recommendations? How about FreeBSD? From what I can gather, it is a good idea to build MySQL on FreeBSD linked with the Linux Thread Library. Would doing so re- invoke the 2Gb limit? I look foward to your collective responses

What is best open-source platform alternative to overcome innodb 2Gb memory limit on Linux? FreeBSD?

2005-06-15 Thread Brady Brown
scale the application, so I need an alternative solution that will allow me to set innodb_buffer_pool_size as high as my heart desires (or at least well beyond 2Gb). Do any of you have battle-tested recommendations? How about FreeBSD? From what I can gather, it is a good idea to build MySQL

MySQL and FreeBSD instability

2005-04-22 Thread Joseph Cochran
We've been using mysql version 4.7 on a FreeBSD 4.10 machine for the past few months, and while we've been putting a lot of load onto the DB, it's been stable. This past weekend, our sysadmin updated FreeBSD from 4.10 to 4.11, at which point mysql began having serious problems. T

MySQL coredumps on FreeBSD if the SQL query contains a regexp expression

2005-03-10 Thread Daniel S. Haischt
>Description: I am using MySQL 5.x on FreeBSD 5.4-PRE together with libpthread. These are the knobs I did provide to make (to compile the actual FreeBSD port): FORCE_PKG_REGISTER=yes \ WITH_OPENSSL=yes \ BUILD_OPTIMIZED=yes \ WITH_PROC_SCOPE_PTH=yes If executing the following SQL query, mys

Re: stop and restart mysql on freebsd?

2005-03-04 Thread Dan Nelson
In the last episode (Mar 04), Chip Wiegand said: > I made a change to my.cnf and want it to restart mysqld_safe so it > will re-read my.cnf. How do I do this? /usr/local/etc/rc.d/mysql-server.sh restart -- Dan Nelson [EMAIL PROTECTED] -- MySQL General Mailing List For list arch

Re: stop and restart mysql on freebsd?

2005-03-04 Thread Scott Baker
Someone else may have to chime in, but I think this will work: mysqladmin -u root -p refresh According to the help "refresh" will Flush all tables and close and open logfiles. You may have to try it. Worst case just issue a shutdown and then start it up again. Scott Chip Wiegand wrote: I made a

stop and restart mysql on freebsd?

2005-03-04 Thread Chip Wiegand
I made a change to my.cnf and want it to restart mysqld_safe so it will re-read my.cnf. How do I do this? Thanks, Chip -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: copy DB data from FreeBSD to Redhat9.0

2005-03-02 Thread Gleb Paharenko
Hello. Use -U --force --nodeps options. sam wun <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed the server and started up successfully. mysql.sock file > is written to /var/lib/mysql/ directory as well. > Now I found that I also need to install mysql 4.10-1 client. However >

Re: copy DB data from FreeBSD to Redhat9.0

2005-03-01 Thread sam wun
Hi, I have installed the server and started up successfully. mysql.sock file is written to /var/lib/mysql/ directory as well. Now I found that I also need to install mysql 4.10-1 client. However there is already mysql3 installed in the system. How can I remove the old version in Redhat? Here are

Re: copy DB data from FreeBSD to Redhat9.0

2005-03-01 Thread sam wun
sam wun wrote: Gleb Paharenko wrote: Hello. I used the following command backup database: mysqldump --user=$USERNAME --password=$PASSWORD --host=$DBHOST --quote-names --opt I don't think this command backup user account info. If you add --all-databases option it would also dump the

Re: copy DB data from FreeBSD to Redhat9.0

2005-03-01 Thread sam wun
Gleb Paharenko wrote: Hello. I used the following command backup database: mysqldump --user=$USERNAME --password=$PASSWORD --host=$DBHOST --quote-names --opt I don't think this command backup user account info. If you add --all-databases option it would also dump the mysql d

Re: copy DB data from FreeBSD to Redhat9.0

2005-03-01 Thread Gleb Paharenko
Hello. > I used the following command backup database: > mysqldump --user=$USERNAME --password=$PASSWORD --host=$DBHOST > --quote-names --opt > > I don't think this command backup user account info. > If you add --all-databases option it would also dump the mysql database. I've tried to

Re: copy DB data from FreeBSD to Redhat9.0

2005-02-28 Thread sam wun
Gleb Paharenko wrote: Hello. I also want to copy the user accounts in MySQL5.0 db over to MySQL4.1 in Redhat as well. All user accounts and rights are stored in the tables of mysql database. And fields of grant tables in 4.1.x version just a subset of fields in 5.0.x. You should set

Re: copy DB data from FreeBSD to Redhat9.0

2005-02-25 Thread Gleb Paharenko
gt; I just fresh install mysql4.1 in Redhat9.0. >> I have another MySQL5.0 installed in FreeBSD5.3, and just tried to >> copy all data in /var/db/mysql/ from FreeBSD5.3 to /var/db/mysql/data/ >> in Redhat9.0. >> After finished copied the data over to Redhat, MySQL4.1 can&

Re: copy DB data from FreeBSD to Redhat9.0

2005-02-25 Thread Gleb Paharenko
inished copied the data over to Redhat, MySQL4.1 can't start. The > DB data in MySQL5.0 in the FreeBSD box has database and tables with indexes. > I don't want to rebuild the entire database from scratch in Redhat, how > can I "transfer" all db files fro

Re: copy DB data from FreeBSD to Redhat9.0

2005-02-24 Thread sam wun
data in MySQL5.0 in the FreeBSD box has database and tables with indexes. I don't want to rebuild the entire database from scratch in Redhat, how can I "transfer" all db files from FreeBSD to Redhat and in another version of MySQL? I also want to copy the user accounts in

copy DB data from FreeBSD to Redhat9.0

2005-02-24 Thread sam wun
.0 in the FreeBSD box has database and tables with indexes. I don't want to rebuild the entire database from scratch in Redhat, how can I "transfer" all db files from FreeBSD to Redhat and in another version of MySQL? Thanks Sam -- MySQL General Mailing List For list archives: ht

Re: Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Jeremiah Gowdy
cd /usr/ports/databases/mysql41-server && make install clean - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Richard C Komatz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 01, 2004 12:00 PM Subject

Re: Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Dan Nelson
In the last episode (Dec 01), Richard C Komatz said: > I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II > - FreeBSD 5). I can't find any documentation on how to install for this > system, nor can I find the binaries. cd /usr/ports/mysql41-server ; make i

Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Richard C Komatz
Hi There, I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II - FreeBSD 5). I can't find any documentation on how to install for this system, nor can I find the binaries. Thanks for any help!! Richard

Help with installation: MySQL, FreeBSD 5, Sparc64

2004-12-01 Thread Richard C Komatz
Hi There, I am having trouble installing MySQL on my system (Netra X1 - UltraSparc II - FreeBSD 5). I can't find any documentation on how to install for this system, nor can I find the binaries. Thanks for any help!! Richard

Re: Problems With 4.0 -> 4.1 Upgrade on FreeBSD 4.10

2004-11-22 Thread Gleb Paharenko
determine which specific query kills the server. Also with enabled debugging you could find more information from trace files (note that the trace file will become very big!). Next time send us your my.cnf file. >Hello > >I have upgraded from mySQL 4.0 to mySQL 4.1 on a FreeBSD

Problems With 4.0 -> 4.1 Upgrade on FreeBSD 4.10

2004-11-21 Thread Gustafson, Tim
Hello I have upgraded from mySQL 4.0 to mySQL 4.1 on a FreeBSD 4.10 box. The upgrade went perfectly with no warning or error messages. However, after the mySQL server was running for a few hours, it crashed. It restarted itself thanks to mysqld_safe. However, it keeps crashing and restarting

Re: mysql 4.1.5 FreeBSD 4.10 compile error

2004-09-24 Thread Egor Egorov
is error? Something wrong which is unclear what. comp_err syntax is broken. The Right Way(tm) to install MySQL on FreeBSD, is use the port /usr/ports/databases/mysql40-server Don't forget to add -DWITH_LINUXTHREADS=yes -DBUILD_OPTIMIZED=yes -- For technical support contracts, goto https:

mysql 4.1.5 FreeBSD 4.10 compile error

2004-09-22 Thread Unreal HSHH
Making all in sql make all-recursive Making all in share ../../extra/comp_err -C./charsets/ danish/errmsg.sys Usage: ../../extra/comp_err [-?] [-I] [-V] fromfile[s] tofile *** Error code 255 what's this error? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To uns

Re: Jeremy Zawodny's gcc flags or MySQL AB' for a FreeBSD?

2004-08-10 Thread Jeremy Zawodny
AB "-O2 -fno-strength-reduce". > Does anyone compared this? Or it make no sense? > > PS. MySQL 4.x and FreeBSD 4.x I know that mine work. :-) I suspect you'll have a hard time finding a performance differnce between the two unless you try really hard to measure it.

Jeremy Zawodny's gcc flags or MySQL AB' for a FreeBSD?

2004-08-04 Thread Evgeny Chuykov
Good day. From these sources: http://jeremy.zawodny.com/blog/archives/000458.html http://dev.mysql.com/doc/mysql/en/FreeBSD.html Jeremy is using "-O -march=pentiumpro" and MySQL AB "-O2 -fno-strength-reduce". Does anyone compared this? Or it make no sense? PS. MySQL

Re: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-03 Thread Egor Egorov
Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > äÏÂÒÙÊ ÄÅÎØ. áÇÁ, ÄÏÂÒÙÊ, but we speak english here. :) > Usually I run configure like this: Well I don't remember the configure options used in mysql40-server port, but these are recommended. You just want to enable linuxthreads and buildstatic an

Re: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Ken Menzel
same problem and everything runs great now. Ken - Original Message - From: "adp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 30, 2004 2:58 PM Subject: FreeBSD and MySQL - mysqld eats CPU alive > I have several MySQL and FreeBSD installs across

Re: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Andrey Kotrekhov
-db \ --without-isam \ --without-innodb \ --enable-thread-safe-client because I need koi8 charset and etc... And I don't have any problem Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: Did you compile mysql from source or you use precompiled binary package? I use mysql with different versions

Re: FreeBSD and MySQL - mysqld eats CPU alive

2004-08-02 Thread Egor Egorov
Andrey Kotrekhov <[EMAIL PROTECTED]> wrote: > Did you compile mysql from source or you use precompiled binary package? > I use mysql with different versions of FreeBSD without big problems. On FreeBSD, you can compile MySQL from ports. >>> I have several MySQL and FreeBSD

  1   2   3   4   5   6   7   >