mysqldump warning

2012-09-18 Thread nixofortune
Hello everybody. I'm trying to create a backup of mysql database: mysqldump --all-databases --routines --master-data=2 > all_databases_`date +'%y%m%d-%H%M'`.sql It looks like backup has been created but I've got this Warning: Warning: mysqldump: ignoring option '

Re: Warning for ZManda-ZRM users

2012-08-30 Thread Johan De Meersman
- Original Message - > From: "Johan De Meersman" > The particular symptoms I'm seeing, is that I've lost all my archives > from no-longer existing hosts. All hosts that are still being backed > up are fine, but the old archives are irrevocably lost, with the > exception of the one host t

Warning for ZManda-ZRM users

2012-08-30 Thread Johan De Meersman
Yo, Just a little heads-up in case anyone on the list uses Zmanda ZRM for MySQL: There seems to be a bug in the cleanup script - I suspect it ignores the per-backupset retention time and always uses the default one (but that is to be confirmed yet by support). The particular symptoms I'm see

Re: [Warning] Aborted connection...... (Got timeout reading communication packets)

2012-05-21 Thread Suresh Kuna
ine when the > similar > prod(with no application code/web/db structural changes etc) has gone thru' > failures with such warning msgs ? > > > Best Rgs, >Shafi AHMED >Sify - Chennai > > > > > -Original Message- > From: Shafi AHMED [mailto:sha

RE: [Warning] Aborted connection...... (Got timeout reading communication packets)

2012-05-21 Thread Shafi AHMED
Sorry- a typo :) Hi suresh: I have gone through your blog..and feel it is more generic... Can you please elaborate why the other setup(DR) works fine when the similar prod(with no application code/web/db structural changes etc) has gone thru' failures with such warning msgs ? Bes

RE: [Warning] Aborted connection...... (Got timeout reading communication packets)

2012-05-21 Thread Shafi AHMED
Hi suresh: I have gone through your blog..and feel it is more generic... Can you please elaborate why the other setup(DR) works fine when the similar prod(with no application code/web/db structural changes etc) has gone thru' successfully with no such warning msgs ? Thanks again... Bes

Re: [Warning] Aborted connection...... (Got timeout reading communication packets)

2012-05-21 Thread Suresh Kuna
therefore the user sessions terminate causing > business impact...Can some one who is expertise already in this advice at > the earliest? > > > 120513 8:19:45 [Warning] Aborted connection 1167257 to db: 'iib' user: > 'iibuser' host: '210.18.3.94' (Go

[Warning] Aborted connection...... (Got timeout reading communication packets)

2012-05-21 Thread Shafi AHMED
Ladies and Gentlemen: I am getting below errors and therefore the user sessions terminate causing business impact...Can some one who is expertise already in this advice at the earliest? 120513 8:19:45 [Warning] Aborted connection 1167257 to db: 'iib' user: 'iibuser' host

Re: Extraneous warning 1292 (Incorrect datetime value)

2011-08-18 Thread Marius Feraru
Found at http://lists.mysql.com/mysql/225525 that "hsv" wrote on 12 Aug 2011: > Function TIME yields a string, not any timestamp type, but "d" is of some > such type. > Unhappily, the HTML help that I downloaded is of no help in this case, when > the result > context has no type, unless it is sup

Re: Extraneous warning 1292 (Incorrect datetime value)

2011-08-12 Thread Hal�sz S�ndor
ingstring expr2 or expr3 returns a floating-point value floating-point expr2 or expr3 returns an integer integer but it looks as if the string is coerced to "d" s type. But since if empty string is concatenated to the TIME-result it is as you wish, and th

Re: Extraneous warning 1292 (Incorrect datetime value)

2011-08-07 Thread Marius Feraru
On Sun, Aug 7, 2011 at 20:34, Dan Nelson wrote: > I think you need to swap your arguments to DATE_FORMAT Of course, sorry about that stupid example, I was just trying to build up from the original problem and failed. Thanks :) The problem still stands though. Any ideas? -ab -- MySQL General Ma

Re: Extraneous warning 1292 (Incorrect datetime value)

2011-08-07 Thread Dan Nelson
| d | wtf2| > +-+-+ > | 2011-08-07 10:11:12 | NULL| > | 1234-05-06 07:08:09 | 1234-05-06 07:08:09 | > +-+-----+ > 2 rows in set, 1 warning (0.01 sec) > > Warning (Code 1292): Incorrect datetime value: '%T' I

Extraneous warning 1292 (Incorrect datetime value)

