Re: Speed:: mysql 3.23.35 vs mysql 3.23.33

2001-03-26 Thread Benjamin Pflugmann
Hi. AFAIK, there was a speed problem with 3.23.35 reported regarding UPDATE. You probably want to downgrade to 3.23.33 until 3.23.36 is out (should happen in the next days) and then see if the problem is gone, else re-report. Bye, On Tue, Mar 27, 2001 at 11:41:13AM +0400, [EMAIL PROTECTED] wrot

Re: How to index this properly (to make it go faster) ?

2001-03-26 Thread Benjamin Pflugmann
Hello. On Sun, Mar 25, 2001 at 01:17:12AM -, [EMAIL PROTECTED] wrote: > > -Original Message- > > From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]] [...] > Here's from the real one : > > mysql> show index from proc; > +---++-+--+-+

error 127

2001-03-26 Thread Sascha Eversmeier
Hi, could anyone of you please take a look at this message: 'MySQL said: Got error 127 from table handler' This occurs when trying to access a specific table, like 'select * from someTab', but it works when appending ' limit 0, X'. Of what type is this error? Any comments highly appreciated. -

Speed:: mysql 3.23.35 vs mysql 3.23.33

2001-03-26 Thread Alexander Belyaev
Hello, We have dual PIII Xeon 700MB memory box for mysql database running Solaris8 x86 + mu3. After upgrading from 3.23.33 to 3.23.35 *average* speed downed ~ 50% -60%. Output from "sar" command shows heavy stress of I/O system. I use word "average", because we have more than 30 databases with

Re: speed problems

2001-03-26 Thread Benjamin Pflugmann
Hello. Sorry about the delay, but I was side-tracked by a server crash at the end of last week. The EXPLAIN for the 3.23 MySQL is at least as good as for 3.22, (in fact, it is better). As one fact, 996*1*1264=1258944 rows are less than 986*1*1470=1449420 rows, but at least in the same magnitude

Re: New MySQL install Help Please

2001-03-26 Thread Rolf Hopkins
Please include the original message so that others may know what the original problem was. > Surely you jest. No, I'm not. Please read the fine manual. > > Start it (MySQL) from DOS? There is still a lot of decent DOS software still floating about and some are faster than their Windoze counter

RE: New MySQL install Help Please

2001-03-26 Thread jjdirect
Surely you jest. Start it (MySQL) from DOS? Which file name do I type into the DOS box command line to start it. I have not yet installed any of the GUI's I heard about because until I overcame the MyODBC problem I wasn't sure I would get it installed. Can I assume one of the GUI's will start

RE: parse error

2001-03-26 Thread Leonard Coonan
Petra, You have a close '}' with no open '{'. Maybe you should move the If statement to the next line, then it won't be commented out. len. -Original Message- From: Petra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27 March 2001 13:21 To: [EMAIL PROTECTED] Subject: parse error

Re: STUPID QUESTION

2001-03-26 Thread Rolf Hopkins
Quite simple, you can't. Please read the manuals more thoroughly. You can't just read a general book on SQL by itself without reading the manual for your particular flavour of SQL. Each type of database may have added extra features or have removed some from the standard SQL. - Original M

Re: ISP

2001-03-26 Thread Lindsay Adams
On 3/26/01 2:54 PM, "Curtis Maurand" <[EMAIL PROTECTED]> wrote: > > I would give you root access to your database, but not to Mysql as a whole > unless you want a dedicated server. Too dangerous. > > Curits > > > On 26 Mar 2001, Daniel Mercury wrote: > >> Hi! >> >> Who knows any good ISP g

pulling audio out of a blob and playing it

2001-03-26 Thread WCBaker
Hi! I store image files in a MySql table, and can upload, store and retrieve these binary files without problems. I also store some audio files (they happen to be in .wav format). I'm having difficulty dragging these audio files out in a way that IE and Netscape can recognize. This doesn't

myisamchk problems

2001-03-26 Thread Daniel Adams
This is probably a really stupid error, but I'm unable to run myisamchk: [root@cssrvr1 mail2db.bad]# ls category.MYD groupcounter.MYD list.MYD message.MYD threadrequest.MYD category.MYI groupcounter.MYI list.MYI message.MYI threadrequest.MYI category.frm groupcounter.frm list.frm mess

