MySQL 5.1.31 crashes when do insert

2009-12-18 Thread Kurian Thayil
Hi, Installed compiled mysql-5.1.31 in a centOS 4.4 box. When tried to execute an insert query I get Error 2013. In fact mysql server crashes and restarts. *mysql> INSERT INTO `session_table` VALUES (2,'2',122,'38507720d9d18aede22a2346571a35e7','2009-03-18 10:50:57'); ERROR 2013 (HY000): Lost co

Re: Help Save MySQL

2009-12-18 Thread Robert Canary
I have to disagree, your degrading the open community that built MySQL (well supported it anyway). But now that it is doing well, your saying they aren't good enough, after the fact they already built it. Yet it is good enough to for SUN and Oracle to buy. As a small business owner, the last t

RE: Fwd: Re: Help Save MySQL

2009-12-18 Thread Shawn McKinley
Wow, so you are saying that MySQL is comparable to access eh? Have you looked at MySQL at all (I sure would hope so if you work for sun and are on a MySQL list)? Or maybe Wikipedia, Amazon, Cox Communications, craigslist, Ebay, Facebook, Flickr, Google, Orbitz, Twitter, Yahoo!, YouTube, etc.,

Re: Fwd: Re: Help Save MySQL

2009-12-18 Thread Douglas Nelson
You guys are incredibly naive, Oracle has promised to support MySQL for the next 5 years. Who better to have stewardship of a database product then the leading database supplier. I think you guys have visions of grandeur to think you could spend this kind of effort or resources to build a bett

Re: Fwd: Re: Help Save MySQL

2009-12-18 Thread Peter Brawley
Actually just $8.95/year, I just registered save-mysql.org. Anybody want to help set up the page? PB - Peter Brawley wrote: Twenty bucks a year to hold the domain name. I'll do it if a couple of folks volunteer to help set up the page. PB - Bruno B. B. Magalhães wrote: Lets regis

Re: Fwd: Re: Help Save MySQL

2009-12-18 Thread Bruno B. B. Magalhães
Peter and all, I will register and host it, without charging anyone anything, neither use it for any kind of advertising or anything besides to create a hub for this champain. I just want to give something back to the initiative and the community that helped me so much in the past... I su

Re: Help Save MySQL

2009-12-18 Thread Michael Katz
You wanna help MySQL? Here's an idea - buy something. Everyone wants great software for free but the paid conversion rates on open source are a joke. I know nothing of MySQL numbers for conversion to paid versions but I would guess they are low. Unfortunately the reality is that open source

Re: Fwd: Re: Help Save MySQL

2009-12-18 Thread Peter Brawley
Twenty bucks a year to hold the domain name. I'll do it if a couple of folks volunteer to help set up the page. PB - Bruno B. B. Magalhães wrote: Lets register the domain www.keep-mysql-open.com, build a champain, and ask all our partners, clients and friends to support to it? And let's

Fwd: Re: Help Save MySQL

2009-12-18 Thread Bruno B. B. Magalhães
Lets register the domain www.keep-mysql-open.com, build a champain, and ask all our partners, clients and friends to support to it? And let's make some noise... Let's engage the society and big companies like Google, Facebook, twitter, 37Signals, Amazon, Percona, etc. And starting talking to the

Re: Help Save MySQL

2009-12-18 Thread mos
Instead of forming a group hug and singing kumbuya to save MySQL, why don't we take some action to prevent Oracle from keeping (destroying/crippling) MySQL? Who are the regulatory bodies that will decide whether Oracle can keep MySQL? Both in Europe and North America? Asia? What are their ema

Re: MySQL shutting down because of Operating system error 1784

2009-12-18 Thread Cagdas CUBUKCU
Ok, it's been some time since this problem, but we could finally resolve it. I wanted to report back here so it gets archived and helps anyone who has a similar problem in the future. Since the server is a virtual server, there is a Sync Driver that quiescies the hard drive before VMWare takes a s

RE: Innodb buffer pool size filling up

2009-12-18 Thread Jerry Schwartz
>-Original Message- >From: machiel.richards [mailto:machiel.richa...@gmail.com] >Sent: Friday, December 18, 2009 12:33 AM >To: mysql@lists.mysql.com >Subject: RE: Innodb buffer pool size filling up > >Good Morning all > > QUOTE: "We have a MySQL database where the >

Mysql Keeps crashing

2009-12-18 Thread Manasi Save
Hi All,Sorry forgot to mention subject in earlier message.I am running normal mysql and I am trying to insert one entry in one database table.The logs I am getting are as follows:-Version: '5.1.38-community'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL)091218  5:26:

Re: Importing large databases faster

2009-12-18 Thread Brent Clark
On 17/12/2009 17:46, mos wrote: "Load Data ..." is still going to be much faster. Mike Hiya If you using on Linux and using LVM, look at mylvmbackup. HTH Brent Clark -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mys

RE: RE: Innodb buffer pool size filling up

2009-12-18 Thread machiel.richards
Thank you very much. This now explains a lot. From: Claudio Nanni [mailto:claudio.na...@gmail.com] Sent: 18 December 2009 10:05 AM To: machiel.richards Cc: mysql@lists.mysql.com Subject: Re: RE: Innodb buffer pool size filling up Machiel, That is how it is supposed to w

Re: RE: Innodb buffer pool size filling up

2009-12-18 Thread Claudio Nanni
Machiel, That is how it is supposed to work. You assign a certain amount of memory(RAM) to it and the database engine then manages it. It is highly desirable that this buffer is fully used, and if the growing curve is slow it is because it is not undersized. If you really need more ram for other us