2011-08-07 Thread Marius Feraru
7:08:09 | +-+-+ 2 rows in set (0.00 sec) -- SELECT d, IF( DATE(d)=@rd, DATE_FORMAT("%T",d), d) wtf2 FROM dt -- +-+-+ | d | wtf2| +-+-----+ | 2011-08-07

Re: How to force Warning: #1048 Column cannot be null to Error

2010-01-30 Thread Wagner Bianchi
quot;Miao Jiang" wrote: > > When I try insert NULL to VARCHAR NOT NULL column, It will shows a warning > and convert NULL to '' then insert 。 > I want to MySQL raise an exception when I try do that. > How to do that? > > Thank you. > Miao > > > -- > My

Re: How to force Warning: #1048 Column cannot be null to Error

2010-01-30 Thread Claudio Nanni
Take a look at SQL_MODE ;) Claudio On Jan 30, 2010 5:05 PM, "Miao Jiang" wrote: When I try insert NULL to VARCHAR NOT NULL column, It will shows a warning and convert NULL to '' then insert 。 I want to MySQL raise an exception when I try do that. How to do that? Thank y

How to force Warning: #1048 Column cannot be null to Error

2010-01-30 Thread Miao Jiang
When I try insert NULL to VARCHAR NOT NULL column, It will shows a warning and convert NULL to '' then insert 。 I want to MySQL raise an exception when I try do that. How to do that? Thank you. Miao -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To u

PHP Warning: mysql_query(): MySQL server has gone away

2009-11-26 Thread René Fournier
: PHP Warning: mysql_query(): MySQL server has gone away However, the same query executes fine when run at the mysql command prompt, or from within Sequel Pro -- can execute it with a LIMIT clause of 2 million. So, it appears I'm exhausting some MySQL limit or system resource, but bef

RE: insert warning - how to look at

2009-10-30 Thread Jerry Schwartz
>-Original Message- >From: Sydney Puente [mailto:sydneypue...@yahoo.com] >Sent: Friday, October 30, 2009 10:36 AM >To: mysql@lists.mysql.com >Subject: Re: insert warning - how to look at > >Thanks johan, >Very useful - it seems so obvious now! >There is

Re: insert warning - how to look at

2009-10-30 Thread Sydney Puente
Thanks johan, Very useful - it seems so obvious now! There is an associated problem with transferring data into mysql. because if the application pushing the data finds a warning it just silently stops. anyway I can detect a warning 1265 Data truncated on the mysqldb? and make this visible - at

Re: insert warning - how to look at

2009-10-30 Thread Johan Andersson
Hi, mysql> show warnings; BR johan Sydney Puente wrote: Hello, I have an application which is inserting rows into a Mysql 5.024 db. It seems to stop when an insert generates a warning. when I insert the suspect line on the mysql commandline I get this: Query OK, 1 row affected, 1 warn

insert warning - how to look at

2009-10-30 Thread Sydney Puente
Hello, I have an application which is inserting rows into a Mysql 5.024 db. It seems to stop when an insert generates a warning. when I insert the suspect line on the mysql commandline I get this: Query OK, 1 row affected, 1 warning (0.05 sec) Other inserts that succeed seem not to generate

warning and error when I install the db

2009-09-05 Thread Gabriele Giorelli
Hi, After installing mysql-5.1.37 on solaris10, I am getting this message: ../mysql_install_db --user=mysql --ldata=/sqldata Installing MySQL system tables... 090905 13:10:19 [Warning] option 'max_join_size': unsigned value 184467440737095 51615 adjusted to 4294967295 09090

Re: mysqldump warning or actual error?

2009-09-02 Thread Mikhail Berman
Hi Matt, The error you are getting is very particular to "information_schema" database. Information_schema does NOT actually have tables, they are views: "|INFORMATION_SCHEMA| is the information database, the place that stores information about all the other databases that the MySQL server

Re: mysqldump warning or actual error?

2009-09-02 Thread Michael Dykman
If you look at the options for mysqldump more closely, you will see that you can specify the version of the server which will be importing the result file. These cause MySQL to taylor the SQL syntax according to the target platform. - michael dykman On Wed, Sep 2, 2009 at 11:03 AM, Matt Neimeye

mysqldump warning or actual error?

2009-09-02 Thread Matt Neimeyer
My local windows machine has mysql 5.1.33 installed on it. One of my Mac OSX dev servers has some 4.1 flavor of MySQL on it. When I try to do something like the following: mysqldump -h devserver -u me -p somedb > dump.sql I get the following: mysqldump: Error: 'Table 'information_schema.files' d