Is this a normal behaviour?

2001-03-26 Thread --==[bMan]==--
O.K. I use MySQL version 3.23 (RedHat 7.0 release) and have a question about this query: 1.) [...] LIKE '%pattern' 2.) [...] LIKE 'pattern%' The first query does not use an index while the second does. Is there any explenation for this? Thanks. -- Bolek, URL: http://www.bolek.com URL: h

mySQL for Sun Intel

2001-03-26 Thread Esteban Cazarez
Has anyone found the lastest mySQL for SUN SOLARIS 7 Intel version? I know there's a SPARC binary for 3.23 but what about an Intel binary? Technology Consultant 310-426-5619 (h) / 888-431-7571 (p) http://www.access1.net/esteban1

explain on merge table versus underlying table:

2001-03-26 Thread Nathan Neulinger
Note the difference: mysql> explain select * from syslogs_main where host='openview.cc.umr.edu' and msg like '%IPACCESS%'; +--+--+---++-+---+---++ | table| type | possible_keys | key| key_len | ref | rows | Extra

parse error

2001-03-26 Thread Petra
can anybody help? I get this error Parse error: parse error in mypath to file\Default.php on line 18 I am just learning right now so if you could help me with what I did wrong her I'd apreciate it. Thanx Petra [EMAIL PROTECTED] ===

parse error

2001-03-26 Thread Petra
can anybody help? I get this error Parse error: parse error in mypath to file\Default.php on line 18 I am just learning right now so if you could help me with what I did wrong her I'd apreciate it. Thanx Petra [EMAIL PROTECTED]

ADO problem with MYSQL datetime column

2001-03-26 Thread Samantha Savvakis
Hi, I'm using ADO with the MyODBC driver. I have a table that I'm querying that has 'datetime' columns. If these columns are null or 0 - "-00-00 00:00:00", I have problems reading from the ADO recordset. I have other columns - char, varchar, integer etc that are null and don't have this pro

RE: STUPID QUESTION

2001-03-26 Thread Chris Becker
Note that foreign keys in SQL are not used to join tables, but are used mostly for checking referential integrity (foreign key constraints). If you want to get results from multiple tables from a SELECT statement, you do this by joining tables: SELECT * from table1,table2 where table1.id = table2

mysql error on Win ME

2001-03-26 Thread Andy Worthington
I am running version 3.23.33 of mysql on Windows ME. Everything was working fine for a while and I recently started getting this error (from a php web page) when doing a select on a table: MySQL Error: 1030(Got error 127 from table handler) I get this through both the web application and throug

mySQL GUI question

2001-03-26 Thread Jason B
I compiled all the required files and it seemed to work Ok. I just have one question. How do I start the mySQL GUI? Any help you can provide would be greatly appreciated. Thank, Jason - Before posting, please check: http://

Re: ISP

2001-03-26 Thread Peter J. Schoenster
On 26 Mar 2001, at 17:54, Curtis Maurand wrote: > I would give you root access to your database, but not to Mysql as a > whole unless you want a dedicated server. Too dangerous. I have used iserver.com for about the last 4 years. I can start mysql,create databases etc. I find the entire

RE: STUPID QUESTION

2001-03-26 Thread Cal Evans
In MySQL, you can create tables that have relationships but you can't create what a lot of people call "Foreign Key relationships". In reality you CAN create Foreign key (FK) relationships between tables, you just can't create constraints that enforce them automatically. Example time: Let's say

Re: how to backup mySQL database?

2001-03-26 Thread Christopher L. Everett
Keneth wrote: > > "When I try to dump sql database it gives me some errors 1.Error 1045 > mysqldump --opt database > backup-accp.sql mysqldump: Got error: 1045: > Access denied for user: 'accp@localhost' (Using pass word: NO) " > > can you help? > try: mysqldump --opt database -u -p > backup

Database or object is read-only - Error 3027

