That is what I suspected. I suffer the same.
The problem is buggy PHP persistent connection code. The "almost good"
solution was presented to PHP people by Steven Roussey
(http://marc.theaimsgroup.com/?l=php-dev&m=97562841130973&w=2) and
(http://marc.theaimsgroup.com/?l=php-dev&m=97858730928909&w
On Tue, Jan 16, 2001 at 08:01:26AM +, John Dean wrote:
> At 23:38 15/01/2001 -0800, you wrote:
> >On Tue, Jan 16, 2001 at 08:29:52AM +0100, Gustav Wiberg wrote:
> >
> > > Thanks you all for telling me about MySQL under Windows Me. About
> > > Subquerys. Anyone knows when sub-querys will be su
On Sunday 14 January 2001 16:25 Martin Borg wrote:
> I am trying to install Mysql 3.23.7 on a Red Hat 6.0 Server system. When
> I try to install the binary rpm-distribution i get an error saying that
> bin/usr/perl5 is needed. The perl version installed is Perl 5.005. Is
> this not enough?
>
I th
Hi,
I am guessing this is the kind of problem that would be easier to solve with
a sub select
SELECT
simpleparts.category,simpleparts.partnumber,simpleparts.manufacturer,simplep
arts.descrp,ABS(packagesParts.pri) as abPRI,categories.sortorder
FROM ((packagenames LEFT JOIN packagesParts ON packa
Try using the following:-
Format(Date,"-mm-dd") instead of
???/
> -Original Message-
> From: Apolinaras "Apollo" Sinkevicius [SMTP:[EMAIL PROTECTED]]
> Sent: 15 January 2001 20:43
> To: [EMAIL PROTECTED]
> Subject: Default value for
±i®p»Ê wrote:
> Hi, happy new year!!
>
> Yesterday morning, I operated MySQL (3.23.28) insert some data into a table ,
> I found a error and could not find any one can help with:
>
>..
Has anyone done testing to show the difference between:
#1 - having MySQL on the same server as Apache/PHP
vs.
#2 - having MySQL on its own dedicated computer, TCP/IP connected to the
main Apache box
NOTE: We use lots of little MySQL lookups in our PHP scripts. Nothing
that intensive. Bu
rpm -iv --nodeps MySQL?
NoDepends option
- Original Message -
From: "Pavel Kveton" <[EMAIL PROTECTED]>
To: "Martin Borg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 5:44 PM
Subject: Re: Perl5 needed ?
On Sunday 14 January 2001 16:25 Mar
Instead of getting flamed for posting to the wrong list, you should consider
joining the winning DB. Sure, it still lacks some functionality, but that's
because it's the fastest DB around plus other functionality is still in
development. It is also the cheapest around, costing absolutely nothing
Nope, i didn't, but i compiled using the same options as the ports-version.
But i'll give it a try right away.
How about someone using both mysql/php/FreeBSD4.2 ? Aren't there any with
that configuration, who has has the problems as i have? I strongly believe
the problem is related to something
Hello,
Problem description:
I have posted several emails to this list during the last few
days because of mysqld crashes and index corruptions. After
upgrading from 3.22.32 to 3.23.30 server crashes have
disappeared but with still had index corruptions (between one
and two tables corrupted every
Hi.
On Tue, Jan 16, 2001 at 12:20:50AM -0800, [EMAIL PROTECTED] wrote:
> On Tue, Jan 16, 2001 at 08:01:26AM +, John Dean wrote:
> > At 23:38 15/01/2001 -0800, you wrote:
> > >
> > >Probably in version 4.1 or so.
> >
> > Is that a fact. Well that's news to me :o)
>
> I could probably dig up
Hi!
> "David" == David Mechner <[EMAIL PROTECTED]> writes:
David> Hi,
David> My license number is 7697. I don't know what the expiration date is. I'm
running 3.23.28-gamma msqld-opt under w2k.
David> I'm trying to use a HEAP table to speed up data access, but every select I do
which refe
Hi ,
I'm using mysql driver for JDBC ("org.gjt.mm.mysql.Driver").
I am using result set and i want to update a record that exists in the set.
In order to do so i used the following code:
rs.updateString(4,"");
rs.updateRow();
and i got "java.lang.Abstra
Bonjour,
Je suis novice en configuration de bases de données.
J'ai installé php3, apache, mysql et phpMyAdmin sous NT4.
Comme indiqué, j'ai installé mysql sur le disque C, puis je l'ai transferré à un autre
emplacement en modifiant my.cnf. J'ai pu me connecter sous Dos, mais je n'arrive pas à
m
Hi Firdaus!
On Thu, 12 Oct 2000, Firdaus Mah wrote:
> Hi Jerome,
>
> Heh... I'm already doomed. I'ved just inserted 32 million records and its
> stopped at 2GB even using on reiserfs.
> I'ved not checked the detail or experience in Postgress development. Does it
> do stripping as well ie breaki
How can I escape the mysql comment # character in sql statements?
Thanks,
Doug Sherman
Emanuel.exe
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the l
I should have said that the '\' was the first thing I tried.doesnt work,
however...
Doug
Bill Marlin wrote:
> I believe it is \#
> if anyone knows different please let me know
>
> Bill
>
> -Original Message-
> From: doug sherman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October
try this:
1. goto d:\mysql\bin
2. type mysqld
3. run mysql
if it works then chk settings in my.cnf file.
visit to decompress tar.gz
http://stack.com/
Regards,
Ajit Kolhatkar
>From: "jeff" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: install trouble
>Date: Sat, 14 Oct 2000 04:23:18
I've read the books, searched the archives and experimented for a couple
days. Now I ask you. If it is possible, do you know where there are
any examples of populating a datagrid in VB from MySQL running on RedHat
6.2.
There are no connection problems. I can set up a recordset and populate
a l
Hi all,
I am building a Java based application and want to use MySQL as my
database. I would be using JDBC to access the MySQL database. My target
platform is Solaris 2.7.
I downloaded and installed MySQL version 3.22.32 which is the stable
version available. Alas... this versoin does not suppor
Wow.. that's news :) so which features for eg. are buggy in 3.23
Sander Pilon wrote:
> > -Original Message-
> > From: Hemendra Rana [mailto:[EMAIL PROTECTED]]
> > Sent: 17 October 2000 00:17
> > To: MySQL
> > Subject: Availability of stable version for 3.23
> >
> >
> > Hi all,
> >
> > I
Bonjour,
Je suis novice en configuration de bases de données.
J'ai installé php3, apache, mysql et phpMyAdmin sous NT4.
Comme indiqué, j'ai installé mysql sur le disque C, puis je l'ai transferré à un autre
emplacement en modifiant my.cnf. J'ai pu me connecter sous Dos, mais je n'arrive pas à
m
Bonjour,
Je suis novice en configuration de bases de données.
J'ai installé php3, apache, mysql et phpMyAdmin sous NT4.
Comme indiqué, j'ai installé mysql sur le disque C, puis je l'ai transferré à un autre
emplacement en modifiant my.cnf. J'ai pu me connecter sous Dos, mais je n'arrive pas à
m
Dear Sir,
I try to install Mysql3.22.32 in the Solaris7 OS. But I can finish the
./configure.
Could you tell me why?Attach file is config.log.
Best Regard,
Ginger Lin
Emanuel.exe
-
Before posting, please check:
http:/
Dear Sir,
I try to install Mysql3.22.32 in the Solaris7 OS. But I can finish the
./configure.
Could you tell me why?Attach file is config.log.
Best Regard,
Ginger Lin
Emanuel.exe
-
Before posting, please check:
http:/
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 03:52:29 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.9
Virus: TROJ_NAVIDAD.E
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 03:57:47 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.10
Virus: TROJ_NAVIDAD.E
---
It has emanuel virus... very infective
An attempt to disinfect the attachment was unsuccessful,
so the attachment was quarantined from the message and replaced with
a text file informing the recipient of the action taken. The infected
attachment
has been placed in the designated quarantine fold
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:03:15 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean faile
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Hi all,
I thought I'd just post a quick note (and warning) about some messages sent
to the MySQL list with a virus attached.
First of all, these are the messages:
The message was titled 'Re: escape character for # sign?'
The message date was Tue, 16 Jan 2001 19:40:53 +0800 (CST)
The message ide
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:47:25 - Issue 1077", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:18:08 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.12
Virus: TROJ_NAVIDAD.E
---
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:23:36 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.13
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:28:50 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.14
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:34:06 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.15
Virus: TROJ_NAVIDAD.E
---
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:39:34 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.16
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
A L E R T E V I R U S
Notre système de détection automatique anti-virus
a détecté un virus dans un message qui vous a été
envoyé par [EMAIL PROTECTED]
La distribution de ce message a été stoppée.
Veuillez vous rapprocher de l'émetteur [EMAIL PROTECTED] pour
rég
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
11:48:16 - Issue 1078", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
--
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 04:55:54 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.17
Virus: TROJ_NAVIDAD.E
---
Gerald L. Clark writes:
> Rick Pasotto wrote:
> >
> > SELECT concat(last_name,", ",first_name) as name from members
> >
> > results in a column that is much wider than necessary. Adding trim() to
> > the concat() nor to the components makes any difference.
> >
> > Can the column width b
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 05:01:16 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.18
Virus: TROJ_NAVIDAD.E
---
What is that attach and why are you sending it??
___
I've seen things you people wouldn't believe.
Attack ships on fire off the shoulder of Orion.
I watched C-beams glitter in the darkness at Tan Hauser Gate.
All those moments will be lost in tim
To: Everyone on the List
Every mail from this List with [configuration] in subject contains the
Virus:
w32.Navidad.16896 in file emanuel.exe
Please stop responding to the file!
Thanks.
Helge Schacht
___
Helge Christian Schacht Internetservice
shop-and-ord
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 05:06:24 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.19
Virus: TROJ_NAVIDAD.E
---
Our Antivirus Gateway Mail Keeper detected a virus in messages sent
by <[EMAIL PROTECTED]>
The log:
- log file begin -
info: extracting attachment 1 to /var/tmp/avrrbBSh/av-0
(encoding="quoted-printable", name="(no name)", filename="(no name)")
info: extracting attachment 2
Please be advised, my Norton Antivirus detected a W32.Navidad.16896 infection in
issues 1077 & 1078 of the MySQL Digest, proceed with caution.
Mike Cermak
Webmaster/Network Administrator
Buffalo Niagara Partnership, Inc.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
716/852-7100 x112
-
YEAP and you are sending Troyans too :-)
- Original Message -
From: "funky gao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 2:41 PM
Subject: Install Mysql3.22.32 in Solaris7
> Dear Sir,
>I try to install Mysql3.22.32 in the Solaris7 OS. But I can finis
what is the stange exe attached with your mail ?
> -Message d'origine-
> De: funky gao [mailto:[EMAIL PROTECTED]]
> Date: mardi 16 janvier 2001 12:42
> À: [EMAIL PROTECTED]
> Objet: Install Mysql3.22.32 in Solaris7
>
>
> Dear Sir,
>I try to install Mysql3.22.32 in the Solaris7 OS. B
Receiver, InterScan has detected virus(es) in the e-mail attachment.
Date: Tue, 16 Jan 2001 05:11:24 -0800 (Pacific Standard Time)
Method: Mail
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
File: Emanuel.exe
Action: clean failed - moved to Emanuel.exe.20
Virus: TROJ_NAVIDAD.E
---
What is the strange exe attached whith those mails ?
> -Message d'origine-
> De: funky gao [mailto:[EMAIL PROTECTED]]
> Date: mardi 16 janvier 2001 12:42
> À: [EMAIL PROTECTED]
> Objet: Install Mysql3.22.32 in Solaris7
>
>
> Dear Sir,
>I try to install Mysql3.22.32 in the Solaris7 O
Please remove him from this list. I am the Exchange Admin at MindLeaders.
He no longer works here.
Dave Bowen
MIS Supervisor
MCSE
Phone: (614) 880-1605
Fax: (614) 340-6540
mailto:[EMAIL PROTECTED]
MindLeaders (www.mindleaders.com)
---
Our Exchange Server Detected a virus in all attachments from FUNKY GOA
Ryan Sander
Web Developer
330-580-8549
[EMAIL PROTECTED]
http://cantonrep.com
-
Before posting, please check:
http://www.mysql.com/manual.php (the manua
Sir, here's a guess in return. The best way to deal with this is to
have your client app run a query that counts the rows where
packagesParts.pri <> 0. Then run the query below only if the count is
greater than 0.
Bob Hall
>Hi,
>
>I am guessing this is the kind of problem that would be easier
Joseph Bueno writes:
> Hello,
>
> Problem description:
> I have posted several emails to this list during the last few
> days because of mysqld crashes and index corruptions. After
> upgrading from 3.22.32 to 3.23.30 server crashes have
> disappeared but with still had index corruptions (b
I have always used flat file text files for my database purposes but this has always
led to problems when the number of users gets to be too many. I am now using mySQL
and want to know how many people can use the db at the same time without causing
problems.
As for table locking, should it al
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
Antigen for Exchange found Emanuel.exe infected with Navidad.16896.Worm
virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Grimes,
Shawn (NIA/IRP)\Inbox
located at NIH/NIAGRC/C30.
On Tue, Jan 16, 2001 at 03:04:23PM +0200, Sinisa Milivojevic wrote:
> Gerald L. Clark writes:
> > Rick Pasotto wrote:
> > >
> > > SELECT concat(last_name,", ",first_name) as name from members
> > >
> > > results in a column that is much wider than necessary. Adding trim() to
> > > the conc
Antigen for Exchange found Emanuel.exe infected with W32/Navidad-B virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
---
Antigen for Exchange found Emanuel.exe infected with W32/Navidad-B virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
---
Antigen for Exchange found Emanuel.exe infected with W32/Navidad-B virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
---
Antigen for Exchange found Emanuel.exe infected with W32/Navidad-B virus.
The file is currently Deleted. The message, "mysql Digest 16 Jan 2001
12:06:37 - Issue 1079", was
sent from [EMAIL PROTECTED] and was discovered in Boyle,
Terrence J. (Terry)\Inbox
located at CDC/US/MCDC-CIN-2.
---
A L E R T E V I R U S
Notre système de détection automatique anti-virus
a détecté un virus dans un message qui vous a été
envoyé par [EMAIL PROTECTED]
La distribution de ce message a été stoppée.
Veuillez vous rapprocher de l'émetteur [EMAIL PROTECTED] pour
rég
A L E R T E V I R U S
Notre système de détection automatique anti-virus
a détecté un virus dans un message qui vous a été
envoyé par [EMAIL PROTECTED]
La distribution de ce message a été stoppée.
Veuillez vous rapprocher de l'émetteur [EMAIL PROTECTED] pour
rég
Using PHP+Apache+Linux, how can I find out from the browser whether it is a
WAP device or a PC? The solution I've tried so far doesn't know about all
the possible browsers, so it won't handle any new browsers properly, except
the default, which is HTML.
Ken Whitmore
E-mail: [EMAIL PROTECTED]
I've noticed that when developing queries involving complex joins on
tables I sometimes seem to get appallingly long times the first time I run
a query, but the second and subsequent time I run it - even substituting
a different value for a field value I'm matching on - the query runs
quic
Hello Atle,
Monday, January 15, 2001, 22:12:28 PM, you wrote:
AV> On Tue, 16 Jan 2001, ±i®p»Ê wrote:
>>
>> Hi, happy new year!!
>>
>> Yesterday morning, I operated MySQL (3.23.28)
>> insert some data into a table ,
>> I found a error and could not find any one can help
>> with:
>>
-Original Message-
From: Mr.Y.SHIVAKANT <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; Sasha Pachev
<[EMAIL PROTECTED]>
Date: Thursday, January 04, 2001 8:48 PM
Subject: Re: [DOCS COMMENT] Section 'TODO_MySQL_4.0'
>
>-Original Message-
>From: Sasha Pachev <[EMAIL
Is there any way to find out if there are hidden (non-printing) characters
in a field?
is there a strlen() function in MySQL?
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mys
Here is the command :
mysqladmin -u root -p password 'mysql'
Enter password:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
here is mysql.trace file:
..
get_charsets_dir: info: charsets dir='/opt/Pmysql/3.23.30g/s
Everytime I send an sql-request to the server wich includes one attribute in the
select part more than once (e.g. select book, book, chapt from ... where ...) the
server`s not responding.
I`m not firm with msql. The only thing I know is, that it works with mysql. Does
anyone know if this is us
Hi, Please remove my name from the list. Thanks!
Jenny Lie
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread,
Read the unsubscribe instructions at the bottom of your e-mails. Works like
a charm.
-Original Message-
From: Dave Bowen [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2001 13:14
To: [EMAIL PROTECTED]
Subject: Todd Poole
Please remove him from this list. I am the Exchange Admin at MindLea
I recently joined the MySQL mailing list in hopes I would find the
answers I need, but it looks like it will probably take me longer to
find the answers. I am looking for a MySQL/Perl programmer to work on
contract as needed periodically for an e-commerce project. Please
contact me by email or cal
Your pupil is right. Microsoft has done a good job of hiding DOS in Windows
ME.
Microsoft would like you to believe that ME is not based on DOS anymore but
it must be since it is based on the Windows 9X kernel. The plan for the next
version of Windows is apparently to have DOS removed completely.
Hello,
Is there someone who has experience on installing mysql-3.22.32
on Unixware 7.1. I tried the binaryversion but complains about the
libz.so.1 file witch is there.
I also compiled the source serveral times. The deamon runs but the
client gives only segmentation faults when putting some stat
Hi,
I have download the latest binary distribution for SGI Irix:
mysql-3.23.30-gamma-sgi-irix6.5-mips and it lock when I try the test suite:
Here is the test output:
thingol 117# ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
Installing Slave Da
Hi Eric,
I'll second Bob Hall's opinion.
One could extend a query so that it checks also your additional condition.
You haven't gotten to the 'group by' and 'having' goodies, that's the hint.
But this would make it over-complicated,
and MySQL could run into problems when attempting to evaluate t
RAID tables works fine for me.
I don't know which OS you are running, i got it to work with a
linux box like this:
1. Upgrade to the 2.4 linux kernel(Or patch an older kernel with the LFS
patch)
2. Recompile mysql 3.23 with the --with-raid configure option (the
precompiled binaries doesn't seem
[Apologies if this message hits the list twice: I sent it several
hours ago but didn't see it on the list or get a bounce message (or get
any response!) so I don't know what's happened to it.]
I've noticed that when developing queries involving complex joins on
tables I sometimes
I tried mailing this "funky gao" person directly, but it turns out that
our viral-spreading friend didn't bother to include a real return
address. I'm forwarding this to the group to shame him into fixing his
mailer and his computer...
funky gao wrote:
> Hi all,
>
> I am building a Java based ap
Attention,
the original message of Funky Gao and following replies contain the virus
W32.Navidad.16896
Antonio
Hello,
I'm using BBEdit 6.0.2 to do some PHP. I love the way it colors the
PHP commands differently. I also do mySQL. I usually write up a whole
list of SQL statements in a text editor and then feed them into the
server. Is there a way to have BBEdit color code the mySQL commands
that same wa
1 - 100 of 222 matches
Mail list logo