Re: *****SPAM***** when I installed mysql 3.23.43

2002-08-16 Thread David Lloyd
Dave [ mysql query] > when I installed mysql 3.23.43 it instructed me to be sure to add a password with >the following results- > : > seaport2:/# /usr/mysql/bin/mysqladmin -u root -p password 'new-password' > Enter password: > /usr/mysql/bin/mysqladmin: connect to server at 'localhost' failed

Re: *****SPAM***** Query problem

2002-08-16 Thread David Lloyd
Amit, > I am trying to run the following query:- > > select red,green,blue from colorchanger where > colorcode = select value from jobattributekit where > attributekit = "Color" and jobnumber = > "28200124RB4-001" and scenario="JN75K"; It doesn't support subselects. It's having a problem with

when I installed mysql 3.23.43

2002-08-16 Thread Dave Reinhardt
when I installed mysql 3.23.43 it instructed me to be sure to add a password with the following results- : seaport2:/# /usr/mysql/bin/mysqladmin -u root -p password 'new-password' Enter password: /usr/mysql/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'r

Re: InnoDB on FreeBSD-Alpha problem

2002-08-16 Thread Heikki Tuuri
Yuri, - Original Message - From: "Yuri" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Saturday, August 17, 2002 1:41 AM Subject: InnoDB on FreeBSD-Alpha problem > Anyone i running MySQL with InnoDB > on FreeBSD-Alpha? > > I get the mysqld compiling/running > ok. DB dump i

Query problem

2002-08-16 Thread Amit Lonkar
Hi all Does mysql support simple joins? I am trying to run the following query:- select red,green,blue from colorchanger where colorcode = select value from jobattributekit where attributekit = "Color" and jobnumber = "28200124RB4-001" and scenario="JN75K"; ColorChanger Table:- ColorCode Color

Re: auto increment as primary key

2002-08-16 Thread Dan Nelson
In the last episode (Aug 16), Fr. Robert Bower said: > Is it a good idea to use an auto increment field as a primary key in mysql? > I know in some products like paradox it is a bad idea because of possible > corruption problems down the road? If you get corrupt databases, don't blame the primary

Re: For all you people looking for mysql shirts ;-)

2002-08-16 Thread mos
At 09:59 PM 8/16/2002, you wrote: >Hi guys, > >Just an FYI, We've finally decided to license out our logo to >CafePress.com >with the MySQL Developer logo. You can buy shirts, mugs, tote bags and >more >If you have a chance please check it out. Here is the link > > http://www.cafeshops.com/cp/sto

Re: auto increment as primary key

2002-08-16 Thread David Lloyd
Father, [ mysql, query ] > Is it a good idea to use an auto increment field as a primary key in mysql? > I know in some products like paradox it is a bad idea because of possible > corruption problems down the road? I don't believe there would be any problems in the latest versions of MySQL; o

Re: How do I uninstall mySQL?

2002-08-16 Thread Joel Rees
> How do I uninstall mySQL? MSWindows or *NIX? Which one? (And have you searched the archives? I think I've seen this question answered before, perhaps depending on your OS and version.) -- Joel Rees <[EMAIL PROTECTED]> - Be

auto increment as primary key

2002-08-16 Thread Fr. Robert Bower
Is it a good idea to use an auto increment field as a primary key in mysql? I know in some products like paradox it is a bad idea because of possible corruption problems down the road? Thanks In Christ, Father Robert St. Nectarios Orthodox Church [EMAIL PROTECTED] http://www.stnectarios.org Fo

For all you people looking for mysql shirts ;-)

2002-08-16 Thread Colin Faber
Hi guys, Just an FYI, We've finally decided to license out our logo to CafePress.com with the MySQL Developer logo. You can buy shirts, mugs, tote bags and more If you have a chance please check it out. Here is the link http://www.cafeshops.com/cp/store.aspx?s=mysqldeveloper.0 P.S. Sorry in a

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Elizabeth Bogner
I'd like to thank everyone for giving such helpful and detailed responses; it's the sort of thing that shows me how good the support here can be! I did want to address some things that may not have been clear enough in my original message. When I said "not speed" I didn't mean that speed wasn't

Re: MySQL vs. Oracle (not speed) - not part of the rant, but real information

