Re: Vexing permissions issue with partitioned CREATE TABLE

2008-12-05 Thread Florin Andrei
Brad Heintz wrote: I've googled extensively, searched the list archives, and exhausted every other avenue I could think of before posting to the list, but am no closer to an answer. Does anyone have any ideas? Have I missed something in the docs? SELinux? -- Florin Andrei

Re: Out of memory (Needed 8164 bytes)

2005-10-10 Thread Andrei
On Monday 10 October 2005 13:42, Hugh Sasse wrote: > On Mon, 10 Oct 2005, Andrei wrote: > > Hi list, > > Hi, > > i have a linux server with mysql 4.1.14 > > > > and i'm trying to execute a program wich read a file with 100's tohusands > > line

Out of memory (Needed 8164 bytes)

2005-10-10 Thread Andrei
ads_running| 1 | | Uptime | 158850| ++---+ 162 rows in set (0.02 sec) Thank's, Andrei -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: IIS, ASP, MySQL (was: database pooling problem)

2005-04-06 Thread Florin Andrei
t's the only one currently maintained. -- Florin Andrei http://florin.myip.org/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: power loss scenario

2005-03-30 Thread Florin Andrei
buy you so little performance gain, it's > really not worth the hassle. Wouldn't raw partitions fail less often if the power is yanked, just because there are fewer components to fail? I mean, if the database is on top of a FS, it's the database and the FS that can fail. On a ra

power loss scenario

2005-03-29 Thread Florin Andrei
ch extreme things like turning off the write cache on the disk, because that would probably kill the performance. But how about Ext3 with data=journal? Using InnoDB would be better than MyISAM? How about raw partitions? Any other tips? -- Florin Andrei http://florin.myip.org/ -- MySQL General Ma

Re: upgrading mysql on RH fedora core 3

2005-03-29 Thread Florin Andrei
On Tue, 29 Mar 2005 20:39:54 -0800, Florin Andrei <[EMAIL PROTECTED]> wrote: > On Tue, 29 Mar 2005 19:28:56 -0800, bruce <[EMAIL PROTECTED]> wrote: > > > > we're trying to install mysql/mysql-server (4.1.10a-1.i386) and are running > > into some serious pr

Re: upgrading mysql on RH fedora core 3

2005-03-29 Thread Florin Andrei
e same situation, but it's probably even more complex. If i were you, i would probably post on the fedora-test mailing list and ask the same question. Anyway, good luck and let us know how it goes. -- Florin Andrei http://florin.myip.org/ -- MySQL General Mailing List For list archives:

speed of 3.23 vs 4.1 for logging server

2005-03-29 Thread Florin Andrei
't have much time to spend tweaking the system (upgrade MySQL, recompile PHP, verify SELinux policies, etc.), but if there is a really big performance difference, i may do the effort to upgrade MySQL to the one offered in FC4-test. -- Florin Andrei http://florin.myip.org/ -- MySQL Gene

MySQL-4.0 and PHP with Red Hat 8.0

2002-10-30 Thread Florin Andrei
Anyone tried to use MySQL-4.0 and the precompiled PHP (the one from the distribution packages) in Red Hat 8.0? Any problems? -- Florin Andrei Many would-be screenwriters seem to have the impression that they can write a script based only on an idea. This is similar to the impression that many

performance with many clients

2002-09-05 Thread Florin Andrei
the machine spends too much time just with switching context between threads. My question is: what's the reasonable limit of the number of client connections to a MySQL server? Am i going to get any benefit from upgrading to MySQL-4.0? -- Florin Andrei "The world is full of bad

Re: Apache logging to MySQL

2002-08-30 Thread Florin Andrei
ySQL to collect syslog stuff, and i get _a_lot_ of messages; 30/second is not unusual, although i don't have exact numbers. You only need a reasonably fast CPU (i'm not saying get the latest one, just don't use an old one) and a reasonably fast disk I/O. And, yeah, don't index w

MySQL 4.0 and LIKE "%string%"

2002-08-29 Thread Florin Andrei
hen use this pattern to perform the search quicker. Does this optimisation depend on the existence of an index on that column, or is it used even without an index? Either way, how big is the speed improvement? -- Florin Andrei "Cryptophiles had been so enrapture

Re: How does update low priority work?

