Re: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-23 Thread René Fournier
So, as a followup, I ran mysqldump on the actual server (with the output directed over AFP to another machine on the network) -- as opposed to running mysqldump on the destination server and connecting to the databases over TCP/IP (both are running 5.1.39 PPC 64-bit). *That* dump file imported O

Re: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-21 Thread René Fournier
Except that, in my case, both machines are running 5.1.39. Mac "OS X" PPC 64-bit. I tried importing another, different dump file of the same database, and this time mysql returned a different error: Sat Nov 21 13:16:20 -- Minas-Tirith :: mysql -u root -p < dump_file.sql Enter password: ERROR

Re: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-21 Thread Claudio Nanni
There is a bug in mysqldump that prevents mysql from version 5.0.80 from importing dumps from a old version of mysqldump. I had this verified by MySQL support. You can have a look at this bug: http://bugs.mysql.com/bug.php?id=41486 Cheers Claudio 2009/11/21 René Fournier > It's just odd, bec

Re: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-21 Thread René Fournier
It's just odd, because that error was on 5.0. I'm running 5.1.39 -- surely enough time for the MySQL devs to fix it right? Could it be with extended inserts that the max statement length is greater than the default 16MB max allowed packet? I'm increasing that value to 256 MB and going to try ag

Re: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-20 Thread René Fournier
> From: René Fournier [mailto:m...@renefournier.com] > Sent: Friday, November 20, 2009 8:31 AM > To: mysql > Subject: Strange problem with mysqldump / automysqlbackup (ERROR 1300) > > I've been using automysqlbackup 2.5 for years on a particular database, and > it's

RE: Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-20 Thread Gavin Towey
Have you tried dumping that table manually using mysqldump on the command line to confirm it's not an issue with automysqlbackup? Regards, Gavin Towey -Original Message- From: René Fournier [mailto:m...@renefournier.com] Sent: Friday, November 20, 2009 8:31 AM To: mysql Subject: St

Strange problem with mysqldump / automysqlbackup (ERROR 1300)

2009-11-20 Thread René Fournier
I've been using automysqlbackup 2.5 for years on a particular database, and it's always performed great. Recently, however, I've become encountering problems when trying to re-import one of its dumped sql files. (Not sure if it matters, but the database file in question is large and growing -- a

Re: a strange problem

2008-04-23 Thread Sebastian Mendel
liaojian_163 schrieb: > thank you Sebastian! > I have re-created the table.there are not any problems in the table. > > if the table is new,need to rebuild de indexes? no -- Sebastian Mendel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http:

Re: a strange problem

2008-04-23 Thread liaojian_163
ednesday, April 23, 2008 2:11 PM Subject: Re: a strange problem > liaojian_163 schrieb: >> hi,all. >> In my mysql server,I have a strange problem. >> can someone help me? >> Thank you. >> >> mysql> select id,classid,newstime from phome_e

Re: a strange problem

2008-04-22 Thread Sebastian Mendel
liaojian_163 schrieb: > hi,all. > In my mysql server,I have a strange problem. > can someone help me? > Thank you. > > mysql> select id,classid,newstime from phome_ecms_zhichang where classid=41 > and id >2500 order by id desc limit 10; > +--+-

Re: a strange problem

2008-04-22 Thread liaojian_163
I don't think that the limit cause the stange problem. thank you anyway. - Original Message - From: "Phil" <[EMAIL PROTECTED]> To: "liaojian_163" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 23, 2008 3:46 AM Subject: Re: a strange problem >

Re: a strange problem

2008-04-22 Thread Phil
Not knowing your msqyl version, perhaps it's the form of your LIMIT clause. try LIMIT 0,10 instead. Phil 2008/4/22 liaojian_163 <[EMAIL PROTECTED]>: > hi,all. > In my mysql server,I have a strange problem. > can someone help me? > Thank you. > > mysql>

a strange problem

2008-04-22 Thread liaojian_163
hi,all. In my mysql server,I have a strange problem. can someone help me? Thank you. mysql> select id,classid,newstime from phome_ecms_zhichang where classid=41 and id >2500 order by id desc limit 10; +--+-+-+ | id | classid | ne

Re: Who know this strange problem

2008-01-20 Thread Moon's Father
This is correct.Thank you very much. But I also why I wrote is wrong on linux and right on windows. You can tell me answer if you have time.thanks. On Jan 19, 2008 12:47 AM, Baron Schwartz <[EMAIL PROTECTED]> wrote: > Hi, > > On Jan 18, 2008 3:50 AM, Moon's Father <[EMAIL PROTECTED]> wrote: > > M

Re: Who know this strange problem

