Re: innodb

2003-09-23 Thread Gustavo A. Baratto
Even with brand new log files, I got the messages again: 030923 13:37:10 InnoDB: Error: page 2621 log sequence number 0 758479545 InnoDB: is in the future! Current system log sequence number 0 330424282. InnoDB: Your database may be corrupt. 030923 13:37:10 InnoDB: Error: page 2622 log sequence

Re: innodb

2003-09-23 Thread Gustavo A. Baratto
I haven't touched the log or the data files before or after I upgraded mysqld... Well, now I recreated the log files and so far that error didn't show up again. let's pray :) thank you very much Heikki Tuuri wrote: Harald, 030923 15:10:14 InnoDB: Error: page 53 log sequence number 6 19041

innodb

2003-09-22 Thread Gustavo A. Baratto
Does anybody know what this error is all about? and how do to get rid of it... It started when I upgraded 4.0.13 to 4.0.15 --- 030922 5:17:30 InnoDB: Error: page 1 log sequence number 0 768348475 InnoDB: is in the future! Current system log sequence number 0 330400180. InnoDB: Your data

Re: Large number of Databases

2003-09-18 Thread Gustavo A. Baratto
I already use linuxthreads for freebsd... Do you think mysql would run well with the new threads for freebsd 5.XX? Did anybody try it? thanks Jeremy Zawodny wrote: On Thu, Sep 18, 2003 at 10:51:49AM -0300, Gustavo A. Baratto wrote: no problem for me... 1000+ DBs on RH linux (ext3 fs), then

Re: optimize tables and innodb

2003-09-18 Thread Gustavo A. Baratto
from the manual: - 7.5.12.3 Defragmenting a Table If there are random insertions or deletions in the indexes of a table, the indexes may become fragmented. By fragmentation we mean that the physical ordering of the index pages on the disk is not close to the alphabetical ordering of the

Re: optimize tables and innodb

2003-09-18 Thread Gustavo A. Baratto
from the manual: - 7.5.12.3 Defragmenting a Table If there are random insertions or deletions in the indexes of a table, the indexes may become fragmented. By fragmentation we mean that the physical ordering of the index pages on the disk is not close to the alphabetical ordering of the

Re: Large number of Databases

2003-09-18 Thread Gustavo A. Baratto
no problem for me... 1000+ DBs on RH linux (ext3 fs), then moved it to freebsd 5.1 (almost 1500). Linux is probably faster because of the kernel based thread, but I like BSD. You definetely have to tune your my.cnf... use thread and query cache, increase the key buffer, optimize tables very oft

InnoDB error

2003-09-18 Thread Gustavo A. Baratto
Hello, I started getting this error since I upgraded from mysql 4.0.13 to 4.0.15: 030918 7:17:13 InnoDB: Error: page 12412 log sequence number 0 670697749 InnoDB: is in the future! Current system log sequence number 0 186563990. InnoDB: Your database may be corrupt. any idea how to get rid of t

deleting old odbc driver

2003-07-30 Thread Gustavo A. Baratto
I want to remove the old 2.50 myodbc driver. I installed a new version of myodbc, and the old driver is still being diplayed in the list... I know this is not really a mysql problem, but I'm not much of a windows user and google didn't return good results this time... maybe someone here could gi

Re: What is a good benchmark?

2003-07-23 Thread Gustavo A. Baratto
I got disappointing results compared with the ones posted here:with a dual xeon 2Ghz, 2GB ram, freebsd 5.1, mysql mysql> SELECT BENCHMARK(100,ENCODE("hello","goodbye")); +--+ | BENCHMARK(100,ENCODE("hello","goodbye")) | +---

Re: stopping innodb engine

2003-07-10 Thread Gustavo A. Baratto
- Original Message - From: "Paul DuBois" <[EMAIL PROTECTED]> To: "Gustavo A. Baratto" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:31 PM Subject: Re: stopping innodb engine > At 21:47 + 7/9/03, Gustavo A. Baratto wr

stopping innodb engine

2003-07-09 Thread Gustavo A. Baratto
Greetings, What happens if I use the command below when innodb engine is running? set global have_innodb=0; I want to stop innodb engine without stopping the whole server for backup (most tables are myisam). Any ideas on how to do that? Thank all -- MySQL General Mailing List For list arc

