Re: version

2010-01-14 Thread tony . chamberlain
I am using RPM. And for Centos 5 it was installing a lower version of mysql than what was installed with the system. That is why I want to check before doing the RPM. I guess the alternative is to use the latest version all the time, but not sure whether that will work on the 4.5 version. The o

version

2010-01-14 Thread tony . chamberlain
I have an install script that does some stuff with mysql (i.e. install, start, etc). It installs mysql Ver 14.12 Distrib 5.0.19, for pc-linux-gnu (i686) using readline 5.0 This was good when we just used CentOS 4.5. Now we are doing some later CentOS versions and the mysql version may be higher

Re: novice on SQL

2006-05-10 Thread tony yau
etc ps: a collegue said to me that DBs are not design to do what I wanted to do (in 1 sql query anyway). I'm beginning to accept that comment :( Thanks John Tony > > "John Hicks" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > tony yau

Re: novice on SQL

2006-05-09 Thread tony yau
said to me that DBs are not design to do what I wanted to do (in 1 sql query anyway). I'm beginning to accept that comment :( Thanks John Tony "John Hicks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > tony yau wrote: > > Hi John, > > > >

Re: novice on SQL

2006-05-08 Thread tony yau
.3 1 12.212.2 2 31.031.0 3 1.021.02 3 4.94.9 thanks for your help anyway Tony "tony yau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi John, > > I didn't know

Re: novice on SQL

2006-05-07 Thread tony yau
Hi John, I didn't know you can do that! (such a novice indeed!) Thank you for your reply, I will put it to the test first thing when i get back to the office tomo. Cheers "John Hicks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > tony yau wrote: > &

novice on SQL

2006-05-07 Thread tony yau
I have got a method that works (I think) by first do a SELECT getting DISTINCT id values and then foreach of these ID I do another SELECT to get the Changes values and then just massage the display. Is there another way of doing this by using a single SQL query? any help or hints will be very much

what is the sql command to export the whole database ?

2006-03-19 Thread tony vong
What is the sql command to export the whole database ? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

sql command for exporting database

2006-01-13 Thread tony vong
Hi Is there any sql commands for dumping/exporing the content of a database to a file ?? Thanks. Tony. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list

RE: innodb locking