Warning: OutsourcingRoom.com

2009-08-04 Thread Daniel Brown
email addresses were taken. Whether or not that's true, I don't know, but that's beyond the scope of this warning. The most recent attempt to get more of your personal information comes from a (*possibly* legitimate) website named OutsourcingRoom.com. If you have been a member of

Mysql warning event :Changed limits

2009-07-20 Thread Vinson.Wei
Changed limits: max_open_files: 2048 max_connections: 1024 table_cache: 507 I'm getting the below warning in my event viewer: Changed limits: max_open_files: 2048 max_connections: 1024 table_cache: 507 How can i slove it. Thanks in advance.

Re: Indexing? (Warning: relative newbie.)

2009-06-26 Thread Shawn Green
Hi Walter, Walter Heck - OlinData.com wrote: Hey Tim, all On Wed, Jun 24, 2009 at 10:03 AM, Little, Timothy wrote: Why, you might ask, index on physmessage_id? Because then the db won't have to do a fetch on items from the table since it's in the INDEX itself, saving any unnecessary reads. F

RE: Indexing? (Warning: relative newbie.)

2009-06-26 Thread Ken D'Ambrosio
wever, making the index might take a serious bit of time. > > Please let us all know how it does or does not work. > > > Tim... > > > -Original Message- > From: Ken D'Ambrosio [mailto:k...@jots.org] > Sent: Wednesday, June 24, 2009 11:07 AM > To: mysql@li

Re: Indexing? (Warning: relative newbie.)

2009-06-24 Thread Walter Heck - OlinData.com
Hey Tim, all On Wed, Jun 24, 2009 at 10:03 AM, Little, Timothy wrote: > Why, you might ask, index on physmessage_id?  Because then the db won't > have to do a fetch on items from the table since it's in the INDEX > itself, saving any unnecessary reads. FYI: That only holds true for InnoDB, not for

RE: Indexing? (Warning: relative newbie.)

2009-06-24 Thread Little, Timothy
- From: Ken D'Ambrosio [mailto:k...@jots.org] Sent: Wednesday, June 24, 2009 11:07 AM To: mysql@lists.mysql.com Subject: Indexing? (Warning: relative newbie.) Hi, all. I'm a long-time MySQL user who's only recently had to start learning some administrative stuff, largely because I

Indexing? (Warning: relative newbie.)

2009-06-24 Thread Ken D'Ambrosio
Hi, all. I'm a long-time MySQL user who's only recently had to start learning some administrative stuff, largely because I finally have a decently-sized database. My database is about 100 GB; I'm using it -- via dbmail (www.dbmail.org) -- as a mail server for my company. While dbmail is well-and

Re: Trigger and "Warning: #1265 Data truncated"

2009-06-09 Thread Keith Edmunds
> Curdate() returns a datetime, which you are pushing into a date field. > It is truncating the time part. Just truncate it and you should be > fine :) Hmmm. Not according to http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_curdate or, indeed, experiments: mysql> selec

Re: Trigger and "Warning: #1265 Data truncated"

2009-06-05 Thread Walter Heck - OlinData.com
It works, doing what I want, but I get the following error: > > Warning: #1265 Data truncated for column 'expires' at row 1 > > The table is: > > CREATE TABLE `mysql_auth` ( > `id` int(11) NOT NULL auto_increment, > `user` varchar(25) NOT NULL, > `password` var

Trigger and "Warning: #1265 Data truncated"

2009-06-05 Thread Keith Edmunds
EACH ROW SET NEW.expires = curdate()+interval 45 day It works, doing what I want, but I get the following error: Warning: #1265 Data truncated for column 'expires' at row 1 The table is: CREATE TABLE `mysql_auth` ( `id` int(11) NOT NULL auto_increment, `user` varchar(25) NOT NUL

Warning about truncated data

2007-11-03 Thread Pooly
Hi, I'm reloading a backup and I'm getting loads of warnings like : +-+--++ | Level | Code | Message| +-+--+----+ | Warning | 1265 | Data truncated

Re: Create Table Warning

2007-06-13 Thread dpgirago
> This is a create table statement output from mysqldump from a 4.0.24 > installation. > > Restoring on 5.0.22 gives a warning. > > Can anyone enlighten me? > > I guess I'm a little behind on my reading... > > David > > mysql> CREATE TABLE `c

RE: Create Table Warning

