myadmin for mac? or?

2003-10-07 Thread katherine
there a version out there? Saw one another mysql site (myadmin.org) but it was not a full version and was PC only. To get full version one has to pay. I am just learning and thought this was freeware. Help please? Thanks! Katherine portfolio :: www.lucidbydesign.com :: Keep it simple. Solutions

Surge 2011 Conference CFP

2011-03-18 Thread Katherine Jeschke
) com. -- Katherine Jeschke Marketing Director OmniTI Computer Consulting, Inc. 7070 Samuel Morse Drive, Ste.150 Columbia, MD 21046 O: 410/872-4910, 222 C: 443/643-6140 omniti.com circonus.com

Surge 2011 CFP Deadline Extended

2011-04-08 Thread Katherine Jeschke
received 3.5-4 out of 4 stars for quality of presentation and quality of content! Nearly 90% of first-year attendees are planning to come again in 2011. For more information about the CFP or sponsorship of the event, please contact us: surge (AT) omniti (DOT) com. -- Katherine Jeschke Marketing

Surge 2012 CFP is Open!

2012-03-30 Thread Katherine Jeschke
Surge 2012, the scalability conference, September 27-28, Baltimore, MD has opened its CFP. Please visit http://omniti.com/surge/2012/cfp for details. -- Katherine Jeschke Director of Marketing and Creative Services OmniTI Computer Consulting, Inc. 7070 Samuel Morse Drive, Ste.150 Columbia, MD

Surge 2013 CFP Open

2013-03-18 Thread Katherine Jeschke
The Surge 2013 CFP is open. For details or to submit a paper, please visit http://surge.omniti.com/2013 -- Katherine Jeschke Director of Marketing and Creative Services OmniTI Computer Consulting, Inc. 11830 West Market Place, Suite F Fulton, MD 20759 O: 240-646-0770, 222 F: 301-497-2001 C: 443

'show warnings' is not recognized

2004-05-18 Thread Katherine Haines
I appologize if this is redundant for anyone who follows google groups... Here's my post: Via the tutorial at http://www.analysisandsolutions.com/code/mybasic.htm, I downloaded mySQL and have been running most things with sucess. In case it is pertinent, I used the mysqld-max-nt --install command

Re: ENC: 'show warnings' is not recognized

2004-05-18 Thread Katherine Haines
Excuse me for duplicity. Renato. -Mensagem original- De: Renato Cramer Enviada em: terça-feira, 18 de maio de 2004 10:24 Para: '[EMAIL PROTECTED]' Assunto: RES: 'show warnings' is not recognized Hi Katherine, Sometimes happens, unfortunately, things as this: http://dev

PHP before mysql on a mac?

2003-03-24 Thread katherine bjork
p pre-installed but the books I read state that mysql must be installed before php unless php expects it to be installed in a specific location and it is thus installed in said location. I'm a complete novice on all accounts once I install Mysql, how do I get php to see it? Katherine -- MySQL Gener

mysql install---help please

2003-03-25 Thread katherine bjork
e don't point me to the mysql.org page...been there I do not understand the "grants et al". Need plain english as in explicit instruction on what to do. BTW version is 4 on mac osx running apache 1.3 with php 4.3 Katherine

how to remove mysql

2003-03-25 Thread katherine bjork
How do I remove mysql from my mac. I tried the script on the entropy website but it only works on version older than 4.x. I can seem to find any documentation regarding removal on the products website either. Katherine -- MySQL General Mailing List For list archives: http://lists.mysql.com

RE: Upgrading to 3.23.37 from 3.22.32

2001-08-09 Thread Katherine Porter
My suggestion would be to chown the database files to the same ownership of the mysqld daemon. This should solve your persmission issues. -Original Message- From:Adam Douglas [EMAIL PROTECTED] Sent:Thu, 9 Aug 2001 10:11:44 -0600 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Su

Re: Perl DBI -- How to select all returned values into an array

2001-08-25 Thread Katherine Porter
For single values I usually use this DBI function and query: my $val =3D $dbh->selectrow_array("SELECT value FROM tab1 WHERE test=3D= 2"); However, what if I want to store a bunch of values into an array? my @vals =3D $dbh->?("SELECT value FROM tab1 WHERE test > 10"); What's the syntax

Re: MySQL Still a wise choice for developers?

2001-08-25 Thread Katherine Porter
> The last thing that wurries me is the lack of updates on the issue, > when i, as a wurried client & customer go to the mysql.com website, the > only thing i find is a 'open inventation for 2001/07/18'. Being > deep-august i presume that has come and gone, and no results or > communications c

Re: MySQL Migration

2001-08-25 Thread Katherine Porter
MySQL does have a program mysqlimport. I, myself, being a scripting gal would most probably dump my Oracle DB into a comma delimited file or straight out raw SQL and make the text substitions to match the INSERT and CREATE TABLE syntax. Post a sample of your dump file and I can help you forge