2008-01-18 Thread Baron Schwartz
Hi, On Jan 18, 2008 3:50 AM, Moon's Father <[EMAIL PROTECTED]> wrote: > My test is as follows: > mysql> select g_id from t group by g_id order by g_id desc limit 0,1; > +--+ > | g_id | > +--+ > |6 | > +--+ > 1 row in set (0.00 sec) > > mysql> select g_id from t group by g_id orde

Who know this strange problem

2008-01-18 Thread Moon's Father
My test is as follows: mysql> select g_id from t group by g_id order by g_id desc limit 0,1; +--+ | g_id | +--+ |6 | +--+ 1 row in set (0.00 sec) mysql> select g_id from t group by g_id order by g_id desc limit 0,1 into @tmp_id; Query OK, 1 row affected (0.00 sec) mysql> select

Re: Strange problem: Increasing Memory / HEAP Table

2006-03-13 Thread sheeri kritzer
What does SHOW CREATE TABLE give you? -Sheeri On 3/11/06, Holger Sunke <[EMAIL PROTECTED]> wrote: > Hallo, > > is there a way of maintaining Memory tables or rebuilding indexes? > > I have a "big" memory table with about 300k rows, 12 Attributes, 7 > BTREE-Indexes and a PRIMARY KEY (Hash index).

Strange problem: Increasing Memory / HEAP Table

2006-03-11 Thread Holger Sunke
Hallo, is there a way of maintaining Memory tables or rebuilding indexes? I have a "big" memory table with about 300k rows, 12 Attributes, 7 BTREE-Indexes and a PRIMARY KEY (Hash index). Now i'm doing many many Updates (and a little number of inserts) on this table that also do effect indexed

strange problem ( for me..)

2006-02-10 Thread Riccardo Roasio
Hi, i have a little mistake during an interrogation... if i do SELECT Cell_line FROM Mutations Where Cell_line='NCI-H63'; it returns a lot of results , all NCIH63 , and this is correct... but if i do : SELECT DISTINCT Cell_line FROM Mutations Where Cell_line='NCI-H63'; it return empty resu

Re: Strange problem with index

2004-01-21 Thread Victoria Reznichenko
Grzegorz Paszka <[EMAIL PROTECTED]> wrote: > Hi. > > I use MySQL 4.0.17 from rpm. > When I want insert new row by perl script to one of my table I get such error : > DBD::mysql::st execute failed: Duplicate entry '- Modified the spec file provided by > ...' for key 3 > Table looks : > mysql>

Strange problem with index

2004-01-20 Thread Grzegorz Paszka
Hi. I use MySQL 4.0.17 from rpm. When I want insert new row by perl script to one of my table I get such error : DBD::mysql::st execute failed: Duplicate entry '- Modified the spec file provided by ...' for key 3 Table looks : mysql> desc spak; +--++--+-+-

Re: Very strange problem

2003-11-07 Thread Jeremy Zawodny
On Fri, Nov 07, 2003 at 09:16:03AM -0800, Eric Anderson wrote: > > A little explaination: [snip] > The threads connecting from the 1U (192.168.0.2) all start to block up > as expected, but when the length query on the e450 stops running, the > threads from the 1U stay blocked, and all NEW thread

RE: Very strange problem

2003-11-07 Thread Eric Anderson
> Is anything being logged in the error log? Nope. My 'wait_timeout' was set to 120 seconds, I reduced that down to 60 seconds but I don't think that will help because once it gets "stuck" in this blocked thread thing, it never recovers.. any subsequent connections never actually process, until t

RE: Very strange problem

2003-11-07 Thread Victor Pendleton
Is anything being logged in the error log? -Original Message- From: Eric Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: Very strange problem A little explaination: We've got two servers, e450 (3.23.47) and 1U (4.0.14).

Very strange problem

2003-11-07 Thread Eric Anderson
A little explaination: We've got two servers, e450 (3.23.47) and 1U (4.0.14). These two machines have a private connection between them (192.168.0.1 and 192.168.0.2). The e450 is the master server, and the 1U has a copy (no replication) of some basic data, so it can run server-intensive pages.

RE: Strange problem on the difference of mysql connection between cgi and shell