2002-06-27 Thread Andrei Cojocaru
Is there any way to tell mySQL to return immediatly? Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 02:44 Subject: Re: How does update low priority work? >

How does update low priority work?

2002-06-26 Thread Andrei Cojocaru
If you execute UPDATE LOW PRIORITY table_name .. does mySQL automatically return or does it wait for the update to execute? (that is, is it async or sync)? Andrei Cojocaru [EMAIL PROTECTED] - Before posting, please check

Re: Regarding Store Procedures

2002-06-26 Thread Andrei Cojocaru
There are no stored procedures in mySQL Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Pradeep.C.Pangi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 05:17 Subject: Regarding Store Procedures > Hi All, >

Re: please modify init.d script

2002-06-21 Thread Florin Andrei
roperly terminate connections/flushing buffers), the init hierarchy would end up SIGKILLing squid at the end, with the risk of terminating active filedescriptors, etc. You only have to SIGKILL it if indeed it takes an exagerated time to shut down, and that means there's a problem hidden som

please modify init.d script

2002-06-21 Thread Florin Andrei
elay (like "sleep 2" or something like that) to the start function in the init.d script. Or modify the start function to not return until MySQL has booted up properly. Like: while [it didn't started yet]; do sleep 1 done -- Florin Andrei "You can get excited about just any

Re: InnoDB, possible bug?

2002-05-21 Thread Andrei Cojocaru
--+ 2 rows in set (0.00 sec) Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 12:40 PM Subject: Re: InnoDB, possible bug? > Andrei, > > how many

Re: Mysql Client

2002-05-20 Thread Andrei Cojocaru
try the command line version of the client first then a GUI based one Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Federico Coco" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 9:57 AM Subject: Mysql Cli

Re: store JPG in MySQL DB

2002-05-20 Thread Andrei Cojocaru
I wouldn't know how likely it is to crash, but it will happen eventually, nothing is perfect :( Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Sherzod B. Ruzmetov" <[EMAIL PROTECTED]> To: "Andrei Cojocaru" <[EMAIL PROTECTED]>

Re: store JPG in MySQL DB

2002-05-20 Thread Andrei Cojocaru
u have heavy load, I wouldn't use it. Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Sherzod B. Ruzmetov" <[EMAIL PROTECTED]> To: "Andrei Cojocaru" <[EMAIL PROTECTED]> Cc: "Sameer Maggon" <[EMAIL PROTECTED]>; <[EM

Re: MyISAM internal algorithms

2002-05-20 Thread Andrei Cojocaru
I believe mySQL uses B-Trees (not binary trees), that's about all I know :) Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Jan Peuker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 2:59 AM Subject: MyISAM internal a

Re: Binary Data mysql_real_escape_

2002-05-20 Thread Andrei Cojocaru
are you null terminating the string? Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Sameer Maggon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 7:51 AM Subject: Binary Data mysql_real_escape_ > Hi, > Ple

Re: MySQL new-bee...

2002-05-20 Thread Andrei Cojocaru
Try: /usr/bin/mysql -uroot then when you're connected type: grant all on *.* to root@localhost identified by 'newpassword'; flush privileges; and that should work Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Suresh Pun" <[EMAIL PROTE

Re: Performances with BLOB fields in mySql

2002-05-20 Thread Andrei Cojocaru
Well how large is the BLOB field? Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 2:51 AM Subject: Performances with BLOB fields in mySql > My application (C++, mySql++, WINNT) is ver

Re: store JPG in MySQL DB

2002-05-20 Thread Andrei Cojocaru
If I were you I would not store a binary file into the database, I'd store the information required to fetch it from somewhere else like the mySQL manual suggests Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Sherzod B. Ruzmetov" <[EMAIL PROTECTED]&g

InnoDB, possible bug?

2002-05-20 Thread Andrei Cojocaru
d it doesn't use them at all. Could someone please explain this to me and give me any advice on how to fix it? Thanks for your help in advance. words to bypass filter: sql queries Andrei Cojocaru [EMAIL PROTECTED] ---

Problem with InnoDB + indexes

2002-05-19 Thread Andrei Cojocaru
lumns that are used in the query on the newsentries10 table and it doesn't use them at all. Could someone please explain this to me and give me any advice on how to fix it? Thanks for your help in advance. Andrei Cojocaru [EMAIL PROTECTED]

RENAME TABLE and locking

2002-05-15 Thread Florin Andrei
ate" into "current", then unlock "current". Will it work this way? I'm not sure what happens to locking after RENAME; if i lock "new" and RENAME it to "current", will the lock be inherited by "current"? -- Florin Andrei You know you&

please update the RPM packages

2002-02-13 Thread Florin Andrei
es" option, it works fine, thank you. But now i have the same problem with MySQL-devel. In fact, i'm asking you to make appropriate changes to all MySQL RPM packages, so that they will provide "mysql-*", not only "MySQL-*". The changes should be trivial, just as they were

please update the RPM packages

2002-02-13 Thread Florin Andrei
Guys, A while ago i asked you to modify the MySQL RPM package so that it will also provide "mysql -- Florin Andrei "U is for Universe, everything there is. Possibly a large computer simulation." - Alph

Indexes on UPDATE/DELETE

2002-02-12 Thread Andrei Cojocaru
Hello fellow mySQL users, I'd like to know if UPDATE/DELETE statements use indexes on the where statement the same way as SELECTs. If I build a SELECT using the WHERE statement that I use in an UPDATE/DELETE statement, can I use that accurately to determine what indexes mySQL will use? Als

Indexes on UPDATE/DELETE

2002-02-09 Thread Andrei Cojocaru
Hello fellow mySQL users, I'd like to know if UPDATE/DELETE statements use indexes on the where statement the same way as SELECTs. If I build a SELECT using the WHERE statement that I use in an UPDATE/DELETE statement, can I use that accurately to determine what indexes mySQL will use? Als

Squid logging

2002-01-29 Thread Florin Andrei
cking. What is the answer to that (see message below)? -Forwarded Message- From: Robert Collins <[EMAIL PROTECTED]> To: Florin Andrei <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: MySQL logging Date: 29 Jan 2002 19:44:47 +1100 - Original Message - From: "

URL encoding

2002-01-28 Thread Andrei B.
very generic CGI script for which the queries are completely controled by form parameters. I cannot URL encode all returned values, also I can't select a certain field and encde it without losing much of the generic characteristic of the script. = ing. Andrei Boros Centrul pt. Tehnologia

Re: optimize for SELECTs on multiple large tables

2002-01-25 Thread Florin Andrei
On Wed, 2001-12-05 at 16:33, Arjen G. Lentz wrote: > > - Original Message - > From: "Florin Andrei" <[EMAIL PROTECTED]> > > > SELECT event.cid, iphdr.ip_src, iphdr.ip_dst, tcphdr.tcp_dport FROM > > event, iphdr, tcphdr WHERE event.cid = iphd

Re: optimize for SELECTs on multiple large tables

2001-12-05 Thread Florin Andrei
On Wed, 2001-12-05 at 15:01, Robert Alexander wrote: > At 14:45 -0800 2001/12/05, Florin Andrei wrote: > >The problem is, MySQL-3.23.46 takes forever to return from SELECT (i let > >it run over night, in the morning i still didn't got any results, so i > >killed the q

optimize for SELECTs on multiple large tables

2001-12-05 Thread Florin Andrei
. But i want to use MySQL because i need something that can do INSERTs very fast, and MySQL is very, very good at this. The only problem is, it is slow when it comes to SELECTs on multiple large tables, and i'm not sure how to optimize it for that.) -- Florin Andrei "Engin

MySQL and SSL

2001-08-07 Thread Andrei B.
your local machine. You will also need openssl or ssleay and to create a certificate. Self signed is acceptable. Example: MySQL runs on port 3306 and accepts connections only from localhost. sslwrap runs on port 3305 and forwards to local port 3306. = ing. Andrei Boros Centrul pt

perl API

2001-08-01 Thread Andrei B.
our. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.

perl modules

2001-08-01 Thread Andrei B.
Given a Linux system without MySQL and without installing either the source+compile or the binary ditribution on it, how can I install the PERL modules on this system, so it can act as a client ? Thank you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de

grant FILE privilege SECURITY hole

2001-07-12 Thread Andrei B.
SERT, DROP ON logs.* TO 'www'@'localhost' | +---+ Why is it listed as "DROP" ? User is able to do a LOAD DATA LOCAL INFILE ... !!! Also, user is able to DROP tables in that datab

perl module for MySQL

2001-06-04 Thread Andrei B.
How can I install the perl MySQL module (along with DBI) on a system that will only be used as a client without installing the MySQL source tree ? Thank you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune

DECIMAL type

2001-06-04 Thread Andrei B.
Is it possible to use in MySQL 3.23.xx data type DECIMAL with 20 (maybe more) significant digits? Tests so far failed above 16 digits. Thanks you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune

Re: What's the best os?

2001-06-01 Thread Florin Andrei
g a modified Red Hat 7.1 kit, able to install itself directly on XFS, from here: http://oss.sgi.com/projects/xfs/1.0_installer.html -- Florin Andrei - Before posting, please check: http://www.mysql.com/manual.php (

Re: MySQL 3.23.38 released

2001-05-16 Thread Florin Andrei
to leave it to you to test the gcc-2.96 binaries... Regards, -- Florin Andrei "All operating systems suck. Linux just sucks less" - an MIT guy - Before posting, please check: http://www.mysql.com/manual.php (the m

Re: MySQL 3.23.38 released

2001-05-16 Thread Florin Andrei
e package with different name... no success. Now, that's silly. Where can i find the required package? What is the reason that you provide the MySQL-bench package if it cannot be installed? -- Florin Andrei "All operating systems suck. Linux just

Re: MySQL 3.23.38 released

2001-05-15 Thread Florin Andrei
t work with egcs/kgcc (same thing), but it's supposed to. It does work with gcc, but it's not supposed to. :-) Now what? How are YOU building the RPM packages? Which distribution / compiler / version / blah-blah ??? -- Florin Andrei "All operating systems suck. Linux just

Re: MySQL 3.23.38 released

2001-05-15 Thread Florin Andrei
" is available, and use the latter instead) -- Florin Andrei "database, we have a problem" - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (

Re: MySQL 3.23.38 released

2001-05-14 Thread Florin Andrei
t work (see previous problem). What next? :-/ The patch for the .spec file that makes your binaries play well together with the Red Hat collection :-P is attached to this message. It's just a microscopic modification to the "Provides" line, and it shouldn't do any harm. Please

Re: red hat 7.1 rpm --rebuild error

2001-04-30 Thread Florin Andrei
: Bad exit status from /var/tmp/rpm-tmp.21106 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.21106 (%build) [root@two /root]# However, the compiler is installed, and it works (i have some other programs build on that system). database,sql,query :-P -- Florin Andrei

MySQL and StarOffice

2001-04-25 Thread Andrei B.
inputing data into my database that will make more than one insert to more than one table ? I already tried to build with autopilot 2 forms then copy all boxes from one form to another. However, only the form's original fields will be inserted into a table. Thank you. = ing. Andrei Boros Ce

Tricky SQL query

2001-04-23 Thread Andrei Zmievski
hose features should be active for, but no luck so far. Any ideas? -Andrei * Non-volatile, random-access, analog memory store... a book. * - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://li

Re: MYSQL Problem

2001-04-16 Thread Andrei Cojocaru
Okay just checking a few basic things, have you indexed your table properly? There is a manual section about performance, also make sure to play around with the mysql configuration file (global one in /etc/my.cnf) >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: MYSQL Problem >Date: Mo

Re: Problem - Possible Bug?

2001-04-16 Thread Andrei Cojocaru
gt; >>From: Sasha Pachev <[EMAIL PROTECTED]> >>To: "Andrei Cojocaru" <[EMAIL PROTECTED]> >>CC: [EMAIL PROTECTED], [EMAIL PROTECTED] >>Subject: Re: Problem - Possible Bug? >>Date: Mon, 16 Apr 2001 08:25:26 -0600 >>MIME-Versio

Re: Problem - Possible Bug?

2001-04-16 Thread Andrei Cojocaru
as I said before I can give you root access on the machine which I believe would be easier for you to disagnose the problem. >From: Sasha Pachev <[EMAIL PROTECTED]> >To: "Andrei Cojocaru" <[EMAIL PROTECTED]> >Subject: Re: Problem - Possible Bug? >Date: Mon

Re: Please assist me?

2001-04-16 Thread Andrei Cojocaru
I suggest you get 3.23.36 it's the latest. >From: "Thomas Morton" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Please assist me? >Date: Mon, 16 Apr 2001 14:35:50 +0100 >MIME-Version: 1.0 >Received: from [192.58.197.162] by hotmail.com (3.2) with ESMTP id >MHotMailBCA4429B00C94004370AC0

Re: How to apply a patch?

2001-04-16 Thread Andrei Cojocaru
ROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >Message-ID: <[EMAIL PROTECTED]> >In-Reply-To: <[EMAIL PROTECTED]> >References: <[EMAIL PROTECTED]> >X-Mailer: VM 6.72 under 21.1 (patch 12) "GTK" XEmacs Lucid > >Andrei Cojocaru writes: > &

How to apply a patch?

2001-04-16 Thread Andrei Cojocaru
Hello sorry for my ignorance but how do I apply a patch [diff file] to the mysql source? Thanks for your help. -Andrei Cojocaru _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: Problem with mysql++, Aborted (core dumped)

2001-04-15 Thread Andrei Cojocaru
I suggest you try the mySQL C API and see if that works first. -Andrei Cojocaru >From: Luis E. Cruz Campos <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Problem with mysql++, Aborted (core dumped) >Date: Mon, 16 Ap

Re: www.kwwda.org

2001-04-15 Thread Andrei Cojocaru
I suggest PHP it's the easiest to learn. >From: "Rolf Hopkins" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: www.kwwda.org >Date: Mon, 16 Apr 2001 09:57:15 +0800 >MIME-Version: 1.0 >Received: from [192.58.197.162] by hotmail.com (3.2) with ESMTP id >MHotMailBCA3

Problem - Possible Bug?

2001-04-15 Thread Andrei Cojocaru
dle_connections_sockets(0); ... (gdb) info locals No locals. ... (gdb) up #11 0x804b29d in _start () ... (gdb) info locals No symbol table info available. If any of the developers would like access to my machine, I can provide it through ssh and you can see for yourself. I hope the solution

Berkeley DB and Slackware

2001-04-10 Thread Andrei B.
Did anybody succeed in compiling MySQL and Berkeley DB on a Slackware 7.x system and not get a SIGSEGV? Please let me know how you did it. Thank you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune

MySQL binary with BerkeleyDB

2001-04-10 Thread Florin Andrei
I saw that MySQL now includes BDB in the source tree. When will be released a binary package with BDB and transactions support already compiled? I'm interested in the Linux, Irix and Windows versions. -- Florin A

Re: lots of clients

2001-04-03 Thread Florin Andrei
y) will surely send more. > I've seen people > report their MySQL installs doing hundreds or thousands of queries per > second, and not even phasing the machine. Ok, this sounds encouraging. ;-) -- Florin Andrei -

