Too many mysqld-max processes!!

2002-07-11 Thread balteo
Hello, I am running mysql on linux and I have too many mysqld-max processes running at the same time. Why is that and what can I do about it apart from killing the processes after every boot? Thanks in advance, Balteo

Nested queries and joins

2002-06-16 Thread Balteo
that a user does not have. Can anyone help? Thanks in advance, Balteo. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

InnoDB logs

2002-05-27 Thread Balteo
and the innodb logs? (apart from the fact that update logs are used in case of a manual recovery and innodb logs are used in case of a automatic recovery.) Thanks in advance, Balteo. - Before posting, please check: http

3.23.50???

2002-05-05 Thread balteo
What's going on at Mysql?? When can we expect 3.23.50??? Balteo. - Original Message - From: Rodrigo PĂ©rez [EMAIL PROTECTED] To: Sent: Sunday, May 05, 2002 11:32 PM Subject: Re: Optimization Thanks Jay, Actually what i want to do is much more simple. I want to have on the same

InnoDB's inner workings and checkpoints

2002-04-28 Thread Balteo
if it is wrong. Thanks in advance, Balteo. - 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

Help with mysql installation

2002-04-27 Thread Balteo
in advance, Balteo. - 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

What is the completion hash??

2002-04-13 Thread Balteo
Can anyone tell me what the completion hash is please? Where can I find documentation about the completion hash? Thanks in advance, Balteo. sql,query - Before posting, please check: http://www.mysql.com/manual.php

Help restoring data with mysqlbinlog

2002-04-08 Thread balteo
Victoria, Thanks for replying. How does one know what parameter to pass on as position, in other words how do I know from what point to start the roll-forward from the binlog? What's more what format is this parameter? (timestamp, integer??) Thanks, Balteo. P.S. I tried mysqlbinlog --help

Help restoring data with mysqlbinlog

2002-04-07 Thread balteo
mysqldump stopped. It is on this second point that I would be grateful to get some help. My question is specifically: how does one know the value of the parameter position to pass on to mysqlbinlog? Thanks in advance, Balteo. (NOTE: this is a rephrased post of an earlier post that may have

mysqlbinlog: Duplicate entry '1' for key 1

2002-04-06 Thread Balteo
using mysqlbinlog I am having the above problem at the second stage and what's more, I don't understand how mysql is supposed to know from what point to start the restore from. Thanks in advance, Balteo. - Before posting

Re: DESPERATE NEED FOR HELP!!!!!

2002-04-04 Thread Balteo
Why don't you create a php script that generates SQL instead of HTML; i will repopulate your database acting as a dump? I know it will take some time to develop... Balteo, John Parsons wrote: I have just been a complete muppet and trashed the tables in my database and don't have a recent

InnoDB monitor

2002-03-24 Thread balteo
Hi, Can anyone tell me how to use the InnoDB monitor please. After creating the table with the following command: CREATE TABLE innodb_monitor(a int) type = innodb; I don't know where to watch the output from the InnoDB monitor. Can anyone help? Balteo. (sql,query