Mysql 4.1. my-large.cnf or my-medium.cnf? Dual Opteron web server 2gb memory

2005-07-30 Thread Oleg Rusanov
q_per_s select_index2 0 0 21777.24 --/my-large.cnf-- -- Regards, Oleg Rusanov Molecon mailto:[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: replication in 5.0.0-alpha

2004-04-21 Thread Oleg P. Philon
Hi, collegues On Sat, Apr 17, 2004 at 05:19:16PM +0300, Oleg P. Philon wrote: > Have I use precompiled binaries from ftp.mysql.com? Ya, I have to > Is there working setups with 5.0.0 and replication? Again yes, in mein setup at last Auf Wiederlesenophil a

replication in 5.0.0-alpha

2004-04-17 Thread Oleg P. Philon
ries from ftp.mysql.com? Is there working setups with 5.0.0 and replication? Auf Wiederlesenophil aka Д-р Антикоммуний -- Oleg P. Philon http://gomelug.agava.ru/articles Linux Lab, Gomel, Belarus mailto:ophil(at)gomelug.agava.ru http://anticommunist.narod.ru mailto:ant

MySQL FreeBSD LinuxThreads

2002-07-15 Thread Oleg Borodkin
ey are all sleeping except 2 or 3). Thanking you in advance, Oleg Borodkin - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thre

Re: 97% CPU MySQL freeze Problem

2002-01-31 Thread Oleg Prokopyev
l) >http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Regards, Oleg Prokopyev OAP4-RIPE -

Re: mysqld & freebsd

2002-01-25 Thread Oleg Prokopyev
Jeremy Zawodny wrote: > > On Thu, Jan 24, 2002 at 12:19:12PM +0200, Oleg Prokopyev wrote: > > Ken Menzel wrote: > > > > > > Hi Oleg, > > > There is some sort of thread problem with freebsd but it usuually is > > > not that bad. How did

Re: mysqld & freebsd

2002-01-24 Thread Oleg Prokopyev
Ken Menzel wrote: > > Hi Oleg, > There is some sort of thread problem with freebsd but it usuually is > not that bad. How did you compile MySQL? I would recommend using the > ports version of Mysql (cd /usr/ports/databases/mysql-3.23-server) . > Look at the makefile if you

mysqld & freebsd

2002-01-23 Thread Oleg Prokopyev
hello i got the following problem freebsd 4.4 stable mysql3.23.47 when i start it - it works - but after 10-15 minutes cpu usage became about 100% and mysqld do not responds to any query any idea? -- Regards, Oleg Prokopyev OAP4-RIPE

REPLICATION Question

2001-12-10 Thread Sobolyev Oleg
: Incorrect magick number or wrong position of bin-log etc...) OS - Linux: RH 2.2.14-5.0smp kernel. MySQL 3.23.37 Thanks! With best regards, ---> Oleg Sobolyev -> System administrator ---> ONLY.COM LTD -> mailto:[EMA

Trouble with load large data

2001-08-01 Thread Oleg Ternovoi
wing error: 134 - Record was already deleted (or record file crashed) I can't restore this table by isamchk because it crashs with Segmentation fault. Thanks in advance. -- Oleg Ternovoi ICQ UIN: 55645036 - Before p

REPLICATION problem (bad magic number)

2001-05-31 Thread oleg
>Description: Problem with setup replication between 2 hosts. Log file on slave hosts says: 010531 12:25:40 Slave: reconnected to master '[EMAIL PROTECTED]:3306',replication resumed in log 'FIRST' at position 4 010531 12:25:40 Error reading packet from server: Binlog has

Re: problem with performance

2001-02-06 Thread Oleg
U on U.serviceid=S.serviceid WHERE U.userid='ulrika0' AND U.inmethods LIKE '%INVITE%' ORDER BY U.priority; And make 2 indexes on tables 1. on S - serviceid,exeurl 2. on U - serviceid,userid,inmethods,priority Hope it help y