2001-03-26 Thread Waldo
I am brand new to MySQL, attempted to find help in documentation and archives, but to no avail. I have installed MySQL on a Windows NT platform and configured a root user and another user that will act as a client with read/write permissions to one, and only one, database. A new database (export

Re: Best way to generate laser-printed reports from mysql

2001-03-26 Thread alvin
Shankar Unni wrote: > > [EMAIL PROTECTED] writes: > > > I am wondering how most users generate reports from mysql that they > > can print on a laser printer (e.g. invoices)? [...] I guess some people > > user something like Crystal Reports via ODBC, but I wonder what most > > people do??? > > U

mysql error 2002e

2001-03-26 Thread root
hi there o wise ones i know i should RTFM, but i am, its right here infront of me. maybe its cause i cant start working with sql till i get home from slavin for the man or whatever, but id really like to get it operational. if its possible to get some help id really appreciate it. thanks qu

Limitations on select statements?

2001-03-26 Thread Dave Juntgen
Hello everyone, I have a few questions that I hope some of you might be able to answer. Is there a MAX_SIZE on a select statements and when does MySQL lose performance when the statement becomes very large? When using the 'IN' clause, how does MySQL parse the data? Does it do an inline sear

Compiling

2001-03-26 Thread gawie
Hi...please help Cannot get the version of MySQL compiled..When running a configure it stops at : 'checking return type of sprintf... configure: error: cannot run test program while cross compiling checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking w

RE: STUPID QUESTION

2001-03-26 Thread Chris Becker
-Original Message- From: GERARDO GALLARDO [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 3:57 PM To: [EMAIL PROTECTED] Subject: STUPID QUESTION I'm new to MySQL and SQL in general. I have been searching and searching but I can't find an answer to a question which I know is si

STUPID QUESTION

2001-03-26 Thread GERARDO GALLARDO
I'm new to MySQL and SQL in general. I have been searching and searching but I can't find an answer to a question which I know is simple. I have read a book called Teach Yourself MySQL in 21 days. It talkes about defining relationships between tables but it never actually shows you how you w

MySQLGUI: where is the code for wString::Initialize() ?

2001-03-26 Thread Hubert Feyrer
Well, subject says it pretty much all - I'm trying to build mysqlgui 1.7.4 on NetBSD 1.5/i386, and get linker warnings: single.o: In function `EditorEngine::LoadSQL(char const *)': /usr/cvs/pkgsrc/databases/mysqlgui.work/work.i386/mysqlgui-1.7.4/FL/wstrings.h:23: undefined reference to `wStrin

Query

2001-03-26 Thread Rajesh
Hello I hv downloaded the Berkeley DB patch. Still I need the detail instructions to use table type= bdb in MySQL database. I am unable to change the variables like have_bdb,default-table-type=bdb and so on... Basically i need to find out whether MySQL supports rollback & commit transactions ef

Re: Coredump on quickly disconnecting clients

2001-03-26 Thread Sasha Pachev
On Sunday 25 March 2001 18:57, Voytek Lapinski wrote: > On Sunday 25 March 2001 16:27, you wrote: > > Found the problem with your signal 11 with strange traces from inside > > LinuxThreads. This was a hard concurrency bug - the problem was that a > > memory reference passed to pthread_create was g

Mysql makes connection to mysql.com WASSUP?

2001-03-26 Thread Patric de waha
Hi, I entered netstat and saw among other conections this one: tcp4 0 0 deepthroat.3179 web.mysql.com.auth TIME_WAIT Deepthroat is my bsd machine. it's a pure webserver. Why is my machine making a connection to mysql.com?(and why auth) Mys

Re: Replication does not continue after removal/replace of network cable.

2001-03-26 Thread Sasha Pachev
On Monday 26 March 2001 08:16, Johan Vanroose wrote: > Jean-Luc Fontaine wrote: > > > On Monday 26 March 2001 12:19, Johan Vanroose wrote: > > > Jean-Luc Fontaine wrote: > > > > On Thursday 22 March 2001 16:46, Johan Vanroose wrote: > > > > > From: [EMAIL PROTECTED] > > > > > To: [EMAIL PROTECT

RE: nested selects

2001-03-26 Thread alec . cawley
> Cal Evans writes: > > Sinisa, > > > > Is there a published list of features for 4.0? > > > > Cal > > http://www.calevans.com > > > > > It is not complete yet. > > But, new .frm files, multi deletes and updates from joins, UNION's and > many others. And are there any dates, even tentativ

Free MySQL Database Hosting - Needs Beta Testers

2001-03-26 Thread Gary Huntress
I am looking for MySQL users to beta test the following free database hosting service: http://superid.dyndns.org:8080/freesql/index.php I've done a fair amount of testing myself, but I need a few more people to work the rest of the bugs out. I'd be grateful if people would do the following

SQLException: General error: Access denied for user:

2001-03-26 Thread c cw_1
Hi all, Here's my environment: Solaris 8 Mysql 3.23.33 Driver mm.mysql-2.0.2-bin.jar I installed Mysql use root. In my servlet program I did not use input parameter for user/password. I run my servlet program, I got the following message java.sql.SQLException: General error: Access denied fo

how to recreate index

2001-03-26 Thread Daniel Adams
I have an index file that has an error in it and so I can't add a new index and i can't seem to run myisamchk on it for some reason. In there a way that i can have it recreate the index file thus getting rid of the errors? - Dan

Re: using ALTER TABLE to make existing column AUTO_INCREMENT ??

2001-03-26 Thread Jason Landry
try alter table fixtures change id id int auto_increment Notice that the two references to "id" are intentional! - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 2:44 PM Subject: using ALTER TABLE to make existing column AUTO_INCREMENT

Re: using ALTER TABLE to make existing column AUTO_INCREMENT ?? [solved]

2001-03-26 Thread jon
as luck might have it, i have solved my own problem. thanks for the help people have already given me. what i needed to do (it seems?) is use SET INSERT_ID *before* doing the ALTER TABLE, like this: mysql> set insert_id=7; Query OK, 0 rows affected (0.00 sec) mysql> alter table fixtures

RE: using ALTER TABLE to make existing column AUTO_INCREMENT ??

2001-03-26 Thread Cal Evans
I'm not sure you can auto_increment a field after the fact. In any case, it looks like your problem is that you have duplicate data in the field you are trying to auto_increment. Spin through the table and make sure that all rows are unique on that field. THEN try to auto_increment it. (Which st

error cropping database/table

2001-03-26 Thread Alex Lazarevich
This is my first post to this list and I am a newbie at MySQL. If my question is a FAQ, please direct me to the FAQ board. The book I have, MySQL and mSQL by O'Reilly, says almost nothing about error codes... I'm using MySQL with WinNT4.0. I've got it up and running, however I can't drop tables a

Re: RTFM (was: *sigh* Re: Is it a bug? )

2001-03-26 Thread Eric Fitzgerald
The problem many of us have is not the questions. If I didn't want to answer questions when I have free time, I wouldn't be subscribed to this list. The problem most of us have is with the people who flat out refuse to read the manual or try to find answers on their own. IMHO part of the learni

using ALTER TABLE to make existing column AUTO_INCREMENT ??

2001-03-26 Thread jon
ive gotten along pretty well with mysql and online docs. but now i am stumped and hoping for a little kick in the right direction. i have a column in a table which is the primary key and is an int. how do i make it also be auto_increment? the table already has some data in it, so i suspect that

RE: RTFM (was: *sigh* Re: Is it a bug? )

2001-03-26 Thread Rick Emery
This list should be open to ALL questions, newbie and non-newbie. If we start filtering, or slamming, then folks will be hesitant to ask questions. We should encourage the learning process, not discourage. And where better to learn than from this list? -Original Message- From: Oson, C

Re: HELP? RE: can't find shr.o???

2001-03-26 Thread Tim Tyler
Jack, Mysql, Well, my thought is that I can only compile zlib as a static library. I can't compile it shared. I think this why the binary distribution of mysql doesn't work is because it is looking for shared resources of libz.a. I could go through the pain of compiling this, but the AIX free

RE: Best way to generate laser-printed reports from mysql

2001-03-26 Thread Shankar Unni
[EMAIL PROTECTED] writes: > I am wondering how most users generate reports from mysql that they > can print on a laser printer (e.g. invoices)? [...] I guess some people > user something like Crystal Reports via ODBC, but I wonder what most > people do??? Use Crystal Reports :-)? Depends on

RE: inserting into mysql database in linux using C

2001-03-26 Thread Sean Conley
You need to have quotes around test in the insert statement. So it would be as follows: sprintf (query, "INSERT INTO tablename (userid) VALUES(\"%s\")", test"); res=mysql_query(connection, query); Oviously query needs declaration here, but the SQL has to be quoted exactly the same as if you were

Re: inserting into mysql database in linux using C

2001-03-26 Thread Lindsay Adams
l. > > -Original Message- > From: john lin [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 25, 2001 2:56 PM > To: [EMAIL PROTECTED] > Subject: inserting into mysql database in linux using C > > > I am a senior in Polytechnic University working on my > senior project. I have chosen MyS

RE: inserting into mysql database in linux using C

2001-03-26 Thread Rick Emery
Maybe you just gave a snippet, but I don't see where you established the connection to the database, thereby giving the variable "connection" a value. It appears to be undefined. Therefore, the mysql_query() would fail. -Original Message- From: john lin [mailto:[EMAIL PROTECTED]] Sent:

how to create table with non-standard character?

2001-03-26 Thread YI,LI (HP-USA,ex1)
Hi, In my case, some of tables are created according to people's name, e.g. when user adds new name: firstname lastname it should create table in background => firstname_lastname But problem occurs when user name contains ', e.g. firstname's lastname, I had it encoded first, java.net.URLEnco

Feuere Deinen Boss !!!

2001-03-26 Thread qwerty
Wenn Sie am diesem List posten, bitten Sie nur English schreiben. Auch, ist dieses List nur fur MySQL Fragen. -Original Message- From: Job-Mobil [mailto:[EMAIL PROTECTED]] Sent: None To: [EMAIL PROTECTED] Subject: Feuere Deinen Boss ! Warum immer wieder für andere arbeiten, wenn Sie DM

Re: v4.0 feature list

2001-03-26 Thread Ryan Worley
>From this feature list, it sounds like you are creating methods (multi-deletes, updates from joins) that will take the place of transactions. Is this the direction that MySQL is heading? Do you believe that these methods will be preferred over traditional rollback/commit transactions with BDB o

Re: Replication troubles

2001-03-26 Thread Jeremy D . Zawodny
On Mon, Mar 26, 2001 at 09:02:59AM -0800, Bryan Coon wrote: > > Just a follow up- I got replication working, the error was (as > usual) simple... in the MySQL Replication HOWTO, it says 'Add the > following to my.cnf on the slave(s): I of course (:P) put them at > the end of the file, they must g

Re: alter table error

2001-03-26 Thread Daniel Adams
Okay, I ran "myisamchk -c message.MYI" and got back: myisamchk: error: 22 when opening MyISAM-table 'message.MYI' perror says error 22 is "Error code 22: Invalid argument" Is there a way I can regenerate the index file? I can still open mysql and do queries on the table so it does not appear

Re: Best way to generate laser-printed reports from mysql

2001-03-26 Thread Adam Stein
> I am wondering how most users generate reports from mysql that they can print > on a laser printer (e.g. invoices)? HTML is fine if the report is only 1 page > long. I guess some people user something like Crystal Reports via ODBC, but I > wonder what most people do??? I use StarOffice.

Re: question

2001-03-26 Thread bill
>We are going to buy a cobalt req i4 server as a dedicated hosting >server. It has MySQL software and a control panel. Do you know if this >control panel can manage the MySQL or not (For creating and removing DBs >and tables not more)? Prior versions of Cobalt's control panel don't--they also do

RE: RTFM (was: *sigh* Re: Is it a bug? )

2001-03-26 Thread Oson, Chris M.
Cal, >> >> I would love to see this list split into 2 lists. MySQL-Newbies and >> MySQL-non-newbies. Non-newbies would be either an invitation-only list or >> you have to pass a test to get in. (The test would contain questions that >> are all in the manual, we don't care if you know, we care if

Re: mysql_auth HELP!

2001-03-26 Thread Vivek Khera
> "LL" == Linsen Limsico <[EMAIL PROTECTED]> writes: LL> Does anyone know how to get the .htaccess file to check the LL> database if the password exists, then the .htpasswd if the LL> password doesn't exist in the database? If you use my version, then yes, you can. Just specify AuthMySQLAut

Re: ISP

2001-03-26 Thread Peter J. Schoenster
On 26 Mar 2001, at 19:48, Daniel Mercury wrote: > Who knows any good ISP giving root access to Mysql? Best I know of is iserver.com. http://www.iserver.com/support/virtual/mysql/install.html Peter --- "Reality is that which, when you stop believing in it, doesn't go a

RE: Re[2]: MySQL vs Microsoft SQL

2001-03-26 Thread Oson, Chris M.
James, >> Gotta say that this is a bad reason to choose one product vs. >> another... because it lacks a GUI to build queries? Undertanding SQL >> is all well and good, but I can tell you that I would give anything to >> have a query builder that works like the one for MS SQL server. You may >>

Unknown Database, Error 1049 problems...

2001-03-26 Thread Jason Guritz
mysql> show databases; +---+ | Database | +---+ | directory | | mysql | | phpBB | | testdb | | trial | +---+ 5 rows in set (0.00 sec) mysql> use testdb; ERROR 1049: Unknown database 'testdb' Keeps happening to me too. It was working the day before :

Re: alter table error

2001-03-26 Thread LIBASOV IOANNIS
Reffer documentation about mysql version and table type where you can do that. - Original Message - From: "Daniel Adams" <[EMAIL PROTECTED]> To: "LIBASOV IOANNIS" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:54 PM Subject: Re: alter table error Well, I wante

win BDB

2001-03-26 Thread paolo michetti
Hi, I downloaded the mysql-3.23.35a-win-src.zip. I can't find in the documentation if: - BDB is include or not - How can I configure or install: the information seems for the unix env. Please, can you help me?

Re: alter table error

2001-03-26 Thread Thalis A. Kalfigopoulos
On Mon, 26 Mar 2001, Daniel Adams wrote: > Well, I wanted to limit the size of the index so it wouldn't take up a > lot of space. The message table is about 500mb right now and is going to > get a lot bigger. Well not limiting the size of the index get rid of the > error? > Actually you sho

Re: Best way to generate laser-printed reports from mysql

2001-03-26 Thread Daniel Mercury
I use the utility from www.edatanew.com Not perfect, but it does something. - Original Message - From: "Michael Palm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 6:54 PM Subject: Best way to generate laser-printed reports from mysql > I am wondering how mos

RE: Replication troubles

2001-03-26 Thread Bryan Coon
Just a follow up- I got replication working, the error was (as usual) simple... in the MySQL Replication HOWTO, it says 'Add the following to my.cnf on the slave(s): I of course (:P) put them at the end of the file, they must go under [mysqld]. But hey, it works! Thanks -Original Message-

Re: alter table error

2001-03-26 Thread Daniel Adams
Well, I wanted to limit the size of the index so it wouldn't take up a lot of space. The message table is about 500mb right now and is going to get a lot bigger. Well not limiting the size of the index get rid of the error? >> Original Message << On 3/26/01, 1

ISP

2001-03-26 Thread Daniel Mercury
Hi! Who knows any good ISP giving root access to Mysql? Get free email and a permanent address at http://www.netaddress.com/?N=1 - Before posting, please c

Re: alter table error

2001-03-26 Thread LIBASOV IOANNIS
It's better like this: alter table message add index subject2 (subject); - Original Message - From: "Daniel Adams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:19 PM Subject: alter table error Can anyone tell me what this means and how to fix it? I ran the

Re: LOAD_FILE and replication

2001-03-26 Thread Thalis A. Kalfigopoulos
On Mon, 26 Mar 2001, Maros Klempa wrote: > Hi, > > I have two servers with MySQL 3.23.24-beta. One as master and one as slave. > Replication between this two servers work fine. Now I want store pictures > to table. On master server I use command > INSERT INTO PICTURES (ID, PICT) VALUES (1, LOAD_

MySQL & Approach97

2001-03-26 Thread Sulman
Hi All! I'm new in the mailing list & just want to know about the data transfer from Approach97 to MySQL. In my company we are running Approach97 for fullfil our database need but now my boss want to make this database online. I'v heard a lot about MySQL ( Speed / Stability etc. ) but want to k

Re: Unix Q? timezone file?

2001-03-26 Thread PD Miller
At 7:59 -0800 26/3/01, Ashish Shah wrote: >What is the string that you would use to set "AST" >time zone file ? Use GMT+4 for AST. This file has no daylight component and will hold a static 4 hour difference as you want. # zdump GMT GMT Mon Mar 26 16:18:17 2001 GMT # zdump GMT+4 GMT+4 Mon Mar

alter table error

2001-03-26 Thread Daniel Adams
Can anyone tell me what this means and how to fix it? I ran the below query to simple add another index and this is what i got. Thank you. mysql> alter table message add index subject2 (subject(10)); ERROR 1034: 126 for record at pos 176850808 - Dan

Re: Any ideas on how to optimise this ?

2001-03-26 Thread Peter Skipworth
Thanks heaps...as long as I can use distinct(count..)), i'm happy going back to .33 :) Cheers! P On Mon, 26 Mar 2001, Fred van Engen wrote: > Hi Peter, > > On Mon, Mar 26, 2001 at 04:30:43PM +0100, Peter Skipworth wrote: > > Eeps...I'm running 3.23.35..I gather you'd suggest down-grading to .

Mysql Server Client & Myodbc Silent Install

2001-03-26 Thread Yusuf Incekara
Is there any spesification for Installing Mysql Server Clients & Myodbc. I mean if i try to install binaries in my own installation script what else i need to do? What registry keys required. Which dll's need to be copy to Windows , Windows/System etc Regards Yusuf Incekara Avukatpro Limited Si

Unix Q? timezone file?

2001-03-26 Thread Ashish Shah
Hi All, What is the string that you would use to set "AST" time zone file ? Atlantic Standard Time doesn't have a daylight component, and I couldn't get anyone at sun to give me the string that would represent it. They only have entries for North America in Solaris up to 2.6. Thanks =

Best way to generate laser-printed reports from mysql

2001-03-26 Thread Michael Palm
I am wondering how most users generate reports from mysql that they can print on a laser printer (e.g. invoices)? HTML is fine if the report is only 1 page long. I guess some people user something like Crystal Reports via ODBC, but I wonder what most people do???

Re: Any ideas on how to optimise this ?

2001-03-26 Thread Fred van Engen
Hi Peter, On Mon, Mar 26, 2001 at 04:30:43PM +0100, Peter Skipworth wrote: > Eeps...I'm running 3.23.35..I gather you'd suggest down-grading to .33 ? > Or wait for 3.23.36. I would expect that they release it soon because the MySQL team advised not to use the previous two versions. I just hope

Re: Any ideas on how to optimise this ?

2001-03-26 Thread Peter Skipworth
Eeps...I'm running 3.23.35..I gather you'd suggest down-grading to .33 ? I realise how the MERGE tables work...I INSERT into the sub-tables and select from both the MERGED table and the sub-tables. By the way, do you happen to know when support for "select distinct(count...))" was added ? I know

Re: Replication does not continue after removal/replace of network cable.

2001-03-26 Thread Jean-Luc Fontaine
On Monday 26 March 2001 17:16, Johan Vanroose wrote: > > This mailing list provides plenty of great support, and I take this > > opportunity to thank the MySQL people once more (and they deserve much > > more than that). > > I'm not sure how to interprete your statement. It looks like you are > d

Re: Replication does not continue after removal/replace of network cable.

2001-03-26 Thread Johan Vanroose
Jean-Luc Fontaine wrote: > On Monday 26 March 2001 12:19, Johan Vanroose wrote: > > Jean-Luc Fontaine wrote: > > > On Thursday 22 March 2001 16:46, Johan Vanroose wrote: > > > > From: [EMAIL PROTECTED] > > > > To: [EMAIL PROTECTED] > > > > Subject: Replication does not continue after removal/

RE: Creating a new user

2001-03-26 Thread Cal Evans
can you give us the command you are getting the error with? Looks like a syntax error to me. (Which reminds me, when are you guys going to put a spellchecker in the MySQL client?) :) Cal http://www.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Creating a new user

2001-03-26 Thread kdamundson
Hi, I have downloaded Mysql (HPUX11 version) and installed it on mydeslktop HP9000. Itis up and running and I ran the scripts/mysql_install_db script. I can log on as root but I am having trouble creating another user. I will plead ignorance here as I confess the reason I loaded mysql is to l

Re: Any ideas on how to optimise this ?

2001-03-26 Thread Fred van Engen
Hi Peter, On Mon, Mar 26, 2001 at 03:04:29PM +0100, Peter Skipworth wrote: > Ouch!! Watch this!! I queried the 'sub' table (Feb's data), tried querying > the MERGE table (which errored, with mysqld restarting itself in some > fashion), queried the SAME sub table, and most of my data had > disappe

RE: nested selects

2001-03-26 Thread Sinisa Milivojevic
Cal Evans writes: > Sinisa, > > Is there a published list of features for 4.0? > > Cal > http://www.calevans.com > It is not complete yet. But, new .frm files, multi deletes and updates from joins, UNION's and many others. Regards, Sinisa __ _ _ ___

RE: nested selects

2001-03-26 Thread Cal Evans
Sinisa, Is there a published list of features for 4.0? Cal http://www.calevans.com -Original Message- From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 8:06 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: nested selects Ca

RE: nested selects

2001-03-26 Thread Sinisa Milivojevic
Cal Evans writes: > If you mean: > Select * from table where tableID in (Select tableID from table2); > > Then no, MySQL does not support them. They mythical version 4.0 might. :) > > Cal > http://www.calevans.com > Actually, they will be in 4.1. And the above query does not need

Re: Any ideas on how to optimise this ?

2001-03-26 Thread Peter Skipworth
Ouch!! Watch this!! I queried the 'sub' table (Feb's data), tried querying the MERGE table (which errored, with mysqld restarting itself in some fashion), queried the SAME sub table, and most of my data had disappeared! I've run 'check table...' and it doesnt show any errors... mysql> select cou

RE: nested selects

2001-03-26 Thread Cal Evans
If you mean: Select * from table where tableID in (Select tableID from table2); Then no, MySQL does not support them. They mythical version 4.0 might. :) Cal http://www.calevans.com -Original Message- From: Philip Traynor [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 7:06

Re: Signal 11 on Innobase table range queries

2001-03-26 Thread Heikki Tuuri
Hi! I found the bug: memory was written over in the function which estimates the number of rows in ha_innobase.cc. The bug is fixed in version 3.23.36, which may be out today. You can also fix the bug by editing ha_innobase.cc, about line 2460. The last argument in the two calls to dict_index_c

Re: Mysql vs ....

2001-03-26 Thread Fulko Hew
<[EMAIL PROTECTED]> wrote: > The biggest reason to avoid Microsoft products when I choose platforms > and tools for projects is missing freedom. I never know why but maybe I > really like MSSQL but I have some reason to drop NT - I can't do this. > MSSQL runs only on > NT. In own projects I alw

Re: importing data from FileMaker Pro to MySQL

2001-03-26 Thread Basil Hussain
Hi, > I have to import Datas From FileMaker Pro to MySQL . > > Unfortunately, the FileMaker web site is speaking about plugins to export > databases, but the access page gives error 500 (!). Plug-ins? You don't need any plug-ins to export data to MySQL. The only plug-in for Filemaker I've ever

Re[34]: Warning: Got signal 14 from thread X

2001-03-26 Thread BAUMEISTER Alexandre
Bonjour, SM> Seems like Innobase has introduced some timeout ( I do not see how) on SM> the sleeping connections. I've been trying a few other things. When I run Mysql with Innobase, if no client connects, no "Warning signal 14" messages in the error log. Then I run a client whi

Question regarding transactions (BDB)

2001-03-26 Thread Søren P. Skou
Hey there.. First of all, sorry if this has been discussed before, I tried traversing the archives but nothing could be found. This problem might be extremly simple, but anyhow.. :) The Problem: I have a php script/Perlscript (should be possible in both :), which needs to find the next "availabl

nested selects

2001-03-26 Thread Philip Traynor
Is mySQL able to perform nested selects? If so can anyone provide me with an example If not can you provide an alternate solution Thanks Philip - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: [OT] SQL syntax qestion

2001-03-26 Thread Curtis Maurand
Thanks, I tried the latter, but it didn't work. I'll try you're suggestion. curtis - Original Message - From: "Quentin Bennett" <[EMAIL PROTECTED]> To: "'Curtis Maurand'" <[EMAIL PROTECTED]>; "MySQL List" <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 11:44 PM Subject: RE: [OT] SQL syn

RE: size limitation

2001-03-26 Thread Pascal THIVENT
Hi, For our benchmarks, we use for the MySQL Server a Sun Enterprise 3500 with 4 UltraSPARC processors, 6 Go of RAM, 3 disks of 40 Go... MySQL runs under Solaris 7. > -Message d'origine- > De: Jeremy D . Zawodny [mailto:[EMAIL PROTECTED]] > Date: vendredi 23 mars 2001 19:11 > À: Pascal

  1   2   >