2007-06-13 Thread Rhys Campbell
Do a "SHOW WARNINGS" at the command line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 16:11 To: mysql@lists.mysql.com Subject: Create Table Warning This is a create table statement output from mysqldump from a 4.0.24 installation.

Re: Create Table Warning

2007-06-13 Thread Baron Schwartz
Hi , [EMAIL PROTECTED] wrote: This is a create table statement output from mysqldump from a 4.0.24 installation. Restoring on 5.0.22 gives a warning. Can anyone enlighten me? I guess I'm a little behind on my reading... David mysql> CREATE TABLE `container` ( -> `carri

Create Table Warning

2007-06-13 Thread dpgirago
This is a create table statement output from mysqldump from a 4.0.24 installation. Restoring on 5.0.22 gives a warning. Can anyone enlighten me? I guess I'm a little behind on my reading... David mysql> CREATE TABLE `container` ( -> `carrier` varchar(128) NOT N

Re: Varchar limit warning

2007-01-05 Thread Gabriel PREDA
Complementary to what Donna said, You can issue a SHOW WARNINGS sql after some of these queries... the "cutt-off" will be listed there ! You will get a mysql_result in the form: Level - Code - Message Warning - 1265 - Data truncated for column 'column_name' at row X. Gabri

RE: Varchar limit warning - similar question