lots of clients

2001-04-03 Thread Florin Andrei
What is the maximum number of connections MySQL can handle? I would like to use MySQL as a logging server, for some 500 machines, but i'm not sure it is able to handle so many simultaneous connections (the clients will do only INSERT or INSERT DELAYED). -- Florin A

insert delayed

2001-03-29 Thread Florin Andrei
What happens if i use INSERT DELAYED and the client sends a lot of messages, much more that mysql is able to handle? (like when you log to a sql database, and you got lots of messages) -- Florin Andrei - Before posting

MySQL and StarOffice database via ODBC

2001-03-28 Thread Andrei B.
hing about staroffice. Thank you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.

mysql 3.23.32 compiled only works without BDB!!!

2001-03-07 Thread Andrei B.
ysql, even before BDB introduction, always the same error with a compiled server. Please help. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune __ Do You Yahoo!? Get email at your own domain with Yahoo! M

SIGSEGV, mysqld 3.23.32

2001-03-01 Thread Andrei B.
7ELF\1\1\1\0\0\0\0\0\0\0\0\0\3"..., 4096) = 4096 mmap(0, 233784, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x401a4000 mprotect(0x401dc000, 4408, PROT_NONE) = 0 mmap(0x401dc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x37000) = 0x401dc0

Segmentation fault.

