SSL binaries

2003-03-24 Thread Michael Eklund
,sql,database -- Michael Eklund [EMAIL PROTECTED] Keynote Systems -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Mysql SSL Binaries Availability

2003-01-17 Thread Michael Eklund
I saw a message in November that said they would be out any time now. Any news on if they are available and in what forms are they available (tar.gz RPM, etc). Thanks, (mysql, sql, database) -- Michael Eklund [EMAIL PROTECTED] Netmechanic, Inc

Show slave/master status permissions

2001-12-18 Thread Michael Eklund
What are the chances that mysql in the future will allow someone other then a user with process privileges to check the status of the master and or slaves. I would like to write a script to monitor this, but I dont want to put a script out there with process privileges. Thanks, Mike

Repost: Show slave status permissions

2001-12-11 Thread Michael Eklund
What permissions do you need to have to issue a show slave status command? Thanks, database,sql,query,table -- Michael Eklund System Administrator Netmechanic, Inc. [EMAIL PROTECTED] http://www.netmechanic.com - Before

Re: Show slave status permissions

2001-12-10 Thread Michael Eklund
What permissions do you need to have to issue a show slave status command? Thanks, database,sql,query,table -- Michael Eklund System Administrator Netmechanic, Inc. [EMAIL PROTECTED] http://www.netmechanic.com

Re: Replication problems involving time

2001-09-04 Thread Michael Eklund
Also my master.info ends up being wrong whenever the server is rebooted. (binlog.100 becomes binlog.100\n). Can you expand on that problem a bit? When I do a show slave status before a reboot I have this:

Replication problems involving time

2001-08-29 Thread Michael Eklund
Am I the only one that thinks that mysql ought to replicate NOW, CURRENT_DATE, etc. as the time when those actual inserts happened not as NOW,CURRENT_DATE,etc. If you are replicating accross a distance (12,15,20 hops) and there is a connectivity problem, then you end up with data that is out of

Re: Insert queries add TWO records to database

2001-07-09 Thread Michael Eklund
We saw a problem simlar to this caused by a browser add-on. I believe flyswat was behind it, but it was that quickclick browser add on that one of the tv networks is pushing. Mike On Wed, 4 Jul 2001 11:27:24 -0500 Rob Donat [EMAIL PROTECTED] wrote: Thanks for the note, I will determine if

Re: Replication out of sync

2001-06-06 Thread Michael Eklund
~ Warren van der Merwe Software Director PRT Trading (Pty) Ltd t/a RedTie Durban, South Africa Cell (+27-83) 262-9163 Office (+27-31) 767-0249 -Original Message- From: Michael Eklund [mailto:[EMAIL PROTECTED]] Sent: 05 June 2001 23:18 To: [EMAIL PROTECTED

RE: Nulls appear not be respected

2001-06-05 Thread Michael Eklund
query should be: select user_id,screen_name,password,last_visit, second_to_last_visit from users where last_visit IS NULL; Just an sql-ism Mike -Original Message- From: Mark Stosberg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 2:18 PM To: [EMAIL PROTECTED] Subject: Nulls

RE: Replication out of sync

2001-06-05 Thread Michael Eklund
How did you work out the auto-ids on different servers issue? Mike -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 2:16 PM To: Warren van der Merwe Cc: [EMAIL PROTECTED] Subject: Re: Replication out of sync On Mon, Jun 04, 2001 at