2002-08-16 Thread David Lloyd
Adam, [ mysql, query ] > However, you can do it manually (I think) by playing around with both > the order of the where clause and the order of the join clause Yes. > Also, MySQL has a really wimpy default configuration (I can't figure out > why). Here is my /etc/my.cnf (I don't know what th

Re: AUTO_INCREMENT PROBLEM

2002-08-16 Thread Dan Nelson
In the last episode (Aug 17), delz said: > I'm using phpmyadmin to create database on Mysql server. I want my > idx to start at 1800 then implement auto increment. How do i do it > using phpmyadmin? send the following command: ALTER TABLE mytable AUTO_INCREMENT = 1700; In general, phpmyadmin qu

AUTO_INCREMENT PROBLEM

2002-08-16 Thread delz
Hi All, Good day !!! I'm using phpmyadmin to create database on Mysql server. I want my idx to start at 1800 then implement auto increment. How do i do it using phpmyadmin? Regards, Delz, - Before posting, please check: h

mysqlbinlog - doesn't work on some log files

2002-08-16 Thread Eric Frazier
Hi, I deleted a db I didn't mean to. I am using mysql 4.0.1 Alpha and some innodb and some myisam tables. I have the log files I need to restore my data since I have been running since the last backup with binlog enabled in my.cnf. The problem is that mysqlbinlog shows some log files, but oth

Urgent: lost connections,

2002-08-16 Thread Chris Knipe
Lo everyone, I've implemented replication on my MySQL Server... The master is mysql 3.23 (FreeBSD Ports), and my one and only slave is mysql 3.23 (Win32). I added the slave so that I can have a hardcopy / backup database in the event that I have a data loss on the master. This is all very well

RE: Server Error

2002-08-16 Thread James Kelty
Thanks alot! -James -Original Message- From: Oscar Rylin [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 3:05 PM To: 'James Kelty'; [EMAIL PROTECTED] Subject: RE: Server Error http://www.geocrawler.com/archives/3/8/2002/6/0/9054036/ / Oscar Rylin -Original Message- F

Re: Manual availability

2002-08-16 Thread Donna Robinson
Course, you could just be v. nice to me - I made it into separate pages in 2 frames for much the same reason. :-) donna ( v. 3.23.34) On Friday 16 August 2002 9:21 pm, Frank Shute wrote: > I'm using 3.23.51 and I wondered if the manual was available as > separate pages of html in a tarball. > >

Re: Persisten Connections

2002-08-16 Thread mos
At 08:40 AM 8/14/2002, you wrote: >I am running a website which generates around 100,000 pageviews a day and I >am wondering if I stop using persistent conections to the MySQL database and >use >normal open and close conections this would reduce the load onto my server? > >Most conections are eith

RE: Server Error

2002-08-16 Thread Oscar Rylin
http://www.geocrawler.com/archives/3/8/2002/6/0/9054036/ / Oscar Rylin -Original Message- From: James Kelty [mailto:[EMAIL PROTECTED]] Sent: den 16 augusti 2002 22:57 To: [EMAIL PROTECTED] Subject: Server Error Hello, Does anyone know, off the top of their head, what server_errno=1159

slow query in MySQL 4

2002-08-16 Thread Tac
A simple query in MySQL 4 that gets a count from 3 inner joined tables: select count(*) as C from quotes q inner join articles a using (article_id) inner join media m using (media_id) article_id and media_id are int(11), and are the primary keys for their respective tables. When used as foreig

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Aron Pilhofer
The explain command is still a little confusing new to me, but... does this > ;tempsap;ALL;10019; ... not mean that MySQL is not recognizing the indexes on the tempsap - AdminProducer join? > > -Original Message- > From: Jocelyn Fournier [mailto:[EMAIL PROTECTED]] > Sent: Friday, A

How do I get rid of the MySql column in Welcome to phpMyAdmin 2.2.6page?

2002-08-16 Thread Dave Reinhardt
How do I get rid of the MySql column in Welcome to phpMyAdmin 2.2.6 page? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this

RE: Access to MySQL

2002-08-16 Thread Mark Schoonover
Take a look at MyODBC... .mark > -Original Message- > From: Oladejo, Tokunboh [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:48 AM > To: [EMAIL PROTECTED] > Subject: Access to MySQL > > > Hi All, > > Does anyone knows of any easy way/short cut of exporting > Microsoft

InnoDB on FreeBSD-Alpha problem

2002-08-16 Thread Yuri
Anyone i running MySQL with InnoDB on FreeBSD-Alpha? I get the mysqld compiling/running ok. DB dump is restored ok locally. Locally everything wirks. But it crashes on the incoming network connection. unaligned access: va=0x11fff784 pc=. Anyone knows the solution? Thanx, Yuri. ---

RE: Access to MySQL

2002-08-16 Thread Aron Pilhofer
If your table(s) are already set to comply with MySQL's much stricter formatting standards (e.g., spaces in field names, etc), then you can simply create an ODBC connection and "export" your table to the MySQL database. That does not always work, and does not always work well. But it is pretty sim

High Availability and High Performance with MySQL

2002-08-16 Thread Sam Przyswa
Hi, We have a MySQL+InnoDB server on Linux-Debian as ISP mail solution in conjunction with Postfix and DBmail and a Webmail in PHP/MySQL. The mail database is now 4.8Gb size for about 210 users on IMAP and POP3. The database have to grow to more than 1000 or perhaps 2000 users. We must in a next

How do I uninstall mySQL?

2002-08-16 Thread Scott Dix
mySQL, How do I uninstall mySQL? Scott - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
ok fixed thoes every little bit helps... I hope. -Original Message- From: Jocelyn Fournier [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:00 PM To: Mary Stickney; [EMAIL PROTECTED] Subject: Re: MySQL vs. Oracle (not speed) I also noticed the field where you make the jo

Re: Access to MySQL

2002-08-16 Thread Donna Robinson
This solution worked really well for me: www.cynergi.net/exportsql/ Donna On Friday 16 August 2002 6:48 pm, Oladejo, Tokunboh wrote: > Hi All, > > Does anyone knows of any easy way/short cut of exporting Microsoft access > tables into MySql database. > > Thanx > All > >

Server Error

2002-08-16 Thread James Kelty
Hello, Does anyone know, off the top of their head, what server_errno=1159 on a SLAVE means? Replication is working, but I just want to know what that is. Thanks. -James sql query James Kelty Director of Operations Everbase Systems, LLC 624 A Street Ashland, OR 97520 [EMAIL PROTECTED] 541.488

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Aron Pilhofer
You can index fields with nulls. You can't make into a primary key, that's all. > -Original Message- > From: Mary Stickney [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 12:38 PM > To: Jocelyn Fournier; Mark Matthews; [EMAIL PROTECTED] > Subject: RE: MySQL vs. Oracle (not spee

RE: Replication Problem

2002-08-16 Thread James Kelty
Apparently I had list File permissions with my user. Thanks anyway. -James -Original Message- From: James Kelty [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:06 AM To: [EMAIL PROTECTED] Subject: Replication Problem Hello, I have this replication problem. I am getting thi

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Aron Pilhofer
I'm sorry, but are you and I reading the same thread here? :) > -Original Message- > From: Serge Paquin [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 12:01 PM > To: Mark Matthews > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: MySQL vs. Oracle (not speed) > > > I

Manual availability

2002-08-16 Thread Frank Shute
I'm using 3.23.51 and I wondered if the manual was available as separate pages of html in a tarball. The manual as shipped is a single page and as this machine's dog slow and takes an age to jump from one part of the manual to another, I thought separate pages might improve matters. I can only f

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
for reports only -Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 2:14 PM To: Mary Stickney; Elizabeth Bogner; [EMAIL PROTECTED] Subject: Re: MySQL vs. Oracle (not speed) ...in this case...is very "sad". You use this query to generate repo

Re: Access to MySQL

2002-08-16 Thread Mauricio Sthandier R.
SELECT * INTO mysql_table IN "" [ODBC;DSN=mysql_dsn;SERVER=localhost;UID=root;PWD=] FROM access_table You need myODBC and execute this in Access. Respect the double empty quotes. - Original Message - From: "Oladejo, Tokunboh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Augu

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Gelu Gogancea
...in this case...is very "sad". You use this query to generate report or it's for usually work ? _ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original M

Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Gelu Gogancea
Hi, Usually Network Adapter doesn't make this things(Hardware and Software CRC).I think you should check what happened with the "query" string.When you "hang" the error make a dump of memory and see where is "broke" your array of char. Regards, Gelu __

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
I don't have a choice as to what database I use I WISH I did and I didnt design the tables, I inherited them BUT I can do SOME redesign, but only by creating new tables. I have to leave all the old tables as is , for the old stuff. see my hands are tied behind my back. -Orig

Re: Query slowing down, need advice

2002-08-16 Thread Tod Harter
On Friday 16 August 2002 12:43 pm, Brian Moon wrote: > No, it should be and is scanning through the 500,000+ rows that meet the > key of (approved, datestamp). The table has 1M+ in it. My question is, how > can it be faster? Can it not be faster? Is MySQL on my size server just > not going to h

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Heikki Tuuri
Mary, you could try downloading MySQL-Max-3.23.52 for Windows and converting your tables to the InnoDB format. Your tables maybe take some 500 MB of space in InnoDB. If you have a reasonably big Windows server with > 500 MB RAM, they will fit completely in the buffer pool if you configure it big

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Orr, Steve
Regarding your testing... did you test many concurrent processes or concurrent multi-user access? If you need concurrent multi-user access for an OLTP app then you should test it. To this end I developed a Perl routine which launched concurrent sessions in the background. I could adjust the numbe

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Gelu Gogancea
Hi Mary, My opinion: MySQL forums are open to every one to said about him MySQL problems,experience... etc.From performance point of view(slow query), 90 % from the people which was posted on this forums , has problem with Database and Table design.Comparing RDBMS it's not quite fairly because ev

RE: Persisten Connections

2002-08-16 Thread Orr, Steve
> There is at least one reason, which is that persistent connections cause > the server to hold open connection slots even the connection isn't actively > being used at the moment. But isn't this really just a failure of the connection pooling mechanism? If you have a connection pooling program

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
it was a limitation of the DBTOOLS table manager... I am indexing right now using alter table... -Original Message- From: Dan Nelson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:08 PM To: Mary Stickney Cc: Jocelyn Fournier; Mark Matthews; [EMAIL PROTECTED] Subject: Re: MySQ

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
no I am using myisam it was just a limitation of DBTOOLS I am getting it done using alter table -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Van Sent: Friday, August 16, 2002 1:06 PM To: Mary Stickney Cc: [EMAIL PROTECTED] Subject: Re: MySQL

Re: Still trying to build libmysqld.a on Tru64

2002-08-16 Thread Dan Nelson
In the last episode (Aug 16), Randall Severy said: > > It is only libmysqld that you're having problems with? I have > > built mysql (the regular separate client and server) on three Tru64 > > systems with no problems. What version of Tru64? > > Yes, it's only libmysqld that I can't get to

RE: Persisten Connections

2002-08-16 Thread Orr, Steve
> I profiled my PHP app with a debugger A single session and a few queries does not make a very good test. The reason for persistent connections is to scale web apps to handle intense multi-user activity like 1000 queries per second or 100's or even 1000's of concurrent database connections. Do a

Replication Problem

2002-08-16 Thread James Kelty
Hello, I have this replication problem. I am getting this error on the slave: 020816 16:30:49 Slave: Failed reading log event, reconnecting to retry, log 'FIRST' position 4 020816 16:30:49 Slave: reconnected to master '[EMAIL PROTECTED]:3306',replication resumed in log 'FIRST' at position 4 02

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Dan Nelson
In the last episode (Aug 16), Mary Stickney said: > looks to me like I can only make indexes on fields that are not > null... this one is not , not null Indexing of NULL columns went into Mysql 3.23.2 (Dec 16, 2000). With tables this large, you might also want to raise some of the cache paramete

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Van
Mary: You can index fields containing NULL values in MyISAM tables, but not ISAM tables. If you're using ISAM tables, this might explain your performance issues. There are also other more featured table types, but MyISAM is probably going to yield the most performance in your application. Van

Access to MySQL

2002-08-16 Thread Oladejo, Tokunboh
Hi All, Does anyone knows of any easy way/short cut of exporting Microsoft access tables into MySql database. Thanx All - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
I also noticed the field where you make the join are not exactly of the same type : e.g : AdminHierarchy.CoverageID=AdminCoverage.CoverageID in adminHierarchy : CoverageID varchar(15) NOT NULL in admincoverage : CoverageID varchar(10) NOT NULL AdminCoverage.ProductID=AdminProduct.ProductID

Re: improving slow query (was: MySQL vs. Oracle (not speed))

2002-08-16 Thread Benjamin Pflugmann
Hello. On Fri 2002-08-16 at 10:49:00 -0500, [EMAIL PROTECTED] wrote: > > yes I do But they are not listed in the "Possible Keys" column, which they should. MySQL cannot use them for some reason. I had a look at the posting with the CREATE TABLEs and it seems the reason is that the columns

running mysqld

2002-08-16 Thread krzychu
Hello! I have a problem when I trying to start mysqld (as a root, under RH 7.2). Allegedly I don't have a rights to run this program... What I have to do to run mysqld without rebooting system? Best regards: Krzychu --- Super promocyjna oferta dla mieszkancow Krakowa http://www.promocj

RE: Count and group by problems

2002-08-16 Thread Menard, Inc. Information Systems
Me again I found a work around to my problem: select country, count(distinct client_name, client_address, etc..) clients from addresses group by country But I still don't understand why the below would not work. I downloaded the 3.# version of the OBDC but that didn't seem to help. Help. T

Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Krata
On Fri, 16 Aug 2002, Victoria Reznichenko wrote: > K> do someone know what should be the problem? > K> Server is Win2K and has latest mysql server installed client is the one > K> from RedHat 7.3 (3.23.49) (=`mysql_config --version`) > > > Do you always get this error or you got it just once?

MySQL 3.23.52 is released

2002-08-16 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, MySQL 3.23.52, the world's most popular Open Source Database, has been released and is now available in source and binary form for a number of platforms from our download pages at http://www.mysql.com/downloads/ and mirror sites. This is a bu

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mark Matthews
Mary Stickney wrote: > thanks Serge.. > > incidentally my very first post to the list contained my query , and is the > reason I joined this list in the first place. > This 3 year sales report has been running for over 24 hours now. this is > unacceptable, since they also wanbt a 5 year > one and

RE: MySQL vs. Oracle (not speed) - not part of the rant, but real information

2002-08-16 Thread Adam Nelson
I believe MySQL doesn't do a lot of the optimizations that MSSQL does. However, you can do it manually (I think) by playing around with both the order of the where clause and the order of the join clause The where clauses go in order, so you want to use the first part of the where clause to get

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Kenneth Hylton
Our experience has been totally the opposite. We recently ported a Delphi application from MS-SQL to MySQL. The MySQL server was a less powerful box than MS-SQL was running on. I will not go into great detail because some of the software is proprietary and we make $$$ providing the service.

Re: Query slowing down, need advice

2002-08-16 Thread Brian Moon
No, it should be and is scanning through the 500,000+ rows that meet the key of (approved, datestamp). The table has 1M+ in it. My question is, how can it be faster? Can it not be faster? Is MySQL on my size server just not going to handle scanning 500K rows? That seems like a low number to ha

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Heikki Tuuri
Hi! - Original Message - From: "Jocelyn Fournier" <[EMAIL PROTECTED]> To: "Heikki Tuuri" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 7:16 PM Subject: Re: MySQL vs. Oracle (not speed) > Hi, > > Does the MySQL-4.1 development tree publicly available (if so, on w

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
You can if you have a MySQL version > 3.23.2, and are using the MyISAM handler. (http://www.mysql.com/doc/en/CREATE_INDEX.html) What version of MySQL do you use ?? - Original Message - From: "Mary Stickney" <[EMAIL PROTECTED]> To: "Jocelyn Fournier" <[EMAIL PROTECTED]>; "Mark Matthews"

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
looks to me like I can only make indexes on fields that are not null... this one is not , not null -Original Message- From: Jocelyn Fournier [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:34 AM To: Mary Stickney; Mark Matthews; [EMAIL PROTECTED] Subject: Re: MySQL vs. Oracl

Re: Query slowing down, need advice

2002-08-16 Thread Thomas Spahni
On Fri, 16 Aug 2002, Brian Moon wrote: > I ran into a problem when the queries started to call for 500,000+ rows. > The query would not return. Here is the query and explain: > > select SQL_NO_CACHE id from single_table where approved='Y' AND datestamp >= > '2001-08-16 00:00:00' AND ( ( author

Re: Persisten Connections

2002-08-16 Thread mos
At 08:40 AM 8/14/2002, you wrote: >I am running a website which generates around 100,000 pageviews a day and I >am wondering if I stop using persistent conections to the MySQL database and >use >normal open and close conections this would reduce the load onto my server? > >Most conections are eith

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
Hi, I see you do an order by on AdminHierarchy.WritingAgentSlot but this column is not indexed. Please tell me if an index on this column improve the speed of the query a bit. Regards, Jocelyn - Original Message - From: "Mary Stickney" <[EMAIL PROTECTED]> To: "Mary Stickney" <[EMAIL PR

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
incidentaly... Primary keys cant not be made on most of these tables due to the fact that the farther back in time you got the more screwed up the data is... Fields have been added and they did not have the info to fill in the blanks... -Original Message- From: Mary Stickney [mailto:[EM

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
thanks Serge.. incidentally my very first post to the list contained my query , and is the reason I joined this list in the first place. This 3 year sales report has been running for over 24 hours now. this is unacceptable, since they also wanbt a 5 year one and I am sure that will take 5 years

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
I did the first day I joined the list and again today -Original Message- From: John Griffin [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:09 AM To: [EMAIL PROTECTED] Subject: RE: MySQL vs. Oracle (not speed) Hi Mary, It's not a question of approval. If you are having pro

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
Hi, Does the MySQL-4.1 development tree publicly available (if so, on which port ??) Regards, Jocelyn - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 3:42 PM Subject: Re: MySQL vs. Oracle (not speed) > Hi! > > > I te

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
I am getting the taxid's I need from here so as not to try ane merge the entire table.. and there are 833... CREATE TABLE tempsap ( TempSapRecNum mediumint(9) NOT NULL auto_increment, StatusCode char(3) , Company varchar(10) , FirstYear varchar(4) ,

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Serge Paquin
I think this is a touch on the negative side. I'm sure many people get soured on MySQL when they to a post here and get yelled at for not trying hard enough. It sounds like Mary is having a valid problem. Her query works fast in one database and slow in the other. Because she did not come o

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
Could you please send also tempsap ? Thanks and regards, Jocelyn - Original Message - From: "Mary Stickney" <[EMAIL PROTECTED]> To: "Mark Matthews" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 4:55 PM Subject: RE: MySQL vs. Oracle (not speed) > this is a rea

Re: Is this a known issue?

2002-08-16 Thread Egor Egorov
Song, Friday, August 16, 2002, 12:57:58 AM, you wrote: S> Well, I am not sure if anyone has experienced the same problem, or if this S> problem has been documented, but this is what I have noticed: S> After one of my data table was full, I started to delete old records from S> the table to allow

Re: libmysql

2002-08-16 Thread Egor Egorov
Daniel, Friday, August 16, 2002, 3:19:40 PM, you wrote: DK> I'm interested in what are the differences between different versions of DK> libmysql.dll's and libmysql.so's? Exported functions are different. DK> And are their versions the same under linux and windows? DK> Where can I get their he

Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Victoria Reznichenko
Krata, Friday, August 16, 2002, 5:10:20 PM, you wrote: K> Hi, K> i am using mysql c api to send some queries to mysql server which is on K> another computer (100MBit almost next to the client) K> in my code i am doing this K> if (mysql_real_query(mysql,query,strlen(query))) K>

Re: RE: Setting root password in mysql for windows

2002-08-16 Thread Victoria Reznichenko
Art, Thursday, August 15, 2002, 4:53:26 PM, you wrote: AF> Still could not get it to work so I uninstealled and reinstalled. Will use AF> the anonymous login etc util I figure out this security system. Is there a AF> document that explains the password system in laymans terms? You can find info

Re: I cannot get mysql to run.

2002-08-16 Thread Egor Egorov
John, Thursday, August 15, 2002, 1:03:58 PM, you wrote: JS> >Description: JS> <[root@localhost mysql]# ./bin/mysqladmin version JS> ./bin/mysqladmin: connect to server at 'localhost' failed JS> error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' JS> (111)' JS> Ch

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
yes I do -Original Message- From: Jocelyn Fournier [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:37 AM To: Mary Stickney; Francisco; Elizabeth Bogner; [EMAIL PROTECTED] Subject: Re: MySQL vs. Oracle (not speed) Do you have an index on AdminProducer.taxid and on tempsa

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mark Matthews
Mary Stickney wrote: > no need to get defensive ... > > We did do a timed test. > > I am trying to sped up a program that currently take over 12 hours to run... > I started running it yesterday morning and it is still going. and going and > going... Would it be possible for you to send the list

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
Do you have an index on AdminProducer.taxid and on tempsap.taxid ? - Original Message - From: "Mary Stickney" <[EMAIL PROTECTED]> To: "Jocelyn Fournier" <[EMAIL PROTECTED]>; "Francisco" <[EMAIL PROTECTED]>; "Elizabeth Bogner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
explian returns this ;table;type;possible_keys;key;key_len;ref;rows;Extra ;table;type;possible_keys;key;key_len;ref;rows;Extra ;AdminCoverage;range;CoverageID,CoverageIdSbc,InitPremDateIndex,CovIdCovIdSb cIndex,CovIdCovIdSbcInitPremIndex;InitPremDateIndex;3;;315663;where used; Using temporary; U

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Jocelyn Fournier
Hi, Which columns are indexed in your table ? What does EXPLAIN into MySQL return ? Regards, Jocelyn - Original Message - From: "Mary Stickney" <[EMAIL PROTECTED]> To: "Francisco" <[EMAIL PROTECTED]>; "Elizabeth Bogner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16,

Re: MySQL ERROR 1133 MEANING?

2002-08-16 Thread duo fu
Hi, Victoria: The version installed is mysql-3.23.51. I don't know why my previous operation did not succeed. However, I now grant the permissions through "insert into db values (...) and succeed. THank you very much. Duo >From: Victoria Reznichenko <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread John Griffin
Hi Mary, It's not a question of approval. If you are having problems with MySQL there is an entire list of people who are willing to offer support for free. Post your query and some table information and let's see if we can clear up your performance issues. John Griffin -Original Message-

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
speed is of the utmost importance , I can't have a client run a report and wait 2 days for it to finish. -Original Message- From: Aron Pilhofer [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:46 AM To: Mary Stickney; [EMAIL PROTECTED]; Francisco; Elizabeth Bogner; [EMAIL PROT

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
it has been sent to the list but here it is again I did a 4 table join , drwing 3 years of sales data table one 6.5 million records --- AdminHierarchy table two 1.5 million records AdminCoverage table three 10191 records --- AdminProcuder table four 19823 records --- AdminP

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
I did send in my query the day I joined this list and the table structures. I just did again... -Original Message- From: Mark Matthews [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:47 AM To: Mary Stickney Cc: [EMAIL PROTECTED] Subject: Re: MySQL vs. Oracle (not speed)

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
this is a read only datawarehouse database we refresh monthly from the antiquated mainframe we have ok here are the tables Adminhierarchy 6.5 million records CREATE TABLE adminhierarchy ( Source char(2) NOT NULL , WritingAgentID varchar(15) NOT NULL , CoverageID

RE: Migrating Oracle To MySQL

2002-08-16 Thread Stanley . G . Martin
Try the script oracledump.pl at this link. I used it to export my Oracle data to Mysql and it worked great. Some variables to modify at the top of the script, but that's it. http://mirrors.sunsite.dk/mysql/Downloads/Contrib/oracledump Stanley G. Martin Sprint - ISS Enterprise App/Decision Supp

Re: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mark Matthews
Mary Stickney wrote: > What exactly is Trolling > > > I find MYSQL to be slow , sorry if that doesn't met with your approval. But you don't give examples. I've found MS-SQL to be slow at times, especially when used from JDBC, but I don't make crack comments about it newsgroups without bac

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
I did crash the MYSQL server the other day... I am currently looping thru and getting the sales agent by agent. I tried to do the query for all 804 agents at one time and after an hour and a 1/2 and still not being done decided against doing it that way. next I decided I should have a table al

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Aron Pilhofer
Well, I meant this to be off-list (thus the next message) because I don't want to start a round of M$ bashing, blah, blah... But since I blew it already, I don't mean to sound harsh or defensive, because, frankly, I don't have a vested interest one way or the other which db you use. And I'm not d

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Mary Stickney
no need to get defensive ... We did do a timed test. I am trying to sped up a program that currently take over 12 hours to run... I started running it yesterday morning and it is still going. and going and going... -Original Message- From: Aron Pilhofer [mailto:[EMAIL PROTECTED]] S

select from two different tables query

2002-08-16 Thread Tewfic Kidess
Hello, I have two different tables with similar fields (id, name, profession, hobbies) Some people might be listed in both tables. I need a write query to select count(*) from the tables group by name... i'd like it get something like this: Joe Smith. total 5 records . 3 records from ta

RE: MySQL vs. Oracle (not speed)

2002-08-16 Thread Alec . Cawley
The "Open Source" argument went down well with my management. Of course, both Oracle and MySQL have full support teams, and should fix any bugs in their databases promptly - and, so far as I know, they do. However, we have had problems with (other) large companies in the past when we find bugs in

  1   2   >