Re: mysql Digest 12 Aug 2015 13:08:20 -0000 Issue 5317

2015-08-12 Thread Bob Eby
converting from MyISAM to innodb would certainly pose problems, I guess the main question would be is MyISAM functionality a strict sub-set of innodb? I'm not sure, but maybe someone else here knows better. Good luck, Robert -- MySQL General Mailing List For list archives:

Re: mysql Digest 12 Aug 2015 13:08:20 -0000 Issue 5317

2015-08-12 Thread Reindl Harald
Am 12.08.2015 um 16:49 schrieb Bob Eby: converting from MyISAM to innodb would certainly pose problems, I guess the main question would be is MyISAM functionality a strict sub-set of innodb? I'm not sure, but maybe someone else here knows better no it is for sure not signature.asc

Re: mysql Digest 12 Aug 2015 13:08:20 -0000 Issue 5317

2015-08-12 Thread hsv
On 2015/08/12 10:49, Bob Eby wrote: converting from MyISAM to innodb would certainly pose problems, I guess the main question would be is MyISAM functionality a strict sub-set of innodb? I'm not sure, but maybe someone else here knows better. No, as already said: for one thing, MyISAM allows

Re: mysql Digest 15 Aug 2014 12:32:06 -0000 Issue 5209

2014-08-18 Thread Bob Eby
mysql More details I'm sure, but just my initial thought. Thanks, Bob On Fri, Aug 15, 2014 at 8:32 AM, mysql-digest-h...@lists.mysql.com wrote: mysql Digest 15 Aug 2014 12:32:06 - Issue 5209 Topics (messages 230517 through 230517) Incorrect Infomation in tables_priv.frm

Re: mysql Digest 23 Aug 2012 15:37:35 -0000 Issue 4963

2012-08-23 Thread Jan Steinman
on the website. I'd encourage your marketing department to say something like SQL Maestro Group Team for Windows, which would be super prominent, or to at least have a system menu item for requirement that is easily accessible from every landing page on the website. On 23 Aug 12, at 08:37, mysql-digest-h

Re: mysql Digest 18 Jan 2006 15:44:18 -0000 Issue 3622

2006-01-20 Thread mwilliams
Hi all, Having a bit of mysqldump trouble again. I've looked over the documentation (again) and can't seem to find the flag to make 'mysqldump' output CREATE TABLE IF NOT EXISTS. Any ideas? Keep in mind, I never want to 'DROP IF EXISTS'. . .I simply want to CREATE if it doesn't exist so

mysql Digest of: thread107823

2004-07-27 Thread mysql-help
mysql Digest of: thread107823 Re: Verizon.net auto 107823 by: Salada, Duncan 107826 by: Jay Blanchard 107831 by: Joseph Bueno 107836 by: Svensson, B.A.T. (HKG) Administrivia: --- Administrative commands for the mysql list --- I can handle administrative

RE: mysql Digest 21 Oct 2003 17:33:01 -0000 Issue 2672

2003-10-21 Thread Prashant Pai
Hi, I have a table SalaryInfo as below Salary | Department | Level 50 | RD| Director 3 | Maintenance| Groundsman .. I want to know what level in each department makes the highest salary and how much that salary is? Something like: SELECT Salary, Level, Department FROM

RE: mysql Digest 16 Jun 2003 00:46:21 -0000 Issue 2497

2003-06-15 Thread Rogers, Dennis
:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 8:46 PM To: [EMAIL PROTECTED] Subject: mysql Digest 16 Jun 2003 00:46:21 - Issue 2497 mysql Digest 16 Jun 2003 00:46:21 - Issue 2497 Topics (messages 142726 through 142766): howto store files in mysql 142726 by: Joe Baptista

Re: mysql Digest 15 Feb 2003 14:31:06 -0000 Issue 2312