2007-01-05 Thread Jerry Schwartz
l Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 > -Original Message- > From: Olaf Stein [mailto:[EMAIL PROTECTED] > Sent: Friday, January 05, 2007 2:26 PM > To: Jerry Schwartz > Subject: Re: Varchar limit warning - simila

RE: Varchar limit warning - similar question

2007-01-05 Thread Jerry Schwartz
06032 860.674.8796 / FAX: 860.674.8341 > -Original Message- > From: Olaf Stein [mailto:[EMAIL PROTECTED] > Sent: Friday, January 05, 2007 1:52 PM > To: [EMAIL PROTECTED] > Cc: MySql > Subject: Re: Varchar limit warning - similar question > > Thanks > That works nicely

Re: Varchar limit warning - similar question

2007-01-05 Thread Olaf Stein
ode here. >> >> http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html >> >> Donna >> >> >> Olaf Stein <[EMAIL PROTECTED]> 01/05/2007 12:37 PM >> To >> MySql >> cc >> Subject >> Varchar limit warning >>

Re: Varchar limit warning - similar question

2007-01-05 Thread Olaf Stein
c/refman/5.0/en/server-sql-mode.html > > Donna > > > Olaf Stein <[EMAIL PROTECTED]> 01/05/2007 12:37 PM > To > MySql > cc > Subject > Varchar limit warning > > > > > Hi all > > If I insert a value to great for a field (e.g. '123

Re: Varchar limit warning

2007-01-05 Thread ddevaudreuil
cc Subject Varchar limit warning Hi all If I insert a value to great for a field (e.g. '123456' into a varchar(5) field), mysql runs the insert without warning or error and cuts of what doesn't fit. How can I tell it to launch an error and abort the insert? Thanks Olaf -- MyS

Varchar limit warning

2007-01-05 Thread Olaf Stein
Hi all If I insert a value to great for a field (e.g. '123456' into a varchar(5) field), mysql runs the insert without warning or error and cuts of what doesn't fit. How can I tell it to launch an error and abort the insert? Thanks Olaf -- MySQL General Mailing List For list

Re: Make Error with libz.la / configure Warning with term.h/ptem.h on Solari

2006-07-25 Thread Joerg Bruehe
Hi Claude, all! [EMAIL PROTECTED] wrote: Hi Joerg, Thank for your answer. Her e are some details that you requested. That other request was about MySQL 5.0.18 on Solaris 10, but I do not remember any answer how that continued. I have no idea why "libtool" causes such problems on Solaris.

Re: Make Error with libz.la / configure Warning with term.h/ptem.h on Solari

2006-07-25 Thread claude . angeloz_divlist
Hi Joerg, Thank for your answer. Her e are some details that you requested. >That other request was about MySQL 5.0.18 on Solaris 10, but I do not >remember any answer how that continued. >I have no idea why "libtool" causes such problems on Solaris. > I already red this email, but this has no

Re: Make Error with libz.la / configure Warning with term.h/ptem.h on Solaris 9

2006-07-25 Thread Joerg Bruehe
Hi Claude, all! [EMAIL PROTECTED] wrote: Hi, I am compiling/installing MySQL 5.0.22 on Solaris 9 (patched). I received the following error message . Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.22/zlib' /bin/bash ../libtool --preserve-dup-deps --tag=CC --mode=link gcc -O3 -D

How can I show the contents of warning using mysqlimport?

2006-06-20 Thread Takanobu Kawabe
I imported the data of the table using mysqlimport. I used the following command line. $ mysqlimport -ukawabe -paaa -h192.168.1.92 --local kawabe "C:\index_test.txt" kawabe.index_test: Records: 4 Deleted: 0 Skipped: 4 Warnings: 2 I want to show the contents of warn

mySQL Administrator 1.1.9 warning message

2006-03-02 Thread Neil Tompkins
I am running mySQL database version 3.23.58, but I'm using mySQL Administrator 1.1.9 for scheduled backups. When connecting to the database I get a message saying that this version of database is not supported and I might get unexpected behaviour. Am I OK to use this version of mySQL Administr

Warning - Virus detected in email

2005-08-01 Thread Postmaster
Our viruschecker detected a virus in your email sent to [SMTP:[EMAIL PROTECTED] The email was deleted. Please check your system for viruses. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Update not returning any warning on failure

2005-07-05 Thread Sujay Koduri
= ; UPDATE EMP SET STYLE='' WHERE ID='999'; IF b = THEN INSERT INTO EMP (ID) VALUES ('999'); END IF; COMMIT; END; The problem here is that even if update fails, meaning even if ID '999' doesn't exist, MySQL d

we know what is causing now: InnoDB: Warning: using a partial-field key prefix

2005-07-01 Thread Brady Brown
Hi, We have inquired about this warning before, but now that we have upgraded to 4.1, we know which query/table is causing these frequent warnings: 050701 17:19:34 InnoDB: Warning: using a partial-field key prefix in search. InnoDB: index `rp_id` of table `as_imp/roundrobin_pub`. Last data

Re: No error / warning when data is truncated on insertion into mysql

2005-04-29 Thread Anoop kumar V
umber of warnings. > >> > Data are even truncated according to the limit of the type (tinyint, > int > >> > ...). > >> > > >> > Example : > >> > mysql> create table toto(a tinyint,b char(5)); > >> > Query OK, 0 rows affected (0.06 sec) > >> > > >> > mysql> insert into toto

Re: No error / warning when data is truncated on insertion into mysql

2005-04-28 Thread Paul DuBois
; mysql> show warnings > -> ; > +-+--+-- > + > | Level | Code | Message > | > +-+--+------ &

Re: No error / warning when data is truncated on insertion into mysql

2005-04-28 Thread Anoop kumar V
warnings (0.02 sec) > > > > It's said here that i have 2 warnings. > > > > mysql> show warnings > > -> ; > > +-+--+------ > > + > > | Level | Code | Message > > | > > +-+--+

Re: No error / warning when data is truncated on insertion into mysql

2005-04-28 Thread Anoop kumar V
t; ; > +-+--+-- > + > | Level | Code | Message > | > +-+--+------ > + > | Warning | 1264 | Data truncated; out of range for column 'a' at row 1 > | > | Warning | 1265 | Data truncated for column '

RE: No error / warning when data is truncated on insertion into mysql

2005-04-28 Thread mathias fatene
+ | Level | Code | Message | +-+--+------ + | Warning | 1264 | Data truncated; out of range for column 'a' at row 1 | | Warning | 1265 | Data truncated for column 'b' at row 1 | +-+--+---

No error / warning when data is truncated on insertion into mysql

2005-04-28 Thread Anoop kumar V
surprising thing is that although MS SQL server sends a warning message to tomcat (seen on the tomcat console) that "data may have been truncated" - MySQL does not show any warning message (I would have expected an error actually) as the data in the column is not what the data was inte

Re: LongText Warning

2005-04-24 Thread Richard Lynch
On Wed, April 20, 2005 3:20 pm, [EMAIL PROTECTED] said: > I have a table with a field that has a field of type LONGTEXT. I try to > insert a utf8 string with a length of 114544 and I get a warning that > text got truncated. According to the doc, the size of LONGTEXT is much > bigger th

Re: LongText Warning

2005-04-22 Thread Gleb Paharenko
T. I try to > insert a utf8 string with a length of 114544 and I get a warning that > text got truncated. According to the doc, the size of LONGTEXT is much > bigger than this. Any reason I get this warning? > > -Jalil > > > -- For technical support contrac

LongText Warning

2005-04-20 Thread jalil
I have a table with a field that has a field of type LONGTEXT. I try to insert a utf8 string with a length of 114544 and I get a warning that text got truncated. According to the doc, the size of LONGTEXT is much bigger than this. Any reason I get this warning? -Jalil -- MySQL General Mailing

Re: Warning (reformulated)

2005-04-18 Thread Eric Bergen
Warnings are usually caused by type mismatches in what you try to put in a column vs what it will actually hold. For example putting a 'asdf' in a char(3) will produce a warning because 'asdf' was truncated to 'asd' Check your column types vs the data you tried to in

Warning (reformulated)

2005-04-15 Thread Andy Pieters
Hi all Realizing maybe my first post wasn't clear enough... How can I determine the cause for a warning. The MySql version is 3.23.58 The query I used was: UPDATE `shop_products` SET `name`='TestProd' , `shopid`='20-302' , `sdesc

Warning but show warning not available (mysql version 3.21)

2005-04-15 Thread Andy Pieters
Hi all I use a script to build a query and while testing this script by copy'ing it into the mysql console, it shows me a warning. However, the SHOW WARNINGS; is not available on versions < 4. mysql> describe sh

Warning

2005-04-10 Thread Ady Wicaksono
I;m using redhat linux 9.0 and MySQL 4.1.9 I found this lines on my log file 050411 11:31:50 [Warning] Asked for 196608 thread stack, but got 126976 050411 11:31:50 [Warning] Asked for 196608 thread stack, but got 126976 Is it bad ? -- MySQL General Mailing List For list archives: http

RE: WARNING!!!! abuser on this list?

2005-04-08 Thread gunmuse
469 228 2183 -Original Message- From: l'[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 11:52 AM To: mysql@lists.mysql.com Subject: WARNING abuser on this list? When I opened the message send by: [EMAIL PROTECTED]> subject: Boolean searches a po

Re: WARNING!!!! abuser on this list?

2005-04-08 Thread SGreen
"l'[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote on 04/08/2005 01:52:20 PM: > > When I opened the message send by: > [EMAIL PROTECTED]> > subject: Boolean searches > > > a pop up box appeared stating > > "Connect to 70.84.29.164" > Web host manager > Username > password: > > > > Has anybo

Re: WARNING!!!! abuser on this list?

2005-04-08 Thread duncanh
On Friday 08 April 2005 18:52, l'[EMAIL PROTECTED] wrote: > When I opened the message send by: > [EMAIL PROTECTED]> > subject: Boolean searches > > > a pop up box appeared stating > > "Connect to 70.84.29.164" > Web host manager If you bothered to check the source of the HTML mail (why does your

Re: WARNING!!!! abuser on this list?

2005-04-08 Thread Dale Fay
Are you sure that your mail client did not reply by accident? 164.29.84.70.in-addr.arpa. 86400 IN PTR mail.gunmuse.com On Fri, Apr 08, 2005 at 10:52:20AM -0700, l'[EMAIL PROTECTED] wrote: > > When I opened the message send by: > [EMAIL PROTECTED]> > subject: Boolean searches > >

WARNING!!!! abuser on this list?

2005-04-08 Thread l'[EMAIL PROTECTED]
When I opened the message send by: [EMAIL PROTECTED]> subject: Boolean searches a pop up box appeared stating "Connect to 70.84.29.164" Web host manager Username password: Has anybody encountered this problem when you cliked on his email Should we FLAME that guy? In the mean time I am sending an

Warning: V3 DSA signature: NOKEY, key ID 5072e1f5

2005-02-09 Thread Chuck Herrick
When I RPM upgrade MySQL on Fedora Core 3 from the installed version 3.23 to version 4.1.9, the rpm command yeilds the following warning: Warning: VMySQL-server-4.1.9-0.i386.rpm: 3 DSA signature: NOKEY, key ID 5072e1f5 What does this mean? Should I ignore this warning? Should I expect

Re: Where are warning messages redirected or logged to ?

2005-01-16 Thread Gleb Paharenko
27; ; unlock tables; show warnings"; "Joseph E. Maxwell" <[EMAIL PROTECTED]> wrote: > A pain replying to digest in digest mode, change mode to normal > >> >> Warning messages, as from a mysqlimport command, where are they to be >> found? >

Where are warning messages redirected or logged to ?

2005-01-14 Thread Joseph E. Maxwell
A pain replying to digest in digest mode, change mode to normal Warning messages, as from a mysqlimport command, where are they to be found? Part of the construct from a cron job script file run at the command line interface $ /usr/local/bin/mysqlimport -v -l --fields-terminated-by

Re: Where are warning messages redirected or logged to ?

2005-01-12 Thread Gleb Paharenko
Hello. Try increasing the verbosity level, for example, with -vv or -vvv. "Joseph E. Maxwell" <[EMAIL PROTECTED]> wrote: > Warning messages, where are they to be found? > > >Part of the construct from a cron job script file run at the command >

Where are warning messages redirected or logged to ?

2005-01-12 Thread Joseph E. Maxwell
Warning messages, where are they to be found? Part of the construct from a cron job script file run at the command line interface $ /usr/local/bin/mysqlimport -v -l --fields-terminated-by="|" --local fisheries -L -u administr -p $CRONBASE/trawler.tmp Connecting to

RE: myql command-line no warning

2004-12-22 Thread Anil Doppalapudi
and-line no warning :-) I see. Thanks! It w(not vv)orks!!! Qunfeng At 10:48 PM 12/21/2004, Paul DuBois wrote: >At 20:44 -0600 12/21/04, Qunfeng wrote: >>Paul, >> >>Thanks for your reply. I tried >> >>mysql -p -w DB < test.sql >> >>still no warning.

Re: myql command-line no warning

2004-12-21 Thread Qunfeng
:-) I see. Thanks! It w(not vv)orks!!! Qunfeng At 10:48 PM 12/21/2004, Paul DuBois wrote: At 20:44 -0600 12/21/04, Qunfeng wrote: Paul, Thanks for your reply. I tried mysql -p -w DB < test.sql still no warning. I tried -vw it simply echo the sql statement, no warning. I didn't suggest usi

Re: myql command-line no warning

2004-12-21 Thread Paul DuBois
At 20:44 -0600 12/21/04, Qunfeng wrote: Paul, Thanks for your reply. I tried mysql -p -w DB < test.sql still no warning. I tried -vw it simply echo the sql statement, no warning. I didn't suggest using -w or -vw. I suggested -vv (two v's) or -vvv (three -v's). Qunfeng At 05:45 P

Re: myql command-line no warning

2004-12-21 Thread Qunfeng
Paul, Thanks for your reply. I tried mysql -p -w DB < test.sql still no warning. I tried -vw it simply echo the sql statement, no warning. Qunfeng At 05:45 PM 12/21/2004, Paul DuBois wrote: At 17:43 -0600 12/21/04, Qunfeng wrote: Hi, I am using mysql 4.1 on linux. When I execute an mysql comm

Re: myql command-line no warning

2004-12-21 Thread Paul DuBois
At 17:43 -0600 12/21/04, Qunfeng wrote: Hi, I am using mysql 4.1 on linux. When I execute an mysql command (e.g., UPDATE statement) at the mysql prompt, it gives me warning if something is not running correctly. e.g., mysql> update testTable set col='abcd' where col='ab&

myql command-line no warning

2004-12-21 Thread Qunfeng
Hi, I am using mysql 4.1 on linux. When I execute an mysql command (e.g., UPDATE statement) at the mysql prompt, it gives me warning if something is not running correctly. e.g., mysql> update testTable set col='abcd' where col='ab'; Query OK, 0 rows affected (0.0 sec) Row

Re: "Data Truncated" warning about join, not insert?

2004-10-27 Thread Tom Cunningham
Sorry I forgot to include table-defs: .. OK, I've got it entirely reproducible now, without giving away any sensitive data. No, the column-lengths are the same. But doing this has shown me that it's something to do with the partial key on the 'email' column in the 'user' table. If you remove it,

Re: "Data Truncated" warning about join, not insert?

2004-10-26 Thread Matthias Urlichs
Hi, Tom Cunningham wrote: > I have a funny problem: I'm getting thousands of "Data Truncated" > warnings when I insert a single row of data into a table, using an > INSERT...SELECT. I bet that the columns you're joining on have different sizes. -- Matthias Urlichs | {M:U} IT Design @ m-u-it

"Data Truncated" warning about join, not insert?

2004-10-26 Thread Tom Cunningham
Hi Everybody. I have a funny problem: I'm getting thousands of "Data Truncated" warnings when I insert a single row of data into a table, using an INSERT...SELECT. The funny thing is, the warning is for a column I'm not even inserting. It's only a column that I'm

compiler warning (UDF code)

2004-10-25 Thread Sergei Skarupo
HI everyone, Sorry if this question doesn't belong here... I tried to compile several open-source UDF's (downloaded from http://mysql-udf.sourceforge.net/) and got a warning. Could someone please elaborate on this: /usr/include/asm/atomic.h:40:2: warning: #warning Using kernel

Re: Warning: Asked for 196608 thread stack, but got 126976

2004-07-08 Thread Boyd Lynn Gerber
On Thu, 8 Jul 2004, Derek Shaw wrote: > The subject warning message has come up in several different threads > over the past few months. It also appears in newsgroups and other web > sites. It does not appear to be related to architecture, kernel version > > No solution, workaro

Warning: Asked for 196608 thread stack, but got 126976

2004-07-08 Thread Derek Shaw
The subject warning message has come up in several different threads over the past few months. It also appears in newsgroups and other web sites. It does not appear to be related to architecture, kernel version No solution, workaround, nor indeed any explanation of its implications has been

Re: MySQL Warning Messages - Continued..

2004-06-03 Thread Mauricio Pellegrini
assen wrote: > I believe this means mysql found fewer columns in each row of your infile > than are defined in your table. > > Michael > > Mauricio Pellegrini wrote: > > > Hi again, > > Thanks to all your kind answers, I've > > found the Warn

Re: MySQL Warning Messages - Continued..

2004-06-03 Thread Michael Stassen
I believe this means mysql found fewer columns in each row of your infile than are defined in your table. Michael Mauricio Pellegrini wrote: Hi again, Thanks to all your kind answers, I've found the Warning Text is as Follows Warning|1260|Record count is fewer than the c

MySQL Warning Messages - Continued..

2004-06-03 Thread Mauricio Pellegrini
Hi again, Thanks to all your kind answers, I've found the Warning Text is as Follows Warning|1260|Record count is fewer than the column count at row 1 Warning|1260|Record count is fewer than the column count at row 2 Warning|1260|Record count is fewer than the c

Re: RES: How to retrieve MySQL Warning Messages

2004-06-03 Thread mysql_04
an I was using, but you could use the same method with just a few lines of the input data to see if there is an obvious error. Dan -Mensagem original- De: Mauricio Pellegrini [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de junho de 2004 13:20 Para: MySql List Assunto: How to retr

RES: How to retrieve MySQL Warning Messages

2004-06-03 Thread Renato Cramer
: MySql List Assunto: How to retrieve MySQL Warning Messages Hi, Mysql 4.018 , SuSE 8.2. I'm using LOAD DATA LOCAL INFILE "//.txt" INTO TABLE zz_zzz ; and I get the following message Query OK, 158063 rows affected (1 min 36.49 sec) Records: 158

RE: How to retrieve MySQL Warning Messages

2004-06-03 Thread Victor Pendleton
You need version 4.1.x and greater. Then issue SHOW WARNINGS after the statement that generated the warnings. -Original Message- From: Mauricio Pellegrini To: MySql List Sent: 6/3/04 11:20 AM Subject: How to retrieve MySQL Warning Messages Hi, Mysql 4.018 , SuSE 8.2. I'm

How to retrieve MySQL Warning Messages

2004-06-03 Thread Mauricio Pellegrini
Hi, Mysql 4.018 , SuSE 8.2. I'm using LOAD DATA LOCAL INFILE "//.txt" INTO TABLE zz_zzz ; and I get the following message Query OK, 158063 rows affected (1 min 36.49 sec) Records: 158063 Deleted: 0 Skipped: 0 Warnings: 158115 Nothing seems to be wrong with the

run-all-tests errors: Warning Can't execute create.

2004-05-22 Thread JG
amd64f# ./run-all-tests --server=mysql --cmp=mysql --user=root --password=theword --log Warning: Can't execute create. Check the file 'output/create-mysql-FreeBSD_5.2_CURRENT_amd64-cmp-mysql' ^CWarning: Can't execute insert. Check the file 'output/insert-mysql-Free

off-topic but need help : [FWD: ezmlm warning]

2004-01-27 Thread Veysel Harun Sahin
Hello, Today i have received the attached message from mysql-ezmlm. But I could not understand what is going on. Is there anyone who will be able to explain what the ezmlm tries to tell me and what I have to do? Thanks in advance. ___

RE: strange warning when using an IF statement

2003-12-15 Thread Jay Blanchard
[snip] I keep getting the following error when I try to run an "if" statement Warning: 2 is not a valid MySQL-Link resource in then give the filename Here is what I am trying to do. if ($bumpnumber<4) { print ("display this"); }else { print ("display that"); }

  1   2   3   >