2003-03-19 Thread Jennifer Goodie
dy running, most of the time web users do not understand that for every time they hit reload their wait time is going to increase. -Original Message- From: Liu Haifeng [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 7:23 PM To: [EMAIL PROTECTED] Subject: Strange problem on the dif

Strange problem on the difference of mysql connection between cgi and shell

2003-03-18 Thread Liu Haifeng
Hi, I am coding a cgi program to query the records from the mysql tables. When I execute the sql query (which is a join operation on two tables) in the mysql shell, the results are shown correctly. However, if I use cgi script to execute the same query, the web browser just crashed after a while

VS: Strange problem with MySql & IIS & ASP

2002-10-25 Thread Morsky Juha
Millions of thanks! Now it's working perfectly!!! Once again MS bugs... Regards Juha -Alkuperäinen viesti- Lähettäjä: Terence [mailto:terencel@;sunway.edu.my] Lähetetty: 23. lokakuuta 2002 4:54 Vastaanottaja: Morsky Juha; [EMAIL PROTECTED] Aihe: Re: Strange problem with MySql

Re: Strange problem with MySql & IIS & ASP

2002-10-22 Thread Terence
I had the same problem. It's in your connection, somehow ASP doesnt retrieve the results when doing a select and count, so you need to use a connection like this: dim myConn Set myConn= Server.CreateObject ("ADODB.Connection") myConn.ConnectionString = "Driver={MySQL};SERVER=xxx.xxx.xxx.xxx;DATAB

Re: Strange problem with MySql & IIS & ASP

2002-10-22 Thread Dennis Salguero
IL PROTECTED]> Sent: Monday, October 21, 2002 7:39 AM Subject: Strange problem with MySql & IIS & ASP Hi All! I've Select like this: SELECT ExpDepDate, ActArrDate FROM oceandata It works beautifully But When I modify it like this SELECT ExpDepDate, ActArrDate, Count(Ref) as NoOfRe

Strange problem with MySql & IIS & ASP

2002-10-21 Thread Morsky Juha
Hi All! I've Select like this: SELECT ExpDepDate, ActArrDate FROM oceandata It works beautifully But When I modify it like this SELECT ExpDepDate, ActArrDate, Count(Ref) as NoOfRefs FROM oceandata I'll get nothing, just a empty screen with a browser! I'm using Ultradev to create this and whe

Strange problem with MySql & IIS & ASP

2002-10-18 Thread Morsky Juha
Hi All! I've Select like this: SELECT ExpDepDate, ActArrDate FROM oceandata It works beautifully But When I modify it like this SELECT ExpDepDate, ActArrDate, (TO_DAYS(ActArrDate)-TO_DAYS(ExpDepDate)) as Act_Est FROM oceandata I'll get nothing, just a empty screen with a browser! I'm using U

Strange Problem: Need help shutting down Mysql for upgrade