2003-02-15 Thread Barry Pollock
I am using mysql Ver 12.16 Distrib 4.0.7-gamma, for pc-linux-gnu (i686) I created the following table without error. The index line should have prevented the success of the command. CREATE TABLE IF NOT EXISTS catalog.junk ( hat VARCHAR(14) DEFAULT '' NOT NULL, hats VARCHAR(14) DEFAULT '' NOT

Re: mysql Digest 15 Feb 2003 14:31:06 -0000 Issue 2312

2003-02-15 Thread Paul DuBois
At 18:13 -0500 2/15/03, Barry Pollock wrote: I am using mysql Ver 12.16 Distrib 4.0.7-gamma, for pc-linux-gnu (i686) I created the following table without error. The index line should have prevented the success of the command. It may not make any sense, true, but it's not syntacticallyy

Re: mysql Digest 22 Jan 2003 08:37:14 -0000 Issue 2280

2003-01-22 Thread Clemente
I guess you just need to take the rows from the people table, not from the epeople table, and put the condition about the event id in the join, not the main where. Like so: select people.id, concat(lastname, , , firstname) as name from people left join epeople on epeople.pid=people.id

MYSQL Digest

2002-11-07 Thread Kory Wheatley
I sent this sometime ago and never got a response, so I will send it again I want to change my option to subscribe to this list as a digest, is the following command below correct, or is this list not setup has a digest? subscribe mysql-digest EMAILADDRESS END -- Kory Wheatley Academic

MYSQL DIGEST

2002-10-24 Thread Kory Wheatley
I want to change my option to subscribe to this list as a digest, is the following command below correct, or is this list not setup has a digest? subscribe mysql-digest EMAILADDRESS END -- Kory Wheatley Academic Computing Analyst Sr. Phone 282-3874

Re: mysql Digest 11 Jun 2002 13:45:36 -0000 Issue 1945

2002-06-11 Thread Galen Wright-Watson
On Tue, 11 Jun 2002, Trevor Phillips wrote: Date: Tue, 11 Jun 2002 13:27:53 +0800 From: Trevor Phillips [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem with Escaping quotes I'm writing some routines which generate SQL queries, and I'm trying to keep things generic. As such, I

RE: mysql Digest 10 Sep 2001 21:47:08 -0000 Issue 1490

2001-09-10 Thread Frank Cizmich
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 6:47 PM Subject: mysql Digest 10 Sep 2001 21:47:08 - Issue 1490 - Before posting, please check: http

Re: mysql Digest 24 Jun 2001 00:58:59 -0000 Issue 1353

2001-06-24 Thread bill
Does anyone have any recommendations for a good book on MySQL SQL? What about PerlDBI (I noticed that the O'Reilly one is over a year old)? Stay as far away from the O'Reilly book as possible. MySQL and mSQL was really just an mSQL book until a few months before publication when O'Reilly

RE: mysql Digest 24 Jun 2001 00:58:59 -0000 Issue 1353

2001-06-24 Thread Frank J. Schmuck
: Sunday, June 24, 2001 12:56 PM To: [EMAIL PROTECTED] Cc: Chris Petersen Subject: Re: mysql Digest 24 Jun 2001 00:58:59 - Issue 1353 Does anyone have any recommendations for a good book on MySQL SQL? What about PerlDBI (I noticed that the O'Reilly one is over a year old)? Stay as far away from

Re: mysql Digest 24 Jun 2001 00:58:59 -0000 Issue 1353

2001-06-24 Thread Steve Brazill
: Frank J. Schmuck [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Chris Petersen [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 12:25 PM Subject: RE: mysql Digest 24 Jun 2001 00:58:59 - Issue 1353 You might want to try: http://www1.fatbrain.com/search/searchresults.asp

Re: mysql Digest 26 Feb 2001 14:06:36 -0000 Issue 1161

2001-02-26 Thread bill
Hi... Is there a front-end available for Mysql. I am currently using Mascon as an administrative front-end, which is very good. However I need a front-end with less administrative features, something where-by users can create/edit/drop tables - therefore it has to be very easy to use. Try

ALERTE: VIRUS DETECTE DANS UN MESSAGE ENVOYE PAR mysql-digest-return-61915-oh=nordnet.fr@lists.mysql.com

2001-01-16 Thread root
A L E R T E V I R U S Notre système de détection automatique anti-virus a détecté un virus dans un message qui vous a été envoyé par [EMAIL PROTECTED] La distribution de ce message a été stoppée. Veuillez vous rapprocher de l'émetteur [EMAIL PROTECTED] pour

ALERTE: VIRUS DETECTE DANS UN MESSAGE ENVOYE PAR mysql-digest-return-61892-oh=nordnet.fr@lists.mysql.com

2001-01-16 Thread root
A L E R T E V I R U S Notre système de détection automatique anti-virus a détecté un virus dans un message qui vous a été envoyé par [EMAIL PROTECTED] La distribution de ce message a été stoppée. Veuillez vous rapprocher de l'émetteur [EMAIL PROTECTED] pour