Optimizing MySQL

2001-06-26 Thread Michael Blood
y and all suggestions are very much appreciated. Michael Blood [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

RE: Optimizing MySQL

2001-06-26 Thread Michael Blood
]] Sent: Tuesday, June 26, 2001 11:33 AM To: Mysql Cc: "Michael Blood" Subject: Re: Optimizing MySQL > Recently the index files became corrupted and I ran the > myisamchk *.MYI -r -S to repair them. Try an OPTIMIZE TABLE or ANALYZE TABLE. Your queries may be using the incorrect i

file usage

2001-07-09 Thread Michael Blood
Title: Blank I have found a large number of files which have names like this     www-bin.040    www-bin.041    www-bin.042    www-bin.043    www-bin.044   which are using up huge amounts of disk space on my server.    It looks to me like they are logs all of the queries that are run with

Best Operating System

2001-07-28 Thread Michael Blood
Dual 800 PIII 1 GB RAM 3 18GB SCSI Drive to become a single RAID 5 Array Thanks for any advice Michael Blood - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

Extra Threads running

2001-08-01 Thread Michael Blood
plications which are running on the same machine. I dont understand why I receive this error either but maybe it has to do with the same thing. Michael Blood - Before posting, please check: http://www.mysql.com/manual.php

./configure error

2001-08-06 Thread Michael Blood
ny ideas. Michael Blood - 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]> To unsub

Cancelling a slave

2001-08-19 Thread Michael Blood
;user: '[EMAIL PROTECTED]' (Using password: YES)(0), retry in 60 > >Where else could this be stored at? How can I find exactly which >configuration file it actually used? > >Thanks > >Michael Blood > > --

import out of MS SQL Server into mysql

2001-03-16 Thread Michael Blood
Title: Blank Has any one heard of a good way to import from MS SQL Server into a new mysql database.   I have a small (120 MB) database that I would like to convert to mysql and I was hoping that there was some sort of tool that will allow me to do it while maintaining the DDL   Any suggestio

Default Date value

2001-03-25 Thread Michael Blood
Title: Blank I am trying to set the default value in a date field to be the time that it was created However I do not want the field to be a timestamp because I want to update it to a different value later.   I have looked through the mysql documentation and I can not seem to find anywhere t

RE: Default Date value

2001-03-25 Thread Michael Blood
, March 25, 2001 4:06 PM To: Michael Blood; MYSQL Subject: RE: Default Date value BlankI don't think you can do that with a default value. You will need to include the current date in your insert statement. Cal http://www.calevans.com -Original Message- From: Michael Blood [m

Another MSSQl to mysql question.

2001-03-26 Thread Michael Blood
Title: Blank does any one know how mysql can handle an exists query.   for example   select xcolumn from ytable where exists (select 1 from ztable where ytable.id = ztable.id)   I realize that in this particular example I can rearrange my query but there are lots of other queries where I find

long running queries

2001-09-20 Thread Michael Blood
Occasionally I have to add an index on a table with almost 2M rows and it takes a long time. This is expected but when adding the index it seems to block all other queries from other users from executing. Is there a way to prevent this? Thanks Michael Blood

repairing error

2001-09-20 Thread Michael Blood
.MYI' is corrupted Fix it using switch "-r" or "-o" Any help would be appreciated Michael Blood - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.

Table Crashes Constantly on prod server!!

2001-10-24 Thread Michael Blood
ory on the server is holding about 85% of standard memory but 0.2% of swap used. Could this have anything to do with the settings for the server? Thanks for any help Michael Blood +--+---+ | Variable_name

Corrupt Tables??

2001-06-17 Thread Michael Blood
? Michael Blood --:-- - 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]> To unsubscr

Connection Timeout Limit.

2001-06-18 Thread Michael Blood
Title: Blank   I currently have several different systems accessing a mysql server 3.23.34 somewhere in there is a process that forgets about connections that it has open. So after a few days I get a "too many connections open error".  Is there a way that I can set connections to time out af