2005-10-05 Thread Tony Leake
isolation level are you using now. I am using the default which i beleive is REPEATABLE READ. The particular query that is failing is done using autocommit as it a standalone query. Thanks tony > > sujay > > -Original Message- > From: Tony Leake [mailto:[EMAIL PROTECTED]

innodb locking

2005-10-05 Thread Tony Leake
Hi, I have a query: UPDATE dbseXyzOrders.tblOrder SET intPoUid = 98 WHERE intOrderUid = 10798 intOrderUid is the primary key There are 25 columns in the table and a further 8 of these have indexes on them. The table is innodb I have just tried to run the above query 3 times and i got the

Re: timing problem

2005-09-29 Thread Tony Leake
ver. when the flag is unset, app 2 reads it, process it and posts it to a website via xmlrpc app 2 site in a shell script while loop: (pseudocide) while (1){ start app 2 sleep (60) } so there can never be more than one instance of app 2 running. tony -- MySQL General Mailing Li

Re: timing problem

2005-09-29 Thread Tony Leake
ay the other > server (app2) will either have consistent data or will never find out that > anything was going on in the first place. > Many thanks Shawn, I few changes needed to the app but i'll give it a go. Regards tony -- MySQL General Mailing List For list archives: http:

timing problem

2005-09-29 Thread Tony Leake
e when the server is loaded. Does this happen? If so what can I do about it, would putting the inserts into one big transaction help? At the moment All of the inserts are done by implicit commits. Sorry for the essay, i an just trying to fully document what I know. Thanks tony -- MySQL Gener

RE: colum totals

2005-09-16 Thread Tony Leake
On Fri, 2005-09-16 at 14:02 +0100, Mark Leith wrote: > http://dev.mysql.com/doc/mysql/en/group-by-modifiers.html > perfect, thank you. tony -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

colum totals

2005-09-16 Thread Tony Leake
6 100.00 total 10120.00 could someone point me to this in the manual please as I can't seem to find it. Or did i just imagine it anyway? thanks tony -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscrib

Re: setting expiry date

2005-09-12 Thread tony
cords in the database and delete all matching records. //convert the date. $mysqlDate = preg_replace("|(\d{2})/(\d{2})/(\d{4)|", "\\3-\\2-\\1", $_POST['strUserDate']); //format the sql query $strQuery = sprintf("delete from news where date = '%s',$mysqlD

replicartion error

2005-08-24 Thread tony
Hi I set up replication for the first time last week. 1 master 1 slave. Everything worked fine for 1 week, i checked out a couple of records this morning to check everything was still working and the slave had stopped. show slave status showed that there had been a duplicate key error, the record

Re: Field size error

2005-08-03 Thread tony
On Wed, 2005-08-03 at 20:11 +0700, Dwi Putra L wrote: >Some days ago, I create a software, using delphi 7 >and mysql 4.0.0 Alpha as the database. are you sure about the 4.0.0 Alpha ? if so your're about 2 years behind... tony -- MySQL General Mailing List For li

Re: advanced group by

2005-08-03 Thread tony
al idea, it's called cross tabulation. if you google cross tabulation tutorial i'm sure something will come up tony -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Need to install MySQL extensions for php...

2005-08-02 Thread tony
all the information you need in the php manual http://www.php.net/manual/en/index.php tony > Thanks for any help provided. > > Javier > > __ > Correo Yahoo! > Espacio para todos tus mensajes, antivirus y antispam ¡gr

Re: innodb performance issues

2005-07-16 Thread tony
d here: > > http://dev.mysql.com/doc/mysql/en/innodb-configuration.html I didi read through this before I posted, however I am a programmer with no real admin experience in at the deep end, and it was all a little over my head :( I guess i'll get to understand it in time. Regards tony --

Re: innodb performance issues

2005-07-15 Thread tony
Hi David, On Fri, 2005-07-15 at 10:25 -0700, David Griffiths wrote: > Tony, > > " - not sure what version you are using 4.1.11. Server is a duel xeon machine with 4gb or ram running mysql and apache webserver and not much else. You should have used > my-innodb-heavy-4G.cn

innodb performance issues

2005-07-14 Thread tony
ppreciated. Tony -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: myisam or innodb (chestnut)

2005-07-13 Thread tony
On Wed, 2005-07-13 at 15:02 +0100, zzapper wrote: > Is myisam still dominant for web applications? depends on your application, if you're running a bulliten board or a simple catalogue site, then myisam is a good choice as it is faster. However for an ecommerce site i would definately go for inn

slow queries

2005-07-13 Thread tony
can i investigate this further? Table and query below Thanks in advance Tony CREATE TABLE `tblSessionData` ( `sessionKey` varchar(32) NOT NULL default '', `data` text NOT NULL, `expiry` int(11) NOT NULL default '0', PRIMARY KEY (`sessionKey`), KEY `expiry` (`expiry`

Re: MySQL give up on a query after a certain length of time

2005-05-20 Thread Tony Yau
Hi Guys, you can always set a max time out for your php script (php.ini) Tony - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: Sent: Friday, May 20, 2005 12:45 PM Subject: Re: MySQL give up on a query after a certain length of time > Hello. &

Create DB help

2004-06-21 Thread Tony Martino
Hello, I am new with using mySQL. I have a little problem I am starting a new web site on which I wanna use the "same" DB I am using on another site (that was created by somebody else). Instead of starting from scratch, I would like to use a copy of the DB we have, since we know it is alre

RE: upgraded hardware: new server is faster, but "GROUP BY" opera tions are slower???

2004-05-24 Thread Charles, Tony (Exchange)
U 2.80GHz stepping 09 . CPU clock speed is 2793.7204 MHz. Thanks for your advice everyone! Tony Ps. Good suggestion Donny, but both /tmp's are ext3. (And the new /tmp is faster, based on this little test: rm -f ttt; sync; sync; time dd if=/dev/zero of=./ttt bs=16M count=32) Ke

upgraded hardware: new server is faster, but "GROUP BY" operations are slower???

2004-05-21 Thread Charles, Tony (Exchange)
90.260.651000 count_distinct12.000.510.020.531000 count_distinct (new box) 15.000.100.010.111000 Any advice at all, would be very much appreciated! Thanks, Tony ***

Re: Selecting non opposites

2004-03-22 Thread Tony Richardson
I'm a newbie but thought I'd try my hand and offer an extremely inefficient query that seemed to work ... select * from word join word as tw join word as tm where concat(word.wd, tw.wd, tm.wd) not like '%male%female%' and concat(word.wd, tw.wd, tm.wd) not like '%female%male%'

Re: Text formatting

2003-09-28 Thread Tony Thomas
On Sunday, September 28, 2003, at 11:40 PM, Tony Thomas wrote: nl4br(); will insert a tag after every new line so your browser can display it correctly. Ahem. I mean nl2br();

Re: Text formatting

2003-09-28 Thread Tony Thomas
That's because the browser doesn't read the line breaks without a tag at the end. All you need to do is this: echo nl2br($textarea); ?> nl4br(); will insert a tag after every new line so your browser can display it correctly. On Sunday, September 28, 2003, at 11:07 PM, delz wrote: Hi All

SQL Injection

2003-09-28 Thread Tony Thomas
Hi All, I've been hearing a bit about SQL injection lately, but the only documentation I can find refers to Microsoft or Oracle. Anyone know of good articles about injection in MySQL? Prevention? Detection? Is MySQL less vulnerable? Thanks, Tony -- MySQL General Mailing List For

Re: select data from two tables without join

2003-09-16 Thread Tony Thomas
o tell which records came from which table. If that dosn't matter obviously its not a problem. - Original Message - From: "Tony Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 2:48 PM Subject: Re: select data from two table

Re: select data from two tables without join

2003-09-16 Thread Tony Thomas
e using MySQL 3.x as that dosn't support UNION. Haydies. - Original Message - From: "Tony Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 2:01 PM Subject: select data from two tables without join : I have two tables tha

select data from two tables without join

2003-09-16 Thread Tony Thomas
I have two tables that are similar, but not related. One is for meetings and the other for training. I'd like to run a query to select data from both based on the date so I can display the information on a web page. Is that possible? It seems unnecessary to run a separate query for each. I'd li

Re: Lotus Notes/Script...

2003-09-15 Thread Tony
http://www.odbcunix.org (probably on RedHat's site too) http://www.mysql.com/downloads/api-myodbc.html Hope this helps. /Tony ps. database, SQL, queries, sort, select, alter, table and other words for the list man to read. __ Do you Yahoo!? Yahoo! Site

CocoaMySQL

2003-09-11 Thread Tony Thomas
Good news for OS X users. CocoaMySQL has just been updated and it now supports CSV imports among other improvements. It's freeware too. http://www.MacUpdate.com/info.php/id/10573 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.c

Re: [OT] Autoresponders (is Re: Spam from this list)

2003-08-23 Thread Tony Thomas
I've been getting autoresponders from [EMAIL PROTECTED] [EMAIL PROTECTED] ("The Oracle") [EMAIL PROTECTED] On Saturday, August 23, 2003, at 12:41 PM, Joe Baptista wrote: BTW, did anyone around here get mail from CServe containing important email addresses such as support? I got from them these

Re: Setting up MySQL on Mac OS X

2003-08-22 Thread Tony Thomas
Once you get everything up and running, and get the basics of MySQL down, here are some tools that can make database administration on the Mac a little simpler in terms of doing every day things, like creating databases, tables, searching, sorting and exporting: Cocoa MySQL- http://versiontrack

Re: MySQLD Binary Log

2003-07-29 Thread Tony Evans
The following is my guess, give it a try if you want: Make sure that in your config file, "log-bin" isn't present, delete all the log files, as well as the -bin.index file and restart MySQL. I utilize my log files, so I can't say how to stop them totally. -- Tony Ev

Re: mac osx

2003-06-19 Thread Tony Thomas
There are some good Mac clients to access MySQL. I personally use CocoaMySQL for much of my day to day activity. You can find them all on versiontracker.org. YourSQL looks okay too. I agree though, the fancy interface, should you choose to use one of the above clients, is much more useful if y

Help Needed! install client only

2003-02-26 Thread Tony Zhang
I need to install a mysql client only on a solaris2.8 machine, the mysql server is on another machine. I could not make the compile work using the source download. I got an error in make. Can someone point me to a binary client download somewhere? Or give me a hint of the following compile error.

Build error (v3.23.55) on Solaris 2.8

2003-02-25 Thread Tony Zhang
When I tried to build a client only version (v3.23.55) on a Solaris2.8 machine, I got the following error: ( while doing make install) I did ./configure -without-server. It works fine. This is the error make gives. ... cc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysqlc\" -DDATADIR=\"/usr/local/mysq

can't use MySQL control center 0.8.7-alpha update Chinese

2003-01-03 Thread Tony
Hi, I can't use MySQL control center 0.8.7-alpha to insert records with fields of Chinese GB2312 characters. The updated execution result is something like "?20", I use varchar. I run it on IIS, Chinese windows2000 professtional with service pack3. But when I use console insert record comm

True/False

2002-11-08 Thread Tony Roberts
can't find the answer. Regards Tony Roberts Mailbox Solutions Ltd [EMAIL PROTECTED] 01777 700 600 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.389 / Virus Database: 220 - Release Date: 16/

ODBC connectivity?

2002-10-25 Thread Alston, Tony
;mysqladmin -p shutdown' and supplying the root password. I'm baffled. I'm not officially part of the list, so if anyone would care to lend some aid, please e-mail me directly (or to the list and I'll eventually get it). At this point, I'm desperate. The hot breath of my users

RE: Select Query

2002-10-03 Thread Tony Devlin
? +--+ | ___ ___ | | //_/_/_/_/_/ //_/_/_/ | |//_/ //_/ _/ | | //_/ //_/ _/| | //_/ //_/_/_/ | |--| | Tony Devlin - [EMAIL PROTECTED] | | Airewaves Broadband, Systems Admin | | Website - www.airewaves.com | | Atlanta, Ga - 678.522.3923 | | Beaufort, SC

RE: OT but related: DNS using SQL databases

2002-10-03 Thread Tony Biacco
FYI..I use MyDNS here, and i really like it. has a nice little contribed PHP interface included in it too. be aware, it's only an authoritative name server, if you want to do recursive/cache, you need something like djbdns dnscache along side it. -Tony - S

Help request for connection problem with Java app

2002-09-12 Thread tony . aw . prichard
no effect. Sounds to me like some resource is being used up and possibly not being released but apart from that I haven't much clue. Regards Tony Prichard - Before posting, please check: http://www.mysql.com/man

Re: Can't start mysqld from Source Distro - can't readmessagefile errmsg.sys

2002-09-09 Thread Tony Butcher
ounds like a bug to me, and I've now done this on both SuSE 7.0 and SuSE8.0. Tony Butcher > From: Gerald Clark <[EMAIL PROTECTED]> > Organization: Supplier Systems Corporation > Date: Fri, 06 Sep 2002 13:30:29 -0500 > To: Tony Butcher <[EMAIL PROTECTED]> > Cc: [EMAIL

Re: Can't start mysqld from Source Distro - can't readmessagefile errmsg.sys

2002-09-06 Thread Tony Butcher
Sorry, user mysql and group mysql already exist, and permissions were already set correctly. It didn't work. Any more ideas? Thanks again. Tony > From: Gerald Clark <[EMAIL PROTECTED]> > Organization: Supplier Systems Corporation > Date: Fri, 06 Sep 2002 13:30:29 -050

Can't start mysqld from Source Distro - can't read messagefileerrmsg.sys

2002-09-06 Thread Tony Butcher
/english/errmsg.sys Is anyone else getting this? Any ideas how to get round it? Thanks! Tony Butcher

Problem with Tables...

2002-08-29 Thread Tony Devlin
. +--+ | ___ ___ | | //_/_/_/_/_/ //_/_/_/ | |//_/ //_/ _/ | | //_/ //_/ _/| | //_/ //_/_/_/ | +--+ | Tony Devlin - [EMAIL PROTECTED] | | Airewaves Broadband, Systems Admin | | Website - www.airewaves.com | | Atlanta, Ga - 678.522.3923 | | Beaufort, SC - 843.379.AIRE(2473

Some prob...

2002-07-28 Thread Tony Bagoly
o mysql-3.23.51]# First of all i have tar -zxvf mysql-3.23.51.tar.gz Then i have enter the map, runing ./configure -prefix=/usr/local/mysql Then make Lol // Tony B [EMAIL PROTECTED] - Before posting, please check:

MySQL 3.23.33 mysqldump of mysql database has syntax errors in table creation

2002-04-25 Thread Tony . Wells
>Description: When dumping the 'mysql' database, the dump file contains syntax errors, and I can't find where this has been rectified in later releases. Example dump using 'mysqldump -cl mysql': [snip]# # Table structure for table 'db' # CREATE TABLE db ( Host char(60) NOT NULL default '',

MySQL, MacOS X and disappearing datadir

2002-04-01 Thread Tony Niesz
nce it happens. The results from a "variables" command after the event are at: http://homepage.mac.com/tonyniesz/variables.txt The results from "extended-status" are at: http://homepage.mac.com/tonyniesz/extended-status.txt The two data dumps refer to 3.23.46, but I'

Capacité Mysql

2002-03-28 Thread Tony Jarriault
Bonjour, J'utilise Mysql 3.23... sous un environnement Solaris 7. La taille de la base de donnée est de 1Go 5. Quelles sont les limites pour le bon fonctionnment de mysql ? Existe il un moyen plus rapide de faire des copies de bases que le dump ? Merci Cordialement, Tony Jarr

RE: Adding Columns to table

2002-03-20 Thread Tony
You may also find it more convenient to edit a text file with all of your data and table creation commands in it, then use the 'source' command inside an mysql session to execute them. That way when you run into an error, you just edit the file and repeat. Another nicety about MySQL is a co

RE: Adding Columns to table

2002-03-20 Thread Tony
Just put a carriage return (e.g. the enter key) in your command every, say 72 characters or wherever the next logical word occurs. MySQL really only cares about ending all the entry with a semi-colon (or some maximum line length which I think you've run up against). In short, hitting the en

RE: Speed question.

2002-03-20 Thread Tony
By any chance are you using DBI, and prepare in the query? If so, have you use prepare_cached and roled the select statement into a function that accepts the 'CONSTANT' as an input param to the function? That gave me tremendous perf improvements. -Original Message- From: BD [SMTP:

Re: Re: Searchable archives of this list

2002-03-03 Thread Tony Buckley
> - Original Message - > From: "Kim Hendrikse" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 03, 2002 7:04 PM > Subject: Searchable archives of this list > > > > Hi, > > > > For those of you who are not aware of it, we run a searchable archive of > this > > list at th

Re: Hi

2002-03-02 Thread Tony Buckley
written in, any ODBC... and a hundred other questions. Just what are you asking here? Tony - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archiv

crash bug with ORDER BY text

2002-03-01 Thread Tony J. White
into test values (1, 'blah'); select * from test order by note; I haven't tried any other versions yet, but the crash doesn't happen with 3.23.21-beta. -Tony Tony

Re: Showing results of a search

2002-03-01 Thread Tony Buckley
Sql. I would like that when I execute a search the results would > be show on pages with 20 results per page. Is that possible??? > > Thank you > > Daniel F. Castro > This is a good site explaining just what you are after... http://www.web

Fw: would you send me the mysql distribution which can support big5

2002-02-19 Thread Tony Wu
- Original Message - From: "Sinisa Milivojevic" <[EMAIL PROTECTED]> To: "Tony Wu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 8:38 PM Subject: Re: would you send me the mysql distribution which can support big5

Re: seeking partner

2002-01-28 Thread Tony Buckley
And YOU are part of the problem - every spam is backed up by one of your complaints, doubling the traffic. If it really bothers you that much then set up a filter rule (killfile) for the persistent spammers, or risk being killfiled yourself - you have become a spammer. Can't you take your petiti

Re: [OT] Re: Understanding throughput with JDBC

2002-01-20 Thread Tony Buckley
Rownum exists of a sort with the limit clause. Rowid does not exist all at. Tony - Original Message - From: "Emmanuel van der Meulen" <[EMAIL PROTECTED]> To: "MySQL Java List" <[EMAIL PROTECTED]>; "MySQL General List" <[EMAIL PROTECT

Re: Porting from MS SQL to MySQL

2002-01-18 Thread Tony Buckley
- Original Message - From: "j.urban" <[EMAIL PROTECTED]> To: "Tony Buckley" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 4:10 PM Subject: Re: Porting from MS SQL to MySQL > > Unless th

Re: Porting from MS SQL to MySQL

2002-01-18 Thread Tony Buckley
- Original Message - From: "j.urban" <[EMAIL PROTECTED]> To: "Tony Buckley" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 4:07 PM Subject: Re: Porting from MS SQL to MySQL > > Porti

Re: Porting from MS SQL to MySQL

2002-01-18 Thread Tony Buckley
- Original Message - From: <[EMAIL PROTECTED]> To: "Tony Buckley" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 3:34 PM Subject: Re: Porting from MS SQL to MySQL > SNIPSNIP:) > > > I agree. If they are a seriuo

Re: Porting from MS SQL to MySQL

2002-01-18 Thread Tony Buckley
c. If you think E18k is a lot then ask for a detailed task plan with effort; find out what they are asking you to pay for. The DB was described as 'fairly complicated' whatever that may mean. Perhaps - and we are all guesing - there are remote data issues, views, stored procs, java

Re: Spam - a possible cause ?

2002-01-13 Thread Tony Buckley
ential" stock scams. > Marjolein, They sound like great opportunities. Do you have any more info? Tony - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: user / pwd access to db driven website

2002-01-07 Thread Tony Buckley
l you a new platform then your prices are clearly not a couple of pence per access. Good luck, Tony - Original Message - From: "Investor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; &

Re: Multiples instances of MySQL

2001-12-30 Thread Tony Buckley
See manual section 4.1.4. - Original Message - From: "Emmanuel van der Meulen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 9:47 AM Subject: Multiples instances of MySQL > Hello all, > > Could someone please advise, what is the procedure to start and ru

Re: MySQL Searchable Mailing List Archive now up.

2001-12-14 Thread Tony Buckley
o > write one. I've actually been keeping an archive of the MySQL list > for quite a while in anticipation of doing this some day. Just doin' > my bit... > > The archive is at http://archive.workmate.ca/myarchive > Simply fabulous! Thanks! Tony -

Smalltalk and mySQL

2001-12-14 Thread Tony Buckley
Anyone have any experience of using mySQL within Smalltalk servers on a unix/linux platform? Any decent links? I am just exploring this now as I have heard there is now a Smalltalk mod for Apache. This sounds like a fun combination to play with! thanks, Tony

Re: [OT] A News Group Perhaps.

2001-12-12 Thread Tony Buckley
(title and text) and can be read or ignored by choice. I am not a great fan of Newsgroups - they get spammed too much and messages get lost or archived. Some ISPs carry them, some don't. All too hit and miss for a resource on which I rely and am very grateful for. Tony - Original Me

Re: "IN" keyword supported?

2001-12-09 Thread Tony Buckley
1064: You have an error in your SQL syntax near 'select ID from > user)' at line 1 > > Is the "IN" keyword not supported in MySQL, or am I using it wrong? > Subqueries are not supported in mySQL. Have to rewrite it with a combination of outer joins to do the

Re: From Oracle to the MySQL Database Server

2001-12-09 Thread Tony Buckley
Hi Arjen, - Original Message - From: "Arjen G. Lentz" <[EMAIL PROTECTED]> To: "Tony Buckley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 1:40 AM Subject: Re: From Oracle to the MySQL Database Server > > But eh,

Re: Annoying article about MySql

2001-12-08 Thread Tony Buckley
sources/threads) have yet to fail. Does the job very nicely. Yes there are the usual gripes about views, transactional processing, and locking, but if you know about these at the design stage they can be managed. I'm a fan! Tony --

Re: MySQL 3.23 Manual - PDF

2001-11-28 Thread Tony
th or well organized information. Not trying to bust your chops, I did it (and still do from time to time), just letting you know that there is a faster (and more complete) way to find answers. HTH, Kind regards, Tony On Wednesday 28 November 2001 01:27 pm, A. Clausen wrote: > Is ther

Re: inserting from one table into another

2001-11-27 Thread Tony
...I hate when this happens, I found it. For those who didn't know: insert into table1 select table2.* from table2; I know, I should be column specifc to accomodate table schema changes later in life, but this was a test. T On Tuesday 27 November 2001 12:46 pm, Tony wrote

inserting from one table into another

2001-11-27 Thread Tony
I thought the following SQL statement would work (both tables are the same schema): insert into table1 values ( select * from table2 ) ; ...or was I seeing magic posts in the wee hours of the morning? I didn't think that was a subselect, but maybe I am wrong there too. Any help

MySQL 4 UNION problem

2001-11-26 Thread Tony Bailey
%W %M %D %Y') as thedate, doctitle from docs, wdocid_bo where wdocid_bo.docid = docs.docid and docs.docdate > FROM_UNIXTIME(975228544) AND wdocid_bo.wordid=1646 GROUP by docs.docid ORDER by score DESC, docdate DESC, docid DESC LIMIT 0, 10 TIA Tony

??Sourcing in sections of a database create file

2001-11-09 Thread Tony
); ?section consistency_check select . --- Does anyone know whether this functionality exists in MySQL? Regards, Tony - Before posting, please check: http://

Re: varchar in the foodchain

2001-11-09 Thread Tony
On Friday 09 November 2001 12:23 am, Steve Meyers wrote: > Tables with variable length rows can get ugly if not optimized > frequently. We had one which was taking 2.5 sec to do an indexed query, > and when we optimized the table it dropped to .2 sec. > > But as long as you keep your tables opti

Re: varchar in the foodchain

2001-11-08 Thread Tony
On Thursday 08 November 2001 10:55 am, Paul DuBois wrote: > At 10:00 AM -0500 11/8/01, Tony wrote: > >Does anyone know if putting (or grouping) varchar columns at the end of a > >table provides any performance improvements? My indices are all integers, > >but not have varch

Re: newby question about datetime fields

2001-11-02 Thread Tony
Try this: select * from my_table order by my_datetime ASC; select * from my_table order by my_datetime DESC; Cheers, T On Thursday 01 November 2001 06:15 am, brainheap wrote: > Hi ppl! > > I have a table with datetime type column in it. > > > when I make request "select * from

Re: Web Hosting

2001-11-01 Thread Tony
You might want to try Hurricane Electric, I've been using them for over a year, MySQL, Telent, cgi, email account, DNS support starting at $10/month. http://www.he.net They've been great. Cheers, T On Tuesday 30 October 2001 11:44 pm, Joe Fan wrote: > My current web hosting c

MySQLfont Tools

2001-10-31 Thread Tony
ellas NT. MySQLfront is a great tool for daily tasks, etc. I must confess to preferring the text-based approach, probably the habit of years of big DB work on Tandem systems, where GUI tools were (and are) few and far between. I have not heard of the Advanced Query Tool, which

Re: Problem adding table

2001-10-31 Thread Tony
On Wednesday 31 October 2001 10:44 am, Richard W. Wood wrote: > I've been trying to add the following table to my database, and I keep > getting the error below. > > CREATE TABLE mod_userpage_data ( >id INT(5) NOT NULL default '0', >title VARCHAR(200) NULL, >data LONGTEXT NULL, >PR

Re: Autoincrement

2001-10-27 Thread Tony
ly, there are pages on the online docs too, I just found his book, dog eared and easy to find things. HTH, Tony On Friday 26 October 2001 08:07 pm, Joe wrote: > Is there a query I can run to change the next autoindex to the next highest > integer in the column. > > I mean

Re: Uneven replication nodes??

2001-10-25 Thread Tony
as the key on one of the slaves than a pesky timestamp--er, I think. Right now it is timestamp. Thanks for the thoughts guys, I'll be sure to provide feedback on the results if you are interested. Regards, Tony On Thursday 25 October 2001 12:45 pm, Kyle Hayes wrote: > On Wedn

Column data type conversion Q

2001-10-25 Thread Tony
n rows. I am running MySQL 3.23.36 and RedHat 7.1 (2.4.3-12) Kind regards, Tony --botspeak: sql, query, database - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Uneven replication nodes??

2001-10-24 Thread Tony
indexing. For disaster recovery of the master, one slave could be "untouched" and not indexed. I'd be interested to hear comments. Thanks in advance, /Tony - Before posting, please check: http://www.mysql

Re: Oracle conversion...

2001-10-22 Thread Tony
. Just curious to hear some opinions. On Monday 22 October 2001 05:42 pm, Moshe Gurvich wrote: > select max(length(column)) from table > > -Original Message- > From: Tony [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 2:36 PM > To: [EMAIL PROTECTED]

Oracle conversion...

2001-10-22 Thread Tony
gging into the manual, but time savings would be greatly appreciated. Regards, Tony - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To re

Re: How to copy table structure easily.

2001-10-22 Thread Tony
duce just the create table text (using the '-d' option). If you omit the '-d' option, it will also produce an 'insert' statement for each row in the DB. Obvisously, this can get quite huge depending on the amount of data in your DB. [tony@hoosier tony]$ mysqldump -

  1   2   >