Re: Hi CPU on FreeBSD

2003-06-09 Thread Gustavo A. Baratto
user, 1.8% nice, 1.2% system, 0.2% interrupt, 96.9% idle Jeremy Zawodny wrote: On Mon, Jun 09, 2003 at 01:41:00PM +0000, Gustavo A. Baratto wrote: the load average in my freebsd 5.0 (latest releng) compiled statically with linuxthreads decreased 80% after I tunned these variables: What

Re: Hi CPU on FreeBSD

2003-06-09 Thread Gustavo A. Baratto
the load average in my freebsd 5.0 (latest releng) compiled statically with linuxthreads decreased 80% after I tunned these variables: set-variable = key_buffer_size=100MB set-variable = read_buffer_size=5M set-variable = table_cache=500 set-variable = max_delayed_threads=0 set-variable = max_use

threads not being killed

2003-06-06 Thread Gustavo A. Baratto
Greetings, we running mysql 4.0.13 compiled statically with linuxthreads on freebsd 5.0 (SMP). The problem is that a few connections are not dying after the wait_timeout and interactive_timeout expired. The only pattern we can see here is that mysql clients like jakarta-tomcat (jdbc), and wi

Re: threads not being killed

2003-06-06 Thread Gustavo A. Baratto
times :) - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Gustavo A. Baratto" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 8:06 PM Subject: Re: threads not being killed > On Thu, Jun 05, 2003 at 1

Re: Lost connection to MySQL server during query at ... After upgrade to 3.23.54

2003-01-15 Thread Gustavo A. Baratto
You can use --skip-name-resolve when starting mysqld, but this is not a real solution. Even doing that,'I'm still having some odd problems I never had before, like table corruption (I'm on 4.0.8 though) - Original Message - From: "Patrick de Kievit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Lost connection to MySQL server during query

2003-01-15 Thread Gustavo A. Baratto
This old bug reappeared after the upgrading mysql from version 3.23.54a (rpm provided by mysql.com) to version 4.0.8-gamma (binary provided by mysql.com as well). Using redhat 7.1 glibc 2.2.4-31 (which is supposed to fix this problem) This server has glibc 2.2.4-31 installed for quite a while, a

Re: mysql.sock??

2001-12-19 Thread Gustavo A. Baratto
Hi Mike. Check if you data directory is in: /usr/local/mysql/var as specified in your startup script, or in: /var/lib/mysql On redhat using the binary distribution, the data dir is in /var/lib/mysql -- On December 19, 2001 06:19 pm, Mike Blain wrote: > I keep trying

mysql usernames

2001-12-18 Thread Gustavo A. Baratto
Hi, I've changed the length of the field 'user' in the table 'user' in the mysql DB, to varchar(128), because we need longer names to identify our users based on their domain names. Something like: each user is identified by a valid domain name. The same thing we are doing with the DB field.

myodbc

2001-12-11 Thread Gustavo A. Baratto
Greetings, We modified our db, host, and user tables (in mysql db) in order to have bigger db names, users... Just 16 characters is really not enough for us. Now the problem: Some of our users use myODBC to connect to their databases. And that driver does not accept db names with more than 16

Re: replication

2001-12-07 Thread Gustavo A. Baratto
ith a clustering solution... Thanks, Gustavo On Thu, 2001-12-06 at 23:34, Jeremy Zawodny wrote: > On Thu, Dec 06, 2001 at 07:42:29PM -0800, Gustavo A. Baratto wrote: > > Hi Guys, > > > > The documentation in http://www.mysql.com/doc/R/e/Replication.html , > > is not clear en

Re: Replication Problem on MySQL 3.23.45/Win32

2001-12-07 Thread Gustavo A. Baratto
I'm not sure, But I don't think symbolic links are allowed on win2k... Take a look into this... Regards, gustavo On Fri, 2001-12-07 at 12:04, A. Clausen wrote: > I have been using replication for several months between to Win2k machines. > Last week I upgraded to MySQL 3.23.45, an

replication

2001-12-06 Thread Gustavo A. Baratto
Hi Guys, The documentation in http://www.mysql.com/doc/R/e/Replication.html , is not clear enough regarding using replication for load balancing. I understand that the load balance can just be done on SELECTS. And the documentation says that "The extra speed is achieved by sending a part of the