Re: mysqlbinlog is not running

2009-11-07 Thread Claudio Nanni
Hi, It seems a dynamic link problem, did you install different versions of MySQL? did you compile it? Try to install a statically linked client package. let me know Claudio On Nov 7, 2009 1:29 PM, "Jeetendra Ranjan" wrote: Hi, When i run mysqlbinlog to convert binary log file to text file it

RE: mysqlbinlog

2008-06-03 Thread Parikh, Dilip Kumar
Hi Krishna Just do the flush logs and check the last binlogs with the mysqlbinlog xxx-bin > textfile. Thanks & Regards, Dilipkumar -Original Message- From: Krishna Chandra Prajapati [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 11:11 AM To: mysql Subject: mysqlbinlog Hi

Re: mysqlbinlog troubles.

2005-04-05 Thread Gleb Paharenko
Hello. What is the output of: # /usr/local/mysql/bin/mysqlbinlog --database=backuptest --start-datetime="2005-03-30 15:00:00" /data/mysql/logs/dbne1-bin.173 seth <[EMAIL PROTECTED]> wrote: > hello, > > I'm trying to restore a table from a full back up and then a binlog. > thi

Re: mysqlbinlog: unknown command errors

2004-03-05 Thread Mark Maggelet
Hi Sasha, Thanks for getting back to me on this. I was hoping to use the binlogs as an alternative to rollback.commit in the event that someone for example hoses a table by doing an update and forgetting the where clause. I want to be able to load a snapshot, dump the binlogs out and find and dele

Re: mysqlbinlog: unknown command errors

2004-03-04 Thread Sasha Pachev
Mark Maggelet wrote: Since I didn't get an answer to this, I'll try asking it another way: has anybody gotten a binlog with binary data (images) to load from one server to another? And if so, what version are you using? Thanks, - Mark Mark: If the latest does not work, it is a bug in mysql command

Re: mysqlbinlog: unknown command errors

2004-03-03 Thread Mark Maggelet
Since I didn't get an answer to this, I'll try asking it another way: has anybody gotten a binlog with binary data (images) to load from one server to another? And if so, what version are you using? Thanks, - Mark On Mon, 1 Mar 2004 21:09:22 -0800, Mark Maggelet wrote: > Hi, > I'm having problems

Re: mysqlbinlog question

2003-08-25 Thread Victoria Reznichenko
"Nils Valentin" <[EMAIL PROTECTED]> wrote: > Hi Victoria, > > 2003? 8? 21? ??? 20:20?Victoria Reznichenko : >> "Nils Valentin" <[EMAIL PROTECTED]> wrote: >> > 2003? 8? 21? ??? 16:09?Victoria Reznichenko : >> >> "Nils Valentin" <[EMAIL PROTECTED]> wrote: >> >> > This time I am using

Re: mysqlbinlog question

2003-08-21 Thread Nils Valentin
Hi Victoria, 2003年 8月 21日 木曜日 20:20、Victoria Reznichenko さんは書きました: > "Nils Valentin" <[EMAIL PROTECTED]> wrote: > > 2003? 8? 21? ??? 16:09?Victoria Reznichenko : > >> "Nils Valentin" <[EMAIL PROTECTED]> wrote: > >> > This time I am using 4.0.13-max (tar format from www.mysql.com) on > >> >

Re: mysqlbinlog question

2003-08-21 Thread Victoria Reznichenko
"Nils Valentin" <[EMAIL PROTECTED]> wrote: > 2003? 8? 21? ??? 16:09?Victoria Reznichenko : >> "Nils Valentin" <[EMAIL PROTECTED]> wrote: >> > This time I am using 4.0.13-max (tar format from www.mysql.com) on Redhat >> > 9. >> > >> > When I issue the command mysqlbinlog it does not show me

Re: mysqlbinlog question

2003-08-21 Thread Nils Valentin
Hi Victoria, 2003年 8月 21日 木曜日 16:09、Victoria Reznichenko さんは書きました: > "Nils Valentin" <[EMAIL PROTECTED]> wrote: > > This time I am using 4.0.13-max (tar format from www.mysql.com) on Redhat > > 9. > > > > When I issue the command mysqlbinlog it does not show me the whole > > binary logfile but ju

Re: mysqlbinlog question

2003-08-21 Thread Victoria Reznichenko
"Nils Valentin" <[EMAIL PROTECTED]> wrote: > > This time I am using 4.0.13-max (tar format from www.mysql.com) on Redhat 9. > > When I issue the command mysqlbinlog it does not show me the whole > binary logfile but just the first line or so (below). > > mysqlbinlog baby-bumble-bee-bin.09

Re: mysqlbinlog wrong output

2003-08-20 Thread Egor Egorov
Jan Josefowicz <[EMAIL PROTECTED]> wrote: > > >> This version of mysqlbinlog can work properly only with 3.23 server binary logs. > > is there a mysqlbinlog version that matches to MySQL 4.0.xx? > Version 2.3 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This

Re: mysqlbinlog wrong output

2003-08-19 Thread Jan Josefowicz
Hi, This version of mysqlbinlog can work properly only with 3.23 server binary logs. is there a mysqlbinlog version that matches to MySQL 4.0.xx? Regards Jan Josefowicz -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: mysqlbinlog wrong output

2003-08-19 Thread Egor Egorov
Jan Josefowicz <[EMAIL PROTECTED]> wrote: >> Does the version of mysqlbinlog match that of the server that wrote >> the binlog? > > I'm using MySQL 4.0.14 [linux] > mysqlbinlog version 1.6 [linux] This version of mysqlbinlog can work properly only with 3.23 server binary logs. -- For technica

Re: mysqlbinlog wrong output

2003-08-18 Thread Jan Josefowicz
Does the version of mysqlbinlog match that of the server that wrote the binlog? I'm using MySQL 4.0.14 [linux] mysqlbinlog version 1.6 [linux] Regards Jan Josefowicz -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROT

Re: mysqlbinlog wrong output

2003-08-18 Thread Jeremy Zawodny
On Mon, Aug 18, 2003 at 10:30:31PM +0200, Jan Josefowicz wrote: > Hi all, > I get following output from "mysqlbinlog mylog-bin-file.001": > > # at 4 > #030818 13:38:00 server id 1 Start: binlog v 4, server v created > 700101 1:00:00 > > The file mylog-bin-file.001 contains many querie

RE: mysqlbinlog suggestion

2003-07-21 Thread Luc Foisy
I suppose datetime would be the better option here -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 10:00 AM To: [EMAIL PROTECTED] Subject: Re: mysqlbinlog suggestion "Luc Foisy" <[EMAIL PROTECTED]> wrote: > &g

Re: mysqlbinlog suggestion

2003-07-18 Thread Victoria Reznichenko
"Luc Foisy" <[EMAIL PROTECTED]> wrote: > > allowing date range options to the command line would be really neat Date or datetime option? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___

Re: mysqlbinlog and bad queries

2003-03-21 Thread Paul DuBois
At 9:33 -0800 3/21/03, Mark wrote: Hi, mysql seems to log bad queries, is there any way to keep this from happening? thanks, - Mark That's impossible. Queries are written to the binary log only after they execute. (Queries are logged to the general log before they execute, but your message subjec

Re: mysqlbinlog - doesn't work on some log files

2002-08-19 Thread Eric Frazier
Hi, I tried using the mysqlbinlog from 3.23.52 MAX with no difference in the output at all from 4.0.2 It seems that whatever happened truely caused the log files to become "corrupted" So my next question would be, is there a way to repair the log files? What are the formating rules for the lo

Re: mysqlbinlog - doesn't work on some log files

2002-08-17 Thread Heikki Tuuri
Eric, try using the mysqlbinlog program from some other version, maybe 4.0.0, or 3.23.xx. I noticed a similar bug a while ago. mysqlbinlog seg faulted on a binlog file. I am forwarding this bug report to our replication expert. Best regards, Heikki ... Hi, I deleted a db I d

Re: mysqlbinlog: Duplicate entry '1' for key 1

2002-04-07 Thread Dicky Wahyu Purnomo
On Sun, 07 Apr 2002 00:55:59 -0500 Balteo <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to restore some data from the binary log but I get the > following error: > "Duplicate entry '1' for key 1" > > I understand restoring data is a two-stage process: > > 1. You do a "source myfile.sql"

Re: mysqlbinlog

2001-10-31 Thread mahfud
Where can I find, if only mysqlbinlog on. Jeremy Zawodny wrote: > On Mon, Oct 29, 2001 at 04:59:45PM +0700, mahfud wrote: > > Hi, > > > > I have mysql - bin -log, but when i read this I can't find IP number > > from client who made connection to my server. How i find IP number > > in mysql - bin

Re: mysqlbinlog

2001-10-31 Thread Jeremy Zawodny
On Mon, Oct 29, 2001 at 04:59:45PM +0700, mahfud wrote: > Hi, > > I have mysql - bin -log, but when i read this I can't find IP number > from client who made connection to my server. How i find IP number > in mysql - bin -log ? You cannot. It isn't stored in the binary log. Jeremy -- Jeremy D

Re: mysqlbinlog

2001-08-09 Thread Michael T. Babcock
> So how can I log all the queries. Can I define a log (not binary log) file > in my.cnf using for instance "log=filename" in the "mysqld" section ? > Do I have to disable "log-binary" to use normal log ? This is my startup: /usr/bin/safe_mysqld \ --log=/var/log/mysql/query_log -

Re: mysqlbinlog

2001-08-09 Thread Shon Stephens
perl script At 08:50 AM 8/9/01 -0400, Michael T. Babcock wrote: >I would like to dump all sql transactions from a binary transaction log >for a specific table after a specific timestamp. I can run mysqlbinlog >and delete all the queries up to the point of the correct timestamp, then >try to filt

Re: mysqlbinlog

2001-03-27 Thread Mat Murdock
]>; "MySQL" <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 4:16 PM Subject: Re: mysqlbinlog > Just use mysqldump! > > At 03:59 PM 3/27/2001 -0700, Mat Murdock wrote: > >I've looked through the manual and about 9000 posts from multiple > > maili

Re: mysqlbinlog

2001-03-27 Thread Scott Baker
Just use mysqldump! At 03:59 PM 3/27/2001 -0700, Mat Murdock wrote: >I've looked through the manual and about 9000 posts from multiple > mailing lists.. Is there a way to have mysqlbinlog take a log file and > dump just the sql statements to a file? Am I using the wrong program to > do th