2001-02-06 Thread Andrei B.
= ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions

Re: Linux limited to 256 connections by default?

2001-02-01 Thread Andrei Cojocaru
well I believe this has to do with the file descriptors, but I use RH 7.0 and you can change the file descriptor max under /proc/sys/fs/file-max and inode-max On Thu, 1 Feb 2001, Chuck Carson wrote: > > I was under the impression ulimit controlled this, but someone just told me > that by defaul

RE: Are index file only for querying?

2001-01-30 Thread Andrei Cojocaru
does not matter you are signed up for this mailing list, to unsubscribe send an email to [EMAIL PROTECTED] with any subject or text message your heart desires, but make sure you use the email that you are subscribed with on the mailing list On Wed, 31 Jan 2001, Ha Linh Don wrote: > HEllo, > > M

Re: AND on a many to many table, with arbitrary ANDs

2001-01-30 Thread Andrei Cojocaru
if my understanding is correct just have two joins using ors for the categories :-) On Tue, 30 Jan 2001, Beasley, Julien wrote: > Hello everyone, > > I am in the process of building a search engine on a database. I have two > tables that have a many-to-many relationship: A story table and a cat

RE: Mysqld eats up RAM and CPU

2001-01-30 Thread Andrei Cojocaru
on my server which runs an online game the values are all in the megabytes On Wed, 31 Jan 2001, Tony Shiu wrote: > I wonder the normalization and indexing of tables, Awa the complexity of > queries submitted to server. For those variables you mentioned I use in > production without significantly

