BEGIN...nothing? (Re: Update log)

2005-01-06 Thread Roger Baklund
Chenri J wrote: one more question, how about when i'm using 'BEGIN' and doesn't end it with 'COMMIT' neither 'ROLLBACK' what will happen. I've tried before and nothing happen but does anyone have an opinion? This depends on a number of things: If the table handler in question does not support tra

Re: Update log

2005-01-06 Thread Roger Baklund
Chenri J wrote: i'm still using 3.23 can anyone show me how to activate update log by modifying the my.cnf/ my.ini Show you? It is not clear what you want. Do you need help starting the editor? What OS are you using? On Windows systems Notepad can be used to edit the configuration files.

Re: Update log

2005-01-06 Thread Chenri J
x27;m still using 3.23 > can anyone show me how to activate update log > by modifying the my.cnf/ my.ini > > And a question about update log, > does it only record update and delete (mysql documentation), > how about insert? do the log recorded those too? > > thanks > >

Update log

2005-01-06 Thread Chenri J
i'm still using 3.23 can anyone show me how to activate update log by modifying the my.cnf/ my.ini And a question about update log, does it only record update and delete (mysql documentation), how about insert? do the log recorded those too? t

Re: (binary?) update log for only one database

2004-03-26 Thread Moritz von Schweinitz
on a related note to my previous question: how can i switch on the creation of a (binary) update log, but only for ONE database of several being on my server? You probably want to enable the binary log with --log-bin, and use the --binlog-do-db option along with it. Databases not named with

Re: (binary?) update log for only one database

2004-03-25 Thread Paul DuBois
At 18:55 -0600 3/25/04, Moritz von Schweinitz wrote: hi again! on a related note to my previous question: how can i switch on the creation of a (binary) update log, but only for ONE database of several being on my server? You probably want to enable the binary log with --log-bin, and use the

(binary?) update log for only one database

2004-03-25 Thread Moritz von Schweinitz
hi again! on a related note to my previous question: how can i switch on the creation of a (binary) update log, but only for ONE database of several being on my server? cheers, M. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: Depreciated the update log? No!!! Please don't do that.

2003-07-28 Thread Sergei Golubchik
Hi! On Jul 28, Daniel Kasak wrote: > http://www.mysql.com/doc/en/News-5.0.x.html > > The change log says it's "no longer supported". Does that mean that it > will be there, but there are no guarantees that it's accurate, or that > it's being removed

Depreciated the update log? No!!! Please don't do that.

2003-07-27 Thread Daniel Kasak
http://www.mysql.com/doc/en/News-5.0.x.html The change log says it's "no longer supported". Does that mean that it will be there, but there are no guarantees that it's accurate, or that it's being removed completely? The update log is very handy when doing development

Re[2]: how turn off binary update log?[Scanned]

2003-03-11 Thread Dmitry Sukhodoev
hello, Jeff. you wrote 10 ìàðòà 2003 ã., 5:18:23: JK> From you're info below, mysql *shouldn't* be turning on the binary log. An JK> easy way to test is just to run the 'ps' command and see if '--log-bin' is JK> being added to the command line. If you have a long command line for the JK> mysql pr

Re: how turn off binary update log?

2003-03-09 Thread Jeff Kilbride
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 09, 2003 4:10 AM Subject: how turn off binary update log? > hello, mysql. > > i have installed mysql-server 3.23.55 from ports under FreeBSD 4.7-STABLE. > databases place is /var/db/mysql. and in this dir creates bin

how turn off binary update log?

2003-03-09 Thread Dmitry Sukhodoev
hello, mysql. i have installed mysql-server 3.23.55 from ports under FreeBSD 4.7-STABLE. databases place is /var/db/mysql. and in this dir creates binary log of updated databases in /var/db/mysql/bingo-bin.001, 002, etc. i do not turn on this in configs and startup files, but it don't care appear

RE: Binary update log & how to disable ?

