Re: [OT] mySQL Client

2016-12-12 Thread Kay C Lan
On Tue, Dec 13, 2016 at 8:18 AM, Bob Sneidar wrote: > That is odd. I recently did that very thing. I started a transaction and then > ran multiple updates in a repeat loop, then committed the transaction. Seemed > like all the data ended up in the tables. > That sounds like you did NOT do the ve

Re: [OT] mySQL Client

2016-12-12 Thread Bob Sneidar
That is odd. I recently did that very thing. I started a transaction and then ran multiple updates in a repeat loop, then committed the transaction. Seemed like all the data ended up in the tables. Bob S > On Dec 10, 2016, at 12:16 , Dr. Hawkins wrote: > > One thing to note: at the moment

Re: [OT] mySQL Client

2016-12-10 Thread Dr. Hawkins
One thing to note: at the moment (and future???), you cannot send compound transactions from LiveCode to mySQL. I understand this to be a livecode issue. So BEGIN TRANSACTION; INSERT THIS; SELECT THAT; DO SOMETHING ELSE; END TRANSACTION; can be handled with a single query in livecode with

Re: [OT] mySQL Client

2016-12-09 Thread Tekne
SequelPro for sure! riccardo > Il giorno 09 dic 2016, alle ore 18:40, Bob Sneidar > ha scritto: > > Hi all. > > I am using mySQL as a database server, and MySQLWorkbench as the management > app. When I do dumps, I am warned that the version of msSQL is newer than my > version of mySQL serv

Re: [OT] mySQL Client

2016-12-09 Thread Ton Kuypers
I love using Sequel Pro, use it on a daily base without any problems... Met vriendelijke groeten, Warm Regards, Ton Kuypers +32 (0) 477 739 530 Steenweg op Leopoldsburg 100 • B-2490 • Balen • Belgium www.publishingtools4u.com > On 9 dec. 2016, at 18:40, Bob Sneidar wrote: > > Hi all. >

RE: [OT] mySQL Client

2016-12-09 Thread Lynn Fredricks
> So does anyone have any recommendations for an administration > tool that is not going to give me problems at a later time? I > don't mind paying for it if it's not too expensive, but it > has to run on OS X. I can google it but I'd like a trusted opinion. Obviously am biased towards Valenti

Re: [OT] mySQL Client

2016-12-09 Thread Bob Sneidar
Thanks Bill. It dawns on me (and the dawn has been coming later and later these days) that I actually purchased Navicat some years back. I should check to see if my license is still good. Bob S > On Dec 9, 2016, at 10:44 , proth...@earthlearningsolutions.org wrote: > > Bob, > I've used Navic

Re: [OT] mySQL Client

2016-12-09 Thread proth...@earthlearningsolutions.org
Bob, I've used Navicat for years. I like it a lot. Bill William Prothero http://es.earthednet.org > On Dec 9, 2016, at 9:40 AM, Bob Sneidar wrote: > > Hi all. > > I am using mySQL as a database server, and MySQLWorkbench as the management > app. When I do dumps, I am warned that the version

[OT] mySQL Client

2016-12-09 Thread Bob Sneidar
Hi all. I am using mySQL as a database server, and MySQLWorkbench as the management app. When I do dumps, I am warned that the version of msSQL is newer than my version of mySQL server, and because of that there may be problems importing later. This makes me very nervous. So does anyone have