2002-09-11 Thread Stephen Sokalski
Stephen Sokalski wrote: > > > Stephen Sokalski wrote: > >> I'm running this on a RAQ. >> >> Here is the problem. Something very strange has happened to my older >> version of mysql (3.23.37). >> >> Not only can I not get it to shut down with >> "/usr/share/mysql/mysql.server stop" but even if

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-04 Thread Gelu Gogancea
CTED]> Cc: "Gelu Gogancea" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 10:21 PM Subject: Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > > Hi, > > What is written in err.log ("/var/lib/mysql") ? > nothing :( > somethin

Re: Strange problem - could be a bug?

2002-07-03 Thread Dan Nelson
In the last episode (Jul 03), Mike Hall said: > FreeBSD 4.5-STABLE with LinuxThreads 2.2.3. and MySQL 3.23.51. Duel > PIII 1Ghz with 1G of RAM. All from source. > > Compiled okay and came through super-smack and crash-me tests okay. > But a few hours later, for no reason, MySQL decided to look at

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread David BORDAS
<[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 03, 2002 7:03 PM > Subject: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > > > > Hi list, > > > > I've got lots of troubles with one of my mysql dedicated server.

Re: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread Gelu Gogancea
PROTECTED] [EMAIL PROTECTED] - Original Message - From: "David BORDAS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 7:03 PM Subject: TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 ) > Hi list, > > I've got

TCP & TIME_WAIT strange problem ( LINUX & mysql 3.23.49 )

2002-07-03 Thread David BORDAS
Hi list, I've got lots of troubles with one of my mysql dedicated server. The problem occurs time to time ( during peac or idle time ). In fact mysql seem not to answer all connections. Netstat show several connections "TIME_WAIT" and show process_list only show 1 ou 2 queries running ... But on

Strange problem - could be a bug?

2002-07-03 Thread Mike Hall
Okay: FreeBSD 4.5-STABLE with LinuxThreads 2.2.3. and MySQL 3.23.51. Duel PIII 1Ghz with 1G of RAM. All from source. Compiled okay and came through super-smack and crash-me tests okay. But a few hours later, for no reason, MySQL decided to look at /var/tmp instead of /usr/local/mysql/var for the

Strange problem with Left join and order request

2002-06-05 Thread Jerôme LONGET
Hi, i've got a really strange problem with a request using multiple left join and order by : Here is the first sql query : i display two columns of my table CV and one column of table ANNOTATION_CV SELECT ID_CV, TITRECV,ANNOTATION_CV.ANNOTATION_CV FROM CV LEFT JOIN CV_POSE ON CV_POSE.

Re: Very Strange problem.

2002-05-02 Thread TP R Murthy
Hi, I do commit alright. This doesn't happen often. i insert into the tables from a java web app. The db and the data in it is fine when i stop and restart the web server(tomcat). sometimes when i restart the machine, data is all intact. I was using the mysql 4 max before. Same thing happene

Re: Very Strange problem.

2002-05-02 Thread Jeremy Zawodny
On Fri, May 03, 2002 at 11:04:29AM +0530, TP R Murthy wrote: > > I have created only one database with 18 tables. Only one of these tables > is MyIsam table. rest are BDB tables. When the server is up, it works > fine. but when i reboot the machine, few of the tables loose all the > records th

Very Strange problem.

2002-05-02 Thread TP R Murthy
Hi, I am new to this list. i could find solution to this problem on the net. i have a RH7.1 512Mb single intel processor. I have installed mysql-3.23.49a-max (binary). I have included the mysql.server script in the init dir and created links to it in rc6, rc5,rc3 and rc1 dir. I have create

Strange problem

2002-02-05 Thread Luca Biffi
Hi, I work with a rel. 3.23.36 of MYSQL and I have found this problem: I have two tables named t_payments and t_payment_lang; these are their descriptions and data: t_payments (description): +-+---+--+-+-+ + | Field | Type

Strange problem: some data is partially missing (BUG?)

2001-12-20 Thread Gerry
Hi, When i use the mysqlclient to view some data from the table KLASSEN i get some strange partially missing data. like this: select DISTINCTROW * from KLASSEN where KlasseID='Y_FILTER' order by Kenmerk; +--+-+--+ | KlasseID | Kenmerk | O

Re: Strange Problem !

2001-09-01 Thread s . keeling
On Sun, Sep 02, 2001 at 02:01:36AM +0200, Daniel Urstöger wrote: > Hiya ! > > I am not new with mysql, but I guess my experience is not enough for that > kind of problem ;) > mysql runs fine now the last 3 weeks, but now I am running into problems. > I want to restart mysql with the /etc/rc.d/ini

Strange Problem !

2001-09-01 Thread Daniel Urstöger
Hiya ! I am not new with mysql, but I guess my experience is not enough for that kind of problem ;) mysql runs fine now the last 3 weeks, but now I am running into problems. I want to restart mysql with the /etc/rc.d/init.d/mysql stop skript, but it doesn´t done so .. Killing mysqld with pid kill

Strange problem

2001-08-01 Thread David
When submitting a form to insert/replace data into my database with values loaded from the previos page I show that everything is entered except for these fields: Why? I am using version mysql-3.23.32-1.7 | Field| Type | Null | Key | Default | Extra | rating

Strange problem in installation

2001-07-16 Thread dodge
Hi, there is somethng strange in installing mysql using my own made charset. Configuration and compilation is going ok. But after that I can't use mysql not as root not as aother user... When I do safe_mysqld --skip-grant & all is Ok (logical) I can change privileges make drop datab

Re: Strange problem with Count(*)

2001-05-30 Thread Jeremy Zawodny
On Wed, May 30, 2001 at 07:55:28PM +, [EMAIL PROTECTED] wrote: > I am not sure if I am doing something wrong in mySQL, but I have > tested the following in Microsoft SQL, Access and Oracle it works > fine in those environments, but unfortunately, it does not work in > mySQL. > > I have a sim

Strange problem with Count(*)

2001-05-30 Thread pliebrand
I am not sure if I am doing something wrong in mySQL, but I have tested the following in Microsoft SQL, Access and Oracle it works fine in those environments, but unfortunately, it does not work in mySQL. I have a simple query, such as: select name, count(*) from tbl_users group by name; In t

Strange problem.

2001-04-05 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello , Peter> Few time ago I've started to get the following problems, which several Peter> times allready lead to data lost for me. Peter> Here is the example: Peter> I found the followings in my application error log:

Strange problem.

2001-04-05 Thread Peter Zaitsev
Hello , Few time ago I've started to get the following problems, which several times allready lead to data lost for me. Here is the example: I found the followings in my application error log: Query - #1017 [opal.local] - Can't find file: 'g04stat_languages.MYD' (errno: 2) select visitors,loa