2002-06-18 Thread ???
= 1 You must disable log-bin. To disable just put # in front of log-bin like #log-bin Then stop the mysql daemon and restart. You will never binary update log again. -Original Message- From: David BORDAS [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:40 PM To: [EMAIL PROTECTED] Su

Binary update log & how to disable ?

2002-06-18 Thread David BORDAS
-bin.xxx I assume that it's the binary update log, but i haven't that with my old 3.23.48. So please, how can i disable this log ?? Rgds David - Before posting, please check: http://www.mysql.com/manual.php (

Re: binary update log: configure by database, not daemon?

2002-05-27 Thread Jeremy Zawodny
On Mon, May 27, 2002 at 10:31:06AM -0700, jim hopp wrote: > Greetings, > > We plan to use the binary update log plus backups to enable us to > restore databases and then re-apply updates when necessary. It > appears to me that the binary update log contains updates to all >

binary update log: configure by database, not daemon?

2002-05-27 Thread jim hopp
Greetings, We plan to use the binary update log plus backups to enable us to restore databases and then re-apply updates when necessary. It appears to me that the binary update log contains updates to all databases on the mysqld-max process, and that there is no way to keep a separate

Re: DBI and MySQL update log question

2002-01-10 Thread Kyle Hayes
Comments inline below. On Wednesday 09 January 2002 18:13, Paul DuBois wrote: > At 17:23 -0800 1/9/02, Kyle Hayes wrote: [snipped replication explanation] > >The program works by getting the contents of the update log and using > > the Perl DBI do() function on each statement. >

Re: DBI and MySQL update log question

2002-01-09 Thread Paul DuBois
are using various versions of MySQL, but all 3.23.x >series. We are slowly upgrading to the latest version 3.23.47. > >I don't know the version of the MySQL Perl DBI libraries we use, but they >are not too old. We have mixed Red Hat and SuSE systems. > >The program works by ge

DBI and MySQL update log question

2002-01-09 Thread Kyle Hayes
. We are slowly upgrading to the latest version 3.23.47. I don't know the version of the MySQL Perl DBI libraries we use, but they are not too old. We have mixed Red Hat and SuSE systems. The program works by getting the contents of the update log and using the Perl DBI do() functi

Update Log and Load Data in file

2001-11-12 Thread Quentin Bennett
Hi, I just updated a new database with the update log from another server, and the script failed on the LOAD DATA INFILE commands that I have to import data overnight from other sources, because, of course, those files didn't exist. Now, I know I can use --force to allow the script to com

BUG: Update Log does not re-open file when filename specified

2001-10-29 Thread Nick Brandon
>Description: To make myself clear, I am talking about the binary update log file. When specifing a fixed filename in my.cnf and running the flush-logs command (via mysqladmin) MySQL does not close the file and open the new file when run by a logrotate script. This does work correctly if no

Re: binary update log

2001-09-20 Thread Jeremy Zawodny
On Wed, Sep 19, 2001 at 09:37:29AM -0700, Cameron Watters -- List Subscriptions wrote: > Just a quick question regarding how (if at all) MySQL's binary update log > consumes resrouces as it records modifications to various tables in the > database. > > Are there any potentia

binary update log

2001-09-19 Thread Cameron Watters -- List Subscriptions
Just a quick question regarding how (if at all) MySQL's binary update log consumes resrouces as it records modifications to various tables in the database. Are there any potential performance issues or limitations to be expected (other than excessive consumption of diskspace) if this log i

binary update log

2001-09-18 Thread Cameron Watters -- List Subscriptions
OBLIGATORY TOPIC REFERENCE TO BYPASS FILTER: mysql Just a quick question regarding how (if at all) the binary update log consumes resrouces. Are there any potential performance issues or limitations to be expected (other than excessive consumption of diskspace) if this log is not flushed

Re: Replication, update log, mysqldump???