Re: Does this list support replication questions??

2001-01-29 Thread Andrei Cojocaru
nope sorry On Mon, 29 Jan 2001, Ricardo Kleemann wrote: > Hi everyone, > > I have twice posted a problem with replication and have since seen 2 or 3 > others post with similar replication questions and problems. > > However I have yet to see ANYONE respond to any of those posts. > > I dont u

gemini

2001-01-29 Thread Andrei Cojocaru
Where can we find more information about gemini and when it will be done exactly (date)? -- -Spinlock EmpireQuest Creator http://www.empirequest.com - Before posting, please check: http://www.mysql.com/manual.php (the man

Re: Very slow to connect

2001-01-29 Thread Andrei Cojocaru
increase the number of connections allowed, that might be it On Mon, 29 Jan 2001, Leonardo Dias wrote: > I don't know if any of you people have ever had this trouble, but it's > been a messy one here. > > Whenever a website of ours get lots of traffic, MySQL gets too slow to > connect. Whenever

Re: select-Problem

2001-01-28 Thread Andrei Cojocaru
so you want to list all of them starting with the highest level and going up to the lowest level? On Mon, 29 Jan 2001, Oliver Joa wrote: > Hi, > > I have a recursive Problem. I have a Table with columns "id", "name" and > "pid". E.g: > > name1 > name11 > name12 > name121 > name122

