A problem with privileges

2005-07-08 Thread Kaplenko Vitalij
Hi everyone, My environment: - Linux 2.6.7-1.7asp #1 Thu Jul 15 17:36:07 YEKST 2004 i686 i386 GNU/Linux - server version: 4.0.13 I wrote a script-SQL like this: #Begin of script-SQL ... DATA_BEGIN=$1 DATA_END=$2 TIME_BEGIN=$3 TIME_END=$4 USER_NAME=$5 PRICE=$6 CUR_TABLE=acc_cur

RE: Connections and open files weirdness?

2005-07-08 Thread Martijn van den Burg
Hi, Your value 256 for open_files_limit is too low. Set it at least to several thousands. See: http://dev.mysql.com/doc/mysql/en/not-enough-file-handles.html Thanks for the link, I already knew of it ;) It is low and I intend to raise it, but my operating system's ulimit is still 256 at

Attention of Estate Agents Inmobilaria ONLY

2005-07-08 Thread Daydreamvillas
DAYDREAM VILLAS Gençlik Mah. Isiklar Cad. Nizam Kat:1 No:55 074100 Antalya - Turkiye e mail [EMAIL PROTECTED] Website: http://www.daydreamvillas.co.uk/turkey/turkey-property-p1.htm Dear Sirs Are you interested in promoting and offering to your clients Prime Investment and Holiday Property

Delivery reports about your e-mail

2005-07-08 Thread juventusfan
Dear user mysql@lists.mysql.com, mail server administrator of lists.mysql.com would like to inform you Your e-mail account was used to send a huge amount of spam during the recent week. Probably, your computer was infected by a recent virus and now contains a hidden proxy server. Please

Returned mail: see transcript for details

2005-07-08 Thread chrishani
The message was not delivered due to the following reason: Your message could not be delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

how i can log client connections?

2005-07-08 Thread Francesco Dalla Ca'
How i can log (somewhere) the client connections on the mysql server, without enabling the general-query log? Please give me some help or pointers... Best regards. -- === CINECA Via Magnanelli 6/3 40033 Casalecchio di Reno (Bologna)

To split or not to split columns

2005-07-08 Thread Mathias
I have an index char column in the format -bb-cc-dd where a,b,c and d are integers Most of the time, the whole column will be searched for. But it will sometimes be necessary to search for the substring in b or d (or a combination of both) Thus if I split them up, they will need to be

RE: To split or not to split columns

2005-07-08 Thread Thomas Sundberg
-Original Message- From: Mathias [mailto:[EMAIL PROTECTED] Sent: den 8 juli 2005 11:50 To: mysql@lists.mysql.com Subject: To split or not to split columns I have an index char column in the format -bb-cc-dd where a,b,c and d are integers You want to normalize your

Re: database structure question...

2005-07-08 Thread Ian Sales (DBA)
bruce wrote: hi... i'm considering an app where i'm going to parse a lot of colleges (~1000) faculty information. would it be better to have all the faculty information in one large table or would it be better/faster to essentially place each college in it's own separate table, and reference

Returned mail: see transcript for details

2005-07-08 Thread owner-dais-wg
Your message was not delivered due to the following reason(s): Your message could not be delivered because the destination computer was unreachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most

Re: database structure question...

2005-07-08 Thread David Bevan
You may want to look into normalization to keep everything organized. However if you want pure query speed, you will have to de-normalize some of your tables to get optimum speed. Have a look here for info on normalization: http://databases.about.com/od/specificproducts/a/normalization.htm HTH

Re: To split or not to split columns

2005-07-08 Thread Brent Baisley
In terms of read performance, you won't see much difference splitting them up within the same table. What will degrade the write performance is adding of additional indexes since they will need to be updated on every write. Indexing will obviously speed up search performance (~read). I think

MyISAM vs InnoDB ----- Incorrect key file for table error

2005-07-08 Thread Praveen KS
Hi, In a table of 20,000 records I am frequented with this error: Error 1034: Incorrect key file for table: ''; try to repair it Frequency of this error: Three or four times a week. I am logging the data it was trying to insert or update. After I, repair table tablename if, I try to