2001-07-05 Thread Joe Taraba
plication, is out unless I upgrade, then may not be what I want to do anyway (I haven't digested the manual on this yet). The manual doesn't reccomend using the update log. And my version doesn't support mysqlhotcopy. So, who is responsible for what in the back-up department? I

RE: Replication, update log, mysqldump???

2001-07-04 Thread Joe Taraba
s for your help, I'm not totally stupid, it's just that I seem to have a fog in front of my eyes. Joe >that's just me. > >hth. > >-ravi. > >-Original Message- >From: Joe Taraba [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, July 04, 2001 1:48 PM >To: [E

RE: Replication, update log, mysqldump???

2001-07-04 Thread Ravi Raman
h. -ravi. -Original Message- From: Joe Taraba [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 1:48 PM To: [EMAIL PROTECTED] Subject: Replication, update log, mysqldump??? Hi; I'm trying to learn MySQL, having some difficulties understanding backup strategies. mysql

Re: Replication, update log, mysqldump???

2001-07-04 Thread Joe Taraba
eferring to all the changes in appendix "F. MySQL change history" that would take some REAL time to sort through. >- Original Message - >From: "Joe Taraba" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, July 04, 2001 1:4

Re: Replication, update log, mysqldump???

2001-07-04 Thread Web Mailing List
I think you can check this link http://www.mysql.com/documentation/mysql/bychapter/ - Original Message - From: "Joe Taraba" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 1:47 PM Subject: Replication, update log, mysqldump??? > Hi

Replication, update log, mysqldump???

2001-07-04 Thread Joe Taraba
four ways to go: Replication update log mysqldump mysqlhotcopy script The mysqlhotcopy script is apparently not available for my version so I manually backed-up (copied) all the *.frm, *.MYD, and *.MYI files for each database, so I know the usefulness of that approach--sort'a. I tried mysql

update log

2001-06-07 Thread Paul H. Bern
. For the life of me, I cannot find the update log! I've even run a find on the entire machine. Any ideas as to where it may be or why it did not get generated? The error log shows nothing unusual. Thanks! Paul **

Re: Slow Update Log

2001-03-29 Thread Benjamin Pflugmann
Hi You can find that information in the Changes History in the MySQL Manual. Bye, Benjamin. On Thu, Mar 29, 2001 at 11:41:39AM +0100, [EMAIL PROTECTED] wrote: > Hi > > When did the option log-slow-queries become available. > > It works on my 3.23.33 setup, but not on a 3.22.32 [...]

Slow Update Log

2001-03-29 Thread Simon Windsor
Hi When did the option log-slow-queries become available. It works on my 3.23.33 setup, but not on a 3.22.32 Thanks Simon -- Simon Windsor CricInfo http://www.cricinfo.com/ Tel: +44 (0) 1249 700744 Fax: +44 (0) 1249 700725 Email: mailto:[EMAIL PROTECTED] This email message is for the sole u

Exclude 1 db from update log?

2001-03-28 Thread Robin Keech
Hi, I have looked, again, in the manual and can't remember ever reading about this - but is it possible? I have one server with multiple databases. One of these databases fills the update log up to 2Gb limit in days (and I am not too bothered about logging that stuff anyway. we have txt

How do you rerun updates in the binary/update log?

2001-03-21 Thread Shane Gentry
I am trying to figure out how to do this so I can do incremental backups. Any ideas would be appreciated. Thanks, Shane __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Order of the update log

2001-02-15 Thread Sonam Chauhan
Are entries in the update log recorded in the *exact* order that the SQL 'hits the database'? I am using mysql version 3.22.22. I would normally assume the log was accurate but someone just told me that with mySQL log entries can be out of order by a few seconds because diffe

update log sequence

2001-02-05 Thread Hardy Merrill
I'm running mysql with --log-update=update_log with no extension, so every time I flush the logs I get the next sequential number appended as an extension to the new update_log file. If I flush the logs regularly every day, that sequence number will continue to grow - is there any way to reset t