Changes in 3.23.3x

2001-01-28 Thread Andrei Cojocaru
Where can I see a list of changes that were made in 3.23.3x versions of mySQL? -- -Spinlock EmpireQuest Creator http://www.empirequest.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) ht

Re: MySQL and GUI or CLI, was: really really new

2001-01-28 Thread Andrei Cojocaru
rminal app? > (various Unix shells.) > i think i need a GUI to start though, don't you? > > At 11:48 AM -0700 1/28/01, Andrei Cojocaru wrote: > >there is the mysql command-line client, it's under bin under the > >mysql

Re: really really new

2001-01-28 Thread Andrei Cojocaru
there is the mysql command-line client, it's under bin under the mysql base directory, it's called mysql on UNIX and mysql.exe on win32 :-) command line all the way!

Re: Key trouble

2001-01-23 Thread Andrei Zmievski
ields, but I will also need to have an individual indexes on those fields as well - is that a good way to do it? -Andrei As I was going up the stair, I met a man who wasn't there. He wasn't there again today. I wish, I wish he'd stay away.

Key trouble

2001-01-23 Thread Andrei Zmievski
on_ID,Status | NULL |NULL | NULL | 10440 | where used || +--+--+---+--+-+--+---++ 1 row in set (0.00 sec) Why isn't it using index on the last query? -Andrei "When I get a little money, I

Re: VARCHAR comparison problem

2001-01-20 Thread Andrei Zmievski
At 06:34 PM 1/20/01 -0800, Jeremy D. Zawodny wrote: >MySQL does trailing whitespace removal on all VARCHAR data as >described in the manual. Hmm, well that presents a problem in my application that counts on exact comparisons - I guess a way to do it is to use 'like' instead o

VARCHAR comparison problem

2001-01-20 Thread Andrei Zmievski
rch. Can anyone shed light on this issue? This is with the 3.23.30-gamma. -Andrei